Template:Navbox construction

From PZwiki
Revision as of 08:06, 7 March 2024 by Vaileasys (talk | contribs) (title links to construction category)
Notebook.pngTemplate Documentation

This template should be transcluded at the bottom of all construction pages.

Usage

{{Navbox construction}}

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 -->
| construction = Construction
<!-- group -->
| carpentry = Carpentry <!-- for future use, not currently used -->
| metalworking = Metalworking <!-- for future use, not currently used -->
| misc = Miscellaneous
<!-- list -->
| barricade_wood = Barricade (wood)
| barricate_metal = Barricade (metal)
| #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.