Navigation menu

Template:Weapon-infobox: Difference between revisions

From Metroid Wiki
(Created page with '{| class="infobox" cellpadding=2 cellspacing=2 align=right width=265px s | align="center" colspan="2" {{!}} '''''{{PAGENAME}}''''' |- {{#if:{{{image|}}}| {{!-}} ! colspan="2"…')
 
(infobox)
 
(19 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{| class="infobox" cellpadding=2 cellspacing=2 align=right width=265px  s
{| class="infobox"
align="center" colspan="2" {{!}} '''''{{PAGENAME}}'''''
|
{| class="infobox-sub"
! colspan="2" style="font-size: 13px; text-align: center;" | ''{{{name|{{PAGENAME}}}}}''
|-
{{#if: {{{image|}}}|
{{!}} colspan="2" style="text-align: center;" {{!}} <div style="float:center; border-bottom: 1px solid #{{mw color light}}">{{{image|}}}<br /><br /></div>
<span style="font-size: 10px">{{{caption|}}}</span>}}
|}
|-
|
{| class="infobox-sub"
! Game(s)
{{!}}  
{{{games|''None''}}}
|-
|-
{{#if:{{{image|}}}|
{{!-}}
! colspan="2"  {{!}}  {{{image|}}}}}{{#if:{{{caption|}}}|<br>{{{caption|}}}}}
{{#if:{{{games|}}}|
{{!-}} valign="top"
! Games
{{!}}  {{{games|}}}
}}
{{#if:{{{users|}}}|
{{#if:{{{users|}}}|
{{!-}} valign="top"
! Users
! Users
{{!}} {{{users|}}}
{{!}}
}}
{{{users|}}}}}
|-
{{#if:{{{location|}}}|
{{#if:{{{location|}}}|
{{!-}} valign="top"
! Located in
! Located in
{{!}} {{{location|}}}
{{!}}
}}
{{{location|}}}}}
{{#if:{{{effects|}}}|
|-
{{!-}} valign="top"
{{#if:{{{obtained|}}}|
! Effects
! How to obtain
{{!}} {{{effects|}}}
{{!}}
}}
{{{obtained|}}}}}
|}<noinclude>{{clear}}
|-
{{#if:{{{authorized|}}}|
! Authorized in
{{!}}
{{{authorized|}}}}}
|-
{{#if:{{{ammo|}}}|
! Ammunition
{{!}}
{{{ammo|}}}}}
|-
{{#if:{{{combo|}}}|
! Charge Combo
{{!}}
{{{combo|}}}}}
|-
! Properties
{{!}}
{{{properties|Inflicts Damage}}}
|}
|}
<noinclude>{{clear}}
==Usage==  
==Usage==  
This should be used on the pages of weapons such as beams or missiles.
This should be used on the pages of weapons such as beams or Missiles.
*'''''Image:''''' An image of the weapon
*'''''Caption:''''' A caption accompanying the image
*'''''Games:''''' Any games the weapon appeared in
*'''''Users:''''' Users of the weapon <small>(Usually just Samus)</small>
*'''''Location:''''' Where the weapon was obtained
*'''''Obtain:''''' How Samus obtains the weapon
*'''''Authorized:''''' Where the weapon was authorized <small>(For ''Other M'' only)</small>
*'''''Properties:''''' Any special properties of the weapon
*'''''Ammo:''''' Ammo used by the weapon, if applicable
*'''''Combo:''''' A combo, if present, of the weapon
*'''''Sprite:''''' A Sprite of the weapon or the weapon in use
 
'''Blank code <small>(paste onto page)</small>:'''
<pre>{{Weapon-infobox
<pre>{{Weapon-infobox
|image=
|image=
Line 34: Line 72:
|users=
|users=
|location=
|location=
|effects=
|obtained=
|authorized=
|properties=
|ammo=
|combo=
}}</pre>
}}</pre>


 
[[Category:Infobox Templates]]</noinclude>
[[Category:Infobox Templates|{{PAGENAME}}]]</noinclude>

Latest revision as of 23:21, 16 August 2021

Weapon-infobox
Game(s)

None

Properties

Inflicts Damage

Usage[edit source]

This should be used on the pages of weapons such as beams or Missiles.

  • Image: An image of the weapon
  • Caption: A caption accompanying the image
  • Games: Any games the weapon appeared in
  • Users: Users of the weapon (Usually just Samus)
  • Location: Where the weapon was obtained
  • Obtain: How Samus obtains the weapon
  • Authorized: Where the weapon was authorized (For Other M only)
  • Properties: Any special properties of the weapon
  • Ammo: Ammo used by the weapon, if applicable
  • Combo: A combo, if present, of the weapon
  • Sprite: A Sprite of the weapon or the weapon in use

Blank code (paste onto page):

{{Weapon-infobox
|image=
|caption=
|games=
|users=
|location=
|obtained=
|authorized=
|properties=
|ammo=
|combo=
}}