Template:Infobox/VersionDoc

From Inkipedia, the Splatoon wiki

Displays an infobox for a game update. This template is a proxy that pre-evaluates parameters for Infobox/VersionEx.

Parameters

game Optional. The name of the game the update applies to. The default value is "Splatoon". Must be one of the following:
  • Splatoon
  • Splatoon 2
  • Splatoon 3
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.
version Optional. The version number being documented. If absent, the page title will be used.
image Optional. The filename for an image to show to represent the update.
size Optional. A MediaWiki image size parameter.
caption Opional. A short description of the update.
prev Optional. The version number of the previous update.
prev2 Optional. The version number of the two previous update.
next Optional. The version number of the following update.
next2 Optional. The version number of the two following update.
style Optional. A list of CSS rules to apply to the outermost container.

Examples

Example 1

Version 1.1.1
For Splatoon 2
1.0.01.1.01.1.11.1.21.2.0
Version history
{{Infobox/Version
|game    = Splatoon 2
|version = 1.1.1
|prev    = 1.1.0
|prev2   = 1.0.0
|next    = 1.1.2
|next2   = 1.2.0
}}

Example 2

Version 2.12.0
For Splatoon

S Judd Artwork.png
Version to end all versions!

2.10.02.11.02.12.0
Version history
{{Infobox/Version
|game    = Splatoon
|version = 2.12.0
|image   = S Judd Artwork.png
|caption = Version to end all versions!
|prev    = 2.11.0
|prev2   = 2.10.0
}}