Template:Infobox/Gear: Difference between revisions

From Inkipedia, the Splatoon wiki
(Added "added in" parameter)
m (Added to doc)
Tag: Disambiguation links
Line 92: Line 92:
|- style="vertical-align: top;"
|- style="vertical-align: top;"
|<code>splatnet3</code>||Optional.||The numeric amount of [[Cash]] required to purchase the item from [[SplatNet 3]].
|<code>splatnet3</code>||Optional.||The numeric amount of [[Cash]] required to purchase the item from [[SplatNet 3]].
|- style="vertical-align: top;"
|<code>addedin</code>||Optional||The [[version]] in which the piece of gear was added to the game.
|- style="vertical-align: top;"
|- style="vertical-align: top;"
|<code>suppress category</code>||Optional.||Categories are prevented from being added by this template. Must be <code>true</code>.
|<code>suppress category</code>||Optional.||Categories are prevented from being added by this template. Must be <code>true</code>.
Line 111: Line 113:
|stars        = 3
|stars        = 3
|suppress category=true
|suppress category=true
|addedin      = {{Ver|S3|1.1.0}}
}}
}}
<pre style="border: none; background: none;"><nowiki>{{Infobox/Gear
<pre style="border: none; background: none;"><nowiki>{{Infobox/Gear
Line 124: Line 127:
|amiibo2      = Inkling Boy 2
|amiibo2      = Inkling Boy 2
|stars        = 3
|stars        = 3
|addedin      = {{Ver|S3|1.1.0}}
}}</nowiki></pre>
}}</nowiki></pre>
{{clr}}[[Category:Infobox templates]]
{{clr}}[[Category:Infobox templates]]
</noinclude>
</noinclude>

Revision as of 22:11, 14 October 2023

Displays an infobox for a gear item.

Parameters

game The game the gear item belongs to. Must be one of the following:
  • Splatoon
  • Splatoon 2
  • Splatoon 3
category The item's category. Must be one of the following:
  • Clothing
  • Headgear
  • Shoes
brand The English name of the gear brand the item is made by.
stars Optional The item's starting star power.
name Optional The English name of the item. If absent, the page name will be used.
ability Optional. The item's default primary gear ability.
amiibo Optional. The amiibo that unlocks the item. Only list the base amiibo if the item can also be unlocked by the amiibo's recolor(s) or its future counterparts. Must be one of the following:
  • Callie Callie
  • Inkling (Yellow) Inkling (Yellow)
  • Inkling Boy Inkling Boy (Splatoon)
  • Inkling Boy 2 Inkling Boy (Splatoon 2)
  • Inkling Girl Inkling Girl (Splatoon)
  • Inkling Girl 2 Inkling Girl (Splatoon 2)
  • Inkling Squid Inkling Squid (Splatoon)
  • Inkling Squid 2 Inkling Squid (Splatoon 2)
  • Marie Marie
  • Marina Marina
  • Pearl Pearl
  • Octoling (Blue) Octoling (Blue)
  • Octoling Boy Octoling Boy
  • Octoling Girl Octoling Girl
  • Octoling Octopus Octoling Octopus
  • Smallfry Smallfry
adjustable Optional. Adds a "yes" listing. For noting which pieces of S3 gear may be adjusted.
availability Optional. The special means by which the item can be obtained. Must be one of the following:
cost Optional. The numeric amount of Cash required to purchase the item from shops.
currency Optional. The type of currency required to purchase the item from shops per Template:Cost. If undefined, defaults to Cash.
splatnet2 Optional. The numeric amount of Cash required to purchase the item from SplatNet 2.
splatnet3 Optional. The numeric amount of Cash required to purchase the item from SplatNet 3.
addedin Optional The version in which the piece of gear was added to the game.
suppress category Optional. Categories are prevented from being added by this template. Must be true.

Example

FishFry Visor
FishFry Visor
Category
Brand
Ability
Cost
Cash 500
SplatNet 2
Cash 1,234
Availability
amiibo
Star power
Star-full.pngStar-full.pngStar-full.pngStar-empty.pngStar-empty.png
Added in
{{Infobox/Gear
|game         = Splatoon 3
|category     = Headgear
|name         = FishFry Visor
|brand        = Firefin
|ability      = Special Charge Up
|cost         = 500
|splatnet2    = 1,234
|availability = Splatfest
|amiibo       = Inkling Boy
|amiibo2      = Inkling Boy 2
|stars        = 3
|addedin      = {{Ver|S3|1.1.0}}
}}