(add wisdom attribute) |
No edit summary |
||
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_s = | |||
| damage_l = | |||
| ac = | |||
| hit = | |||
| dam = | |||
| vita = | |||
| mana = | |||
| might = | |||
| will = | |||
| grace = | |||
| protection = | |||
| regen = | |||
| wisdom = | |||
| might_to_wield = | |||
| peasant_level = | |||
| rogue_level = | |||
| mage_level = | |||
| poet_level = | |||
| warrior_level = | |||
| special_info = | |||
| how_to_obtain = | |||
}} | |||
</noinclude> | |||
[[Image:{{PAGENAME}}.png|{{PAGENAME}}]]<br> | [[Image:{{PAGENAME}}.png|{{PAGENAME}}]]<br> | ||
'''[[Durability]]:''' | {{#if: {{{durability|}}} | '''[[Durability]]:''' {{{durability}}}<br>}} | ||
'''[[Damage]]:''' | {{#if: {{{damage_s|}}} | '''[[Damage]]:''' S: {{{damage_s}}} }} | ||
'''[[AC]]:''' | {{#if: {{{damage_l|}}} | L: {{{damage_l}}}<br>}} | ||
'''[[Hit]]:''' # '''[[Dam]]:''' | {{#if: {{{ac|}}} | '''[[AC]]:''' {{{ac}}}<br>}} | ||
'''[[Vita]]:''' # '''[[Mana]]:''' | {{#if: {{{hit|}}} | '''[[Hit]]:''' {{{hit}}} }} | ||
'''[[Might stat|Might]]:''' # '''[[Will]]:''' # '''[[Grace]]:''' | {{#if: {{{dam|}}} | '''[[Dam]]:''' {{{dam}}}<br>}} | ||
'''[[Protection]]:''' # '''[[Regen]]:''' # '''[[Wisdom]]''': | {{#if: {{{vita|}}} | '''[[Vita]]:''' {{{vita}}} }} | ||
''' [[Might stat|Might]] to Wield:''' ##<br> | {{#if: {{{mana|}}} | '''[[Mana]]:''' {{{mana}}}<br>}} | ||
''' | {{#if: {{{might|}}} | '''[[Might stat|Might]]:''' {{{might}}} }} | ||
{{#if: {{{will|}}} | '''[[Will]]:''' {{{will}}} }} | |||
{{#if: {{{grace|}}} | '''[[Grace]]:''' {{{grace}}}<br>}} | |||
{{#if: {{{protection|}}} | '''[[Protection]]:''' {{{protection}}} }} | |||
{{#if: {{{regen|}}} | '''[[Regen]]:''' {{{regen}}} }} | |||
{{#if: {{{wisdom|}}} | '''[[Wisdom]]''': {{{wisdom}}}<br>}} | |||
{{#if: {{{might_to_wield|}}} | '''[[Might stat|Might]] to Wield:''' {{{might_to_wield}}}<br>}} | |||
{{#if: {{{peasant_level|}}} | '''[[Peasant]] [[Level]]:''' {{{peasant_level}}}<br>}} | |||
{{#if: {{{rogue_level|}}} | '''[[Rogue]] [[Level]]:''' {{{rogue_level}}}<br>}} | |||
{{#if: {{{mage_level|}}} | '''[[Mage]] [[Level]]:''' {{{mage_level}}}<br>}} | |||
{{#if: {{{poet_level|}}} | '''[[Poet]] [[Level]]:''' {{{poet_level}}}<br>}} | |||
{{#if: {{{warrior_level|}}} | '''[[Warrior]] [[Level]]:''' {{{warrior_level}}}<br>}} | |||
==Special Info== | ==Special Info== | ||
{{#if: {{{special_info|}}} | {{{special_info}}}}} | |||
==How to Obtain== | ==How to Obtain== | ||
{{#if: {{{how_to_obtain|}}} | {{{how_to_obtain}}}}} | |||
[[Category:Equip needing categorization]] | [[Category:Equip needing categorization]] | ||
[[Category:Equip needing images]] <!-- Please remove this category when at least one support graphic is added! --> | [[Category:Equip needing images]] <!-- Please remove this category when at least one support graphic is added! --> | ||
</includeonly> | </includeonly> | ||