Template:Infobox weapon: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
No edit summary
No edit summary
Line 24: Line 24:
{{#if: {{{hand|}}} |
{{#if: {{{hand|}}} |
<div class="dmg-type-row">
<div class="dmg-type-row">
<div class="dmg-type-cell hand">{{#switch: {{{hand}}} | 1 = [[File:1-Hand icon.png]] | 2 = [[File:2-Hand icon.png]] }}</div>
<div class="dmg-type-cell {{{hand}}}">{{#switch: {{{hand}}} | 1 = [[File:1-Hand icon.png]] | 2 = [[File:2-Hand icon.png]] }}</div>
<p>{{#switch: {{{hand}}} | 1 = 1-Hand | 2 = 2-Hand }}</p>
<p>{{#switch: {{{hand}}} | 1 = 1-Hand | 2 = 2-Hand }}</p>
</div>
</div>