Tags: Rollback Reverted |
Tags: Undo Reverted |
||
Line 1: | Line 1: | ||
<includeonly><noinclude> | |||
This template is used to display information about game items. | |||
To use this template, add the following to a game item page: | |||
{{subst:Equip | |||
| durability = | |||
| damage_small = | |||
| damage_large = | |||
| ac = | |||
| hit = | |||
| dam = | |||
| vita = | |||
| mana = | |||
| might = | |||
| will = | |||
| grace = | |||
| protection = | |||
| regen = | |||
| wisdom = | |||
| might_to_wield = | |||
| peasant_level = | |||
| rogue_level = | |||
| mage_level = | |||
| poet_level = | |||
| warrior_level = | |||
}} | |||
</noinclude> | |||
[[Image:{{PAGENAME}}.png|{{PAGENAME}}]]<br> | |||
'''[[Durability]]:''' {{{{{formatnum:durability}}|0}}}<br> | |||
'''[[Damage]]:''' S: {{{damage_small|0m0}}} L: {{{damage_large|0m0}}}<br> | |||
'''[[AC]]:''' {{{ac|0}}}<br> | |||
'''[[Hit]]:''' {{{hit|0}}} '''[[Dam]]:''' {{{dam|0}}}<br> | |||
'''[[Vita]]:''' {{{vita|0}}} '''[[Mana]]:''' {{{mana|0}}}<br> | |||
'''[[Might stat|Might]]:''' {{{might|0}}} '''[[Will]]:''' {{{will|0}}} '''[[Grace]]:''' {{{grace|0}}}<br> | |||
'''[[Protection]]:''' {{{protection|0}}} '''[[Regen]]:''' {{{regen|0}}} '''[[Wisdom]]''': {{{wisdom|0}}}<br> | |||
'''[[Might stat|Might]] to Wield:''' {{{might_to_wield|0}}}<br> | |||
{{#if: {{{peasant_level|}}} | '''[[Peasant]] [[Level]]:''' {{{peasant_level}}}<br>}}<nowiki /> | |||
{{#if: {{{rogue_level|}}} | '''[[Rogue]] [[Level]]:''' {{{rogue_level}}}<br>}}<nowiki /> | |||
{{#if: {{{mage_level|}}} | '''[[Mage]] [[Level]]:''' {{{mage_level}}}<br>}}<nowiki /> | |||
{{#if: {{{poet_level|}}} | '''[[Poet]] [[Level]]:''' {{{poet_level}}}<br>}}<nowiki /> | |||
{{#if: {{{warrior_level|}}} | '''[[Warrior]] [[Level]]:''' {{{warrior_level}}}<br>}}<nowiki /> | |||
</includeonly> | |||