Template:GearList/Item: Difference between revisions

From Inkipedia, the Splatoon wiki
m (Template EA -> AUEU)
mNo edit summary
Line 4: Line 4:
| {{Brand|{{{brand}}}|size=30px}}
| {{Brand|{{{brand}}}|size=30px}}
| {{#switch: "{{{unlock}}}"
| {{#switch: "{{{unlock}}}"
| "cash"      = {{Cost|{{{cost}}}|size=30px}}
| "cash"      = {{Cost|{{{cost}}}|30px}}
| "amiibo"    = [[File:Brand_amiibo.png|30px|link=amiibo]] [[amiibo|{{{amiibo}}}]]
| "amiibo"    = [[File:Brand_amiibo.png|30px|link=amiibo]] [[amiibo|{{{amiibo}}}]]
| "octovalley"  = [[File:Octarian_Icon.png|30px|link=Octo Valley|Octo Valley]] [[Octo Valley]]
| "octovalley"  = [[File:Octarian_Icon.png|30px|link=Octo Valley|Octo Valley]] [[Octo Valley]]

Revision as of 17:47, 20 July 2015

Parameters

All parameters are required unless otherwise noted.

  • name - The item's name. If nameea is specified, this field represents the North American name.
  • nameea - Optional. The European/Australian name if different from the North American.
  • 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", "octovalley" 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.
  • tinted - Optional. If present, must be either "true" or "false". Set to true if the item's color changes during gameplay.

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