Modèle:GearList item

De Inkipédia
Aller à la navigation Aller à la recherche

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.
  • category - The item's category. Must be "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", "splatfest" or "level".
  • 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.
  • level - Only required if unlock = "level". The level at which the item becomes available.
  • ability - The name of the item's main Ability.
  • rarity - The number of stars the item has. Must be 1, 2 or 3.
  • size - Optional. The size of the item's icon. Default is "x50px" for regular lists and "x24px" for checklists.
  • transparent - Optional. Must be "true" or "false". If true, the transparent background version of the item's icon will be used.
  • checklist - Optional. Must be "true" or "false". If true, the check box column will be added and most images will not be shown.

Example Usage

Markup:

{{GearList_item
|category = Headgear
|name     = Lunettes d'aviateur
|brand    = Iormungand
|unlock   = cash
|cost     = 12 000
|ability  = Ultime sursaut
|rarity   = 3
}}

Output:

Lunettes d'aviateur Lunettes d'aviateur Fichier:12 000 Icon Cash.png 3Star-full.pngStar-full.pngStar-full.png


Markup:

{{GearList_item
|category    = Headgear
|name        = Casque encrifugé
|brand       = Macalamar
|unlock      = level
|level       = 25
|ability     = Justice
|rarity      = 3
|transparent = true
|checklist   = true
}}

Output:

Fichier:Geart Headgear Casque encrifugé.png Casque encrifugé Macalamar Niveau 25 Justice 3Star-full.pngStar-full.pngStar-full.png