Template:Armor: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 11: | Line 11: | ||
<hr style="border: 0; border-top: 1px solid #555;" /> | <hr style="border: 0; border-top: 1px solid #555;" /> | ||
<div style="margin-left: 1em;"> | <div style="margin-left: 1em;"> | ||
{{#if:{{{equipment_type|}}}|'''Slot''': {{{equipment_type}}}<br />}} | {{#if:{{{equipment_type|}}}|'''Slot''': {{{equipment_type}}}<br /> | ||
{{#if:{{{armor_weight|}}}|'''Weight''': {{{armor_weight}}}<br />}} | }}{{#if:{{{armor_weight|}}}|'''Weight''': {{{armor_weight}}}<br /> | ||
{{#if:{{{armor_class|}}}|'''Armor Class''': {{{armor_class}}}<br />}} | }}{{#if:{{{armor_class|}}}|'''Armor Class''': {{{armor_class}}}<br /> | ||
{{#if:{{{durability|}}}|'''Durability''': {{{durability}}}<br />}} | }}{{#if:{{{durability|}}}|'''Durability''': {{{durability}}}<br /> | ||
}}{{#if:{{{is_soulbound|}}}|'''This item is Soulbound and cannot be traded.'''<br /> | |||
}} | |||
</div> | </div> | ||
<!-- ========================== --> | <!-- ========================== --> | ||
| Line 88: | Line 90: | ||
<!-- SALE PRICE --> | <!-- SALE PRICE --> | ||
<!-- ========================== --> | <!-- ========================== --> | ||
{{#if:{{{sale_price|}}}| | |||
<div style="font-size: 1.2em; font-weight: bold; margin-top: 1em;">Sale Price</div> | <div style="font-size: 1.2em; font-weight: bold; margin-top: 1em;">Sale Price</div> | ||
<hr style="border: 0; border-top: 1px solid #555;" /> | <hr style="border: 0; border-top: 1px solid #555;" /> | ||
<div style="margin-left: 1em;"> | <div style="margin-left: 1em;"> | ||
'''Sale Price''': {{{sale_price}}}<br /> | |||
</div> | </div> | ||
}} | |||
<!-- ========================== --> | <!-- ========================== --> | ||
<!-- GALLERY --> | <!-- GALLERY --> | ||