Template:Sandbox/doc

From Official Barotrauma Wiki
Jump to: navigation, search
Documentation

Syntax

{{ Version | <version> | <note> | stub = yes | cleanup = yes | stubnote = blabla | cleanupnote = blablabla }}

Examples


{{Version}} gives:

Weapon Stats Ammunition Stats Notes
Weapon Name RPS Ammunition Afflictions Penetration
Error: No field named "type" found for the database table "Items".

{{Version|1.4.6.0}} gives:

Weapon Stats Ammunition Stats Notes
Weapon Name RPS Ammunition Afflictions Penetration
Error: No field named "type" found for the database table "Items".

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

Weapon Stats Ammunition Stats Notes
Weapon Name RPS Ammunition Afflictions Penetration
Error: No field named "type" found for the database table "Items".

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

Weapon Stats Ammunition Stats Notes
Weapon Name RPS Ammunition Afflictions Penetration
Error: No field named "type" found for the database table "Items".

{{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:

Weapon Stats Ammunition Stats Notes
Weapon Name RPS Ammunition Afflictions Penetration
Error: No field named "type" found for the database table "Items".

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