Template:Infobox Weapon: Difference between revisions
From Palworld.io
Palworld.io (talk | contribs) (Created page with " <div class="card infobox" style="width: 18em"> <div class="card-header border-0" style="padding: 5px; color: white; background-color: rgba(0, 0, 0, 0.8)" > <p>{{{ItemName|Item}}}</p> </div> <div class="border-bottom" style="margin:0;padding:0">[[Image:{{{image|placeholder.png}}}|frameless|alt={{{alt|Default alt text}}}]]</div> <div style="padding: 10px 8px 0 8px"> <table class="table table-borderless table-sm"> <tr...") |
Palworld.io (talk | contribs) No edit summary |
||
Line 39: | Line 39: | ||
<td class="pb-3">{{{description|?}}}</td> | <td class="pb-3">{{{description|?}}}</td> | ||
</tr> | </tr> | ||
{{#if: {{{durability|}}} | | |||
<tr class="border-top"> | <tr class="border-top"> | ||
<td class="pt-3">Durability</td> | <td class="pt-3">Durability</td> | ||
<td class="pt-3">{{{durability | <td class="pt-3">{{{durability}}}</td> | ||
</tr> | </tr> | ||
}} | |||
{{#if: {{{magSize|}}} | | {{#if: {{{magSize|}}} | | ||
<tr> | <tr> | ||
Line 49: | Line 51: | ||
</tr> | </tr> | ||
}} | }} | ||
{{#if: {{{attackValue|}}} | | |||
<tr> | <tr> | ||
<td>Attack Value</td> | <td>Attack Value</td> | ||
<td>{{{attackValue | <td>{{{attackValue}}}</td> | ||
</tr> | </tr> | ||
}} | |||
</table> | </table> | ||
</div> | </div> |