Template:Testing

From PZwiki
Revision as of 02:21, 18 February 2024 by Faalagorn (talk | contribs) (Update category)
Notebook.pngTemplate Documentation

Added to articles or sections that are about a feature that is part of a testing branch and not part of the stable version of the game.

Adds articles to the "Unstable features" category.

Usage

Parameters

1
The version page name of the item/feature being added.
section
If set to true, will display "section" instead of "article" in the title.
hidecat
If set to true, the page will not be added to the "Unstable features" category.

Examples

Profession engineer.png
This is a testing feature.
This template is about an item or mechanic that is currently in testing and not part of the stable version of the game.
Profession engineer.png
This is a testing feature.
This template is about an item or mechanic that is currently in testing and not part of the stable version of the game.
This feature can be accessed via the testing branch for build 42.

How to translate

This template is translatable.

Template code

Paste the following code into the <includeonly> tag of the translated template and translate the text after each = sign (except for #default =).

{{#switch: {{{1|}}}
| title = This is a testing feature.
| content = This {{{2}}} is about an item or mechanic that is currently in '''testing''' and not part of the stable version of the game.
| note = This feature can be accessed via the testing branch for {{{2}}}.
| #default = [[Category:Incorrect template usage]]
}}

Template documentation

Copy the code wrapped in the <noinclude> tag in this template and translate the text after doc = in the {{Documentation}} template.

{{Translation guide}} template should be removed from the translated documentation.

See also

Editors can experiment in this template's sandbox.