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

발표 2015년 7월 11일
면적 1,760p
기능
위협 심해
{{Infobox/Stage
|game           = Splatoon
|name           = Moray Towers
|introduced     = {{date|2015-07-11}}
|totalbp        = 1,760
|hasabysshazard = true
}}

Example 2

Moray Towers

Moray Towers

발표 Launch
면적 2,212p
기능 Inkrails
위협 심해
{{Infobox/Stage
|name           = Moray Towers
|game           = Splatoon 2
|introduced     = Launch
|totalbp        = 2,212
|features       = [[Inkrail]]s
|hasabysshazard = true
}}