Template:Infobox/Brand: Difference between revisions

From Inkipedia, the Splatoon wiki
m (Migrating to full game names)
mNo edit summary
Line 16: Line 16:
</div>
</div>
</includeonly><noinclude>__NOTOC__
</includeonly><noinclude>__NOTOC__
Displays an infobox for a [[brand]].
Displays an infobox for a [[gear brand]].


=== Parameters ===
=== Parameters ===

Revision as of 17:49, 10 August 2023

Displays an infobox for a gear brand.

Parameters

color Optional. The name of the game the brand belongs to. The specified game is use to determine the base color for formatting. If absent, a generic blue color will be used.
name Optional. The English name of the brand. If absent, the page name will be used.
imagesource Required. The name of the latest game that the brand appears in. This will be used to display the latest versions of brand logos and ability icons.
game1 Optional. The name of the first game that the brand appears in.
likely1 Optional. The name of the likely ability for this brand. If no ability exists, do not specify one, and "Neutral" will be displayed.
unlikely1 Optional. The name of the unlikely ability for this brand. If no ability exists, do not specify one, and "Neutral" will be displayed.
game2 Optional. The name of the second game that the brand appears in, if any.
likely2 Optional. The name of the likely ability for this brand in the second game it appears in.
unlikely2 Optional. The name of the unlikely ability for this brand in the second game it appears in.
game3 Optional. The name of the third game that the brand appears in, if any.
likely3 Optional. The name of the likely ability for this brand in the third game it appears in.
unlikely3 Optional. The name of the unlikely ability for this brand in the third game it appears in.

Examples

Example 1

Template:InfoboxBrand A brand found in three games that has a different ability configuration for each game.

{{InfoboxBrand
|name        = Forge
|imagesource = Splatoon 2
|game1       = Splatoon
|likely1     = Special Duration Up
|unlikely1   = Ink Saver (Sub)
|game2       = Splatoon 2
|likely2     = Special Power Up
|unlikely2   = Ink Saver (Sub)
|game3       = Splatoon 3
|likely3     = Ink Saver (Main)
|unlikely3   = Ink Saver (Sub)
}}

Example 2

Template:InfoboxBrand A brand found in Splatoon 1 and Splatoon 3 that has a different ability configuration for each game.

{{InfoboxBrand
|name        = Forge
|imagesource = Splatoon
|game1       = Splatoon
|likely1     = Special Duration Up
|unlikely1   = Ink Saver (Sub)
|game2       = Splatoon 3
|likely2     = Special Power Up
|unlikely2   = Ink Saver (Sub)
}}

Example 3

Template:InfoboxBrand A brand found in two games that has the same ability configuration in both games.

{{InfoboxBrand
|name        = Rockenberg
|imagesource = Splatoon 2
|likely1     = Run Speed Up
|unlikely1   = Swim Speed Up
}}

Example 4

Template:InfoboxBrand A brand found only in Splatoon.

{{InfoboxBrand
|color       = Splatoon
|name        = Famitsu
|imagesource = Splatoon
}}

Example 5

Template:InfoboxBrand A brand found only in Splatoon 2.

{{InfoboxBrand
|color       = Splatoon 2
|name        = Toni Kensa
|imagesource = Splatoon 2
|likely1     = Cold-Blooded
|unlikely1   = Sub Power Up
}}

Example 6

Template:InfoboxBrand A brand found only in Splatoon 3.

{{InfoboxBrand
|color       = Splatoon 3
|name        = Emberz
|imagesource = Splatoon 3
|likely1     = Intensify Action
|unlikely1   = Special Charge Up
}}