Site notice
Welcome! Please check To-Do List to see what pages need help, who is working on what, etc.

Template:Weapon cell

From Mega Man Wiki
Revision as of 02:01, 11 June 2021 by Vellidragon (talk | contribs) (This should probably have a default value so it doesn't just retain the previous instance's colours.)

| style="background-color:#EEEEEE"|N/A

Documentation

Creates a pre-formatted table cell that contains a bold link to a weapon article and uses that weapon's colours for the cell background and text colour. Note that the first | is included.

Has two parameters: the name of the weapon, followed by an optional rowspan value.

{| class="wikitable"
{{Weapon cell|Leaf Shield}}
|}

Results in

Leaf Shield

With rowspan:

{| class="wikitable"
{{Weapon cell|Leaf Shield|2}}
|Row 1
|-
|Row 2
|}

Results in

Leaf Shield Row 1
Row 2