Template:Infobox/StageDoc

From Inkipedia, the Splatoon wiki

Produces an infobox for a stage.

Parameters

color Optional. An RGB triplet to use as the base color for formatting. If absent, the color is determined based on the value of game.
style Optional. A list of CSS values to apply to the outermost container of the infobox.
game Optional. The game the stage belongs to. For stages that are exclusive to one game or have different values in each, use Splatoon or Splatoon 2. Specifying a value for game will only output the one icon for that game.
name Optional. The English name of the stage. If absent, the page name will be used.
image Optional. Image to use. If not specified, the value used is <S|S2>_Stage_<name>.png.
introduced Optional. The date when the stage was introduced in the format of {{date|yyyy-mm-dd}}. If the stage was introduced at launch, write Launch.
totalbp Optional. Total Battle Points of the stage in the format of 1,234.
features Optional. Features of the stage. Out-of-the-ordinary mechanics rather than terrain changes.
haswaterhazard Optional. If set to true, indicates the stage has a water hazard.
hasabysshazard Optional. If set to true, indicates the stage has an abyss (out-of-bounds) hazard.

Examples

Example 1

Moray Towers

Moray Towers

Introduced 11 July 2015
Total area 1,760p
Features
Hazards Abyss
{{Infobox/Stage
|game           = Splatoon
|name           = Moray Towers
|introduced     = {{date|2015-07-11}}
|totalbp        = 1,760
|hasabysshazard = true
}}

Example 2

Moray Towers

Moray Towers

Introduced Launch
Total area 2,212p
Features Inkrails
Hazards Abyss
{{Infobox/Stage
|name           = Moray Towers
|game           = Splatoon 2
|introduced     = Launch
|totalbp        = 2,212
|features       = [[Inkrail]]s
|hasabysshazard = true
}}