Template:Armor: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 40: | Line 40: | ||
<!-- ========================== --> | <!-- ========================== --> | ||
<!-- SET BONUS --> | |||
<!-- SET | |||
<!-- ========================== --> | <!-- ========================== --> | ||
{{SetBonus | {{SetBonus | ||
| Line 80: | Line 70: | ||
}} | }} | ||
<!-- ========================== --> | |||
<!-- REQUIREMENTS --> | |||
<!-- ========================== --> | |||
<div style="font-size: 1.2em; font-weight: bold; margin-top: 1em;">Requirements</div> | |||
<hr style="border: 0; border-top: 1px solid #555;" /> | |||
<div style="margin-left: 1em;"> | |||
{{#if:{{{level_requirement|}}}|'''Level Requirement''': {{{level_requirement}}}<br />}} | |||
{{#if:{{{class_requirement1|}}}|'''Class Requirement''': [[{{{class_requirement1}}}]]}}{{#if:{{{class_requirement2|}}}|, [[{{{class_requirement2}}}]]}}{{#if:{{{class_requirement3|}}}|, [[{{{class_requirement3}}}]]}} | |||
</div> | |||
<!-- ========================== --> | |||
<!-- ACQUISITION --> | |||
<!-- ========================== --> | |||
{{#if:{{{how_to_acquire|}}}| | |||
<div style="font-size: 1.2em; font-weight: bold; margin-top: 1em;">Acquisition</div> | |||
<hr style="border: 0; border-top: 1px solid #555;" /> | |||
{{Div col|colwidth=20em}} | |||
{{#invoke:ListLinks|fromDelimited|1={{{how_to_acquire}}}|delimiter=, }} | |||
{{Div col end}} | |||
}} | |||
<!-- ========================== --> | |||
<!-- SALE PRICE --> | |||
<!-- ========================== --> | |||
<div style="font-size: 1.2em; font-weight: bold; margin-top: 1em;">Sale Price</div> | |||
<hr style="border: 0; border-top: 1px solid #555;" /> | |||
<div style="margin-left: 1em;"> | |||
{{#if:{{{is_soulbound|}}}|'''This item is Soulbound and cannot be traded.'''<br />}} | |||
{{#if:{{{sale_price|}}}|'''Sale Price''': {{{sale_price}}}<br />}} | |||
</div> | |||
<!-- ========================== --> | <!-- ========================== --> | ||