Site notice
Welcome! Please check To-Do List to see what pages need help, who is working on what, etc.
  • Please do not copy any articles, templates, files, etc. from other wikis.
  • Please include a source when uploading a file.
  • Welcome Indie Wiki Jammers! Check out here for info on the jam.

Template:Weapon cell/doc

From Mega Man Wiki

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|1|{{MMLC Icon|Leaf Shield}}}}
|-
|}

Results in

With rowspan:

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

Results in

Leaf Shield Row 1
Row 2