From Brotato Wiki

Revision as of 19:30, 14 February 2023 by Darkly77 (talk | contribs) (add latest version (0.8.0.3))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Show a game version number:

  • The text is green if the provided version matches the current version.
  • The text is red if it's lower.

Intended for use on the Modding page, to better show mods that use an outdated version of the game.

Also includes hover text explaining the colors.

Uses Template:GetVersion to get the current version (1.0.1.3).

Example

{{Version|0.5.11c}} = 0.5.11c
{{Version|0.6.0.7}} = 0.6.0.7
{{Version|0.6.1.6}} = 0.6.1.6
{{Version|0.6.1.6}} = 0.8.0.3


Example using the current game version, in case the examples above are all out of date:

{{Version|{{GetVersion}}}} = 1.0.1.3




No description.

Template parameters

ParameterDescriptionTypeStatus
Versionversion 1

no description

Stringrequired