Template:Armor: Difference between revisions
Appearance
No edit summary |
mNo 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:{{{is_soulbound|}}}|'''This item is Soulbound and cannot be traded.'''<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 /> | ||
}} | }} | ||
</div> | </div> | ||
| Line 88: | Line 88: | ||
}} | }} | ||
<!-- ========================== --> | <!-- ========================== --> | ||
<!-- | <!-- SELL PRICE --> | ||
<!-- ========================== --> | <!-- ========================== --> | ||
{{#if:{{{ | {{#if:{{{sell_price|}}}| | ||
<div style="font-size: 1.2em; font-weight: bold; margin-top: 1em;"> | <div style="font-size: 1.2em; font-weight: bold; margin-top: 1em;">Sell 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;"> | ||
''' | '''Sell Price''': {{{sell_price}}}<br /> | ||
</div> | </div> | ||
}} | }} | ||