Template:Version/doc

From Official Barotrauma Wiki
Jump to: navigation, search
Documentation

This template is used to more easily keep track of article versions, as well as stub and cleanup flags. It should be placed before any content in an article.

All parameters are optional.
If the version number is omitted, the notice will state "Last updated for an unknown version".
If using stub or cleanup, "yes" must be added after an "=" sign, otherwise it might be interpreted as an "anonymous parameter" ( {{{1}}} or {{{2}}}, version number and note respectively, if they weren't specified ). See examples below.

Syntax

{{ Version | <version number> | <note about what is outdated> | stub = yes | cleanup = yes | stubnote = <note about what's missing> | cleanupnote = <note about what should be improved> }}

Examples


{{Version}} gives:

Data is potentially outdated
Last updated for an unknown version
The current game version is 1.4.6.0

{{Version|1.4.6.0}} gives:

Data is up-to-date
Last updated for version 1.4.6.0
The current game version is 1.4.6.0

{{Version|0.9.10.0|Outdated images}} gives:

Data is potentially outdated
Last updated for version 0.9.10.0
The current game version is 1.4.6.0
Notes: Outdated images

{{Version|1.4.6.0|stub=yes|stubnote=Missing damage table}} gives:

Data is up-to-date
Last updated for version 1.4.6.0
The current game version is 1.4.6.0
Stub Notes: Missing damage table

{{Version
|1.4.6.0
|Outdated images
|stub = yes
|stubnote = Missing damage table
|cleanup = yes
|cleanupnote = Usage of second person needs to be replaced
}}

gives:


Data is up-to-date
Last updated for version 1.4.6.0
The current game version is 1.4.6.0
Notes: Outdated images
Cleanup Notes: Usage of second person needs to be replaced
Stub Notes: Missing damage table

This is the documentation page, it should be transcluded into the main template page. See Template:Doc for more information.