Template:Infobox skill

From PZwiki
Notebook.pngTemplate Documentation

This template should be used on all skills articles.

Example

Strength
Strength
General
Type
Passive
Modifies
Maximum encumbrance
Melee damage
Climbing
{{Infobox skill
|name=Strength
|icon=Trait stout.png
|hdicon=
|icon2-10=
|hdicon2-10=
|type=Passive
|modifies=Maximum encumbrance<br>Melee damage<br>Climbing
}}

Usage

{{Infobox skill
|name=
|icon=
|hdicon=
|icon2-10=
|hdicon2-10=
|type=
|modifies=
}}

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|}}}
| general = General
| modifies = Modifies
| type = Type
| #default = {{Error|translation}}
}}

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.
Editors can experiment in this template's sandbox.