Template:Infobox Version/doc

From Progressbar95 Wiki

Infobox for Progressbar95 versions

Basic template[edit source]

The following is the base code required to generate an infobox. One can copy and paste the base code into an article and insert relevant information in front of the = signs.

{{Infobox Version
| title = 
| name = 
| first_version = 
| release_version = 
| latest_version = 
| prev_update = 
| next_update = 
}}

Full usage[edit source]

Parameter Function Example Default value
title The version string of the update 0.86 {{PAGENAME}}
name The alternative name of the update September Update
image The filename of the "PB Magazine" issue for the update (posted by u/icoeye on r/Progressbar95), without 'File:' 0.86.png {{PAGENAME}}.png or {{PAGENAME}}_Magazine.png; None if neither exists
first_version The first version of the update (most of the time a beta version, sometimes a release) {{Version|ver=0.8450|type=alpha|android_date={{Date|2021|9|26}}}}
release_version The first major RTM (release) version of the update {{Version|ver=0.8600|type=rtm|steam_date={{Date|2021|10|3}}|android_date={{Date|2021|10|4}}|ios_date={{Date|2021|10|5}}}}
latest_version The last version of the update. Either the latest version of the game available ("Latest version"), or the version before the first version leading up to the next game update ("Final version") {{Version|ver=0.8610|type=hotfix|date={{Date|2021|10|13}}}} release_version > first_version > None
prev_update The name of the previous game update 0.84
next_update The name of the next game update 0.88

TemplateData documentation used by VisualEditor and other tools

Infobox for Progressbar95 versions

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Titletitle

The version string of the update

Default
The current page name
Example
0.86
Stringsuggested
Namename

The alternative name of the update

Example
September Update
Stringsuggested
Magazine imageimage

The filename of the "PB Magazine" issue for the update (posted by u/icoeye on r/Progressbar95), without 'File:'

Default
<title>.png or <title>_Magazine.png; none if neither exists
Example
0.86.png
Stringoptional
First versionfirst_version

The first version of the update (most of the time a beta version, sometimes a release)

Example
{{Version|ver=0.8450|type=alpha|android_date={{Date|2021|9|26}}}}
Unknownsuggested
Release versionrelease_version

The first major RTM (release) version of the update

Example
{{Version|ver=0.8600|type=rtm|steam_date={{Date|2021|10|3}}|android_date={{Date|2021|10|4}}|ios_date={{Date|2021|10|5}}}}
Unknownsuggested
Latest versionlatest_version

The last version of the update. Either the latest version of the game available ("Latest version"), or the version before the first version leading up to the next game update ("Final version")

Default
Release version; if not specified - the first version; if not specified - none
Example
{{Version|ver=0.8610|type=hotfix|date={{Date|2021|10|13}}}}
Unknownsuggested
Previous Updateprev_update

The name of the previous game update

Example
0.84
Stringsuggested
Next Updatenext_update

The name of the next game update

Example
0.88
Stringsuggested