Template:Infobox skill: Difference between revisions

From PZwiki
m (Automated Formatting)
m (Minor fixes)
 
Line 4: Line 4:
==Example==
==Example==
{{Infobox skill
{{Infobox skill
|name=Strength
|name=Strength
|icon=Trait_stout.png
|icon=Trait_stout.png
|type=Passive
|type=Passive
|modifies=Maximum encumberance<br>Meelee damage<br>Climbing
|modifies=Maximum encumbrance<br>Melee damage<br>Climbing
}}
}}
<pre>{{Infobox skill
<pre>{{Infobox skill
|name=Strength
|name=Strength
|icon=Trait stout.png
|icon=Trait stout.png
|hdicon=
|hdicon=
|icon2-10=
|icon2-10=
|hdicon2-10=
|hdicon2-10=
|type=Passive
|type=Passive
|modifies=Maximum encumberance<br>Meelee damage<br>Climbing
|modifies=Maximum encumbrance<br>Melee damage<br>Climbing
}}</pre>
}}</pre>


==Usage==
==Usage==
<pre>{{Infobox skill
<pre>{{Infobox skill
|name=
|name=
|icon=
|icon=
|hdicon=
|hdicon=
|icon2-10=
|icon2-10=
|hdicon2-10=
|hdicon2-10=
|type=
|type=
|modifies=
|modifies=
}}</pre>
}}</pre>



Latest revision as of 21:09, 15 April 2024

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.