Template:Infobox weapon: Difference between revisions

no edit summary
No edit summary
No edit summary
 
(25 intermediate revisions by the same user not shown)
Line 6:
{{#if: {{{damage|}}} |
<div class="dmg-type-row">
<div class="dmg-type-cell damage">{{#if: {{{damage|}}} | [[File:Damage icon.png|link=]] }}</div>
<p>{{{damage}}}</p>
</div>
}}
{{#if: {{{element|}}} |
<div class="dmg-type-row">
<div class="dmg-type-cell {{{element}}}">{{#if: {{{element|}}} | {{#ifeq: {{{element}}} | none | | [[File:Necrotic{{{element}}} damage icon.png|link=]] }}</div> }}
</div>
<p>{{{element}}}</p>
<p>{{#if: {{{element|}}} | {{#replace:{{#replace:{{{element%|}}}| |}}|%|}}% | 0% }}</p>
</div>
}}
{{#if: {{{range|}}} |
<div class="dmg-type-row">
<div class="dmg-type-cell typerange">{{#if: {{{range|}}} | [[File:Weapon range icon.png|link=]] }}</div>
<p>{{{range}}}</p>
</div>
Line 24 ⟶ 23:
{{#if: {{{slot|}}} |
<div class="dmg-type-row">
<div class="dmg-type-cell {{{handslot}}}">{{#switch: {{{slot}}} | one-hand = [[File:1-Hand icon.png|link=]] | two-hand = [[File:2-Hand icon.png|link=]] }}</div>
<p>{{#switch: {{{slot}}} | one-hand = 1-Hand | two-hand = 2-Hand }}</p>
</div>