Template:GearList/Item: Difference between revisions

From Inkipedia, the Splatoon wiki
m (Centering the image content)
(Adding color parameter to display ink splat if gear changes color. *crossing fingers*)
Line 1: Line 1:
<includeonly>|-
<includeonly>|-
| style="text-align: center;" | [[File:Gear_{{{type}}}_{{{name}}}.png|60px]]
| style="text-align: center;" | [[File:Gear_{{{type}}}_{{{name}}}.png|60px]]{{#ifeq: {{{color}}} | <div style="position: absolute; left: 56px; top: 10px;">[[Nav-videos-backsplat.png|x25px|link=|Color changes during gameplay]]</div>}}
| [[{{{name}}}]]
| [[{{{name}}}]]
| {{{{{brand}}}}}
| {{{{{brand}}}}}
Line 9: Line 9:
All parameters are required unless otherwise noted.
All parameters are required unless otherwise noted.
* ''name'' - The item's name.
* ''name'' - The item's name.
* ''color'' - Enter any value if the item's color changes during gameplay.
* ''type'' - The item's type. Must be one of "Headgear", "Clothing" or "Shoes".
* ''type'' - The item's type. Must be one of "Headgear", "Clothing" or "Shoes".
* ''brand'' - The name of the item's brand.
* ''brand'' - The name of the item's brand.

Revision as of 18:36, 20 June 2015

Parameters

All parameters are required unless otherwise noted.

  • name - The item's name.
  • color - Enter any value if the item's color changes during gameplay.
  • type - The item's type. Must be one of "Headgear", "Clothing" or "Shoes".
  • brand - The name of the item's brand.
  • unlock - The method of unlocking the item. Must be "none", "cash", "amiibo", "heromode" or "splatfest".
  • cost - Only required if unlock = "cash". The number of coins required for purchase.
  • amiibo - Only required if unlock = "amiibo". The name of the amiibo that unlocks the item.
  • ability - The name of the item's main Ability.
  • rarity - The number of stars the item has. Must be 1, 2 or 3.

Example Usage

Markup:

{{GearListItem
|type    = Clothing
|name    = Baseball Jersey
|brand   = Firefin
|unlock  = cash
|cost    = 10000
|ability = Special Charge Up
|rarity  = 3
}}

Output:

User:GuyPerfect/GearListItem