Difference between revisions of "Template:AR Equipment extended infobox"

no edit summary
Line 36: Line 36:
}}}}
}}}}


<div class="equipment-infobox" id="equipment{{#var:equipmentnumber|0}}">
<table class="equipment-infobox" id="equipment{{#var:equipmentnumber|0}}">
<table class="equipment-infobox">
     <tr colspan='2'>
     <tr colspan='2'>
       <th>{{#tag:mediator|https://cdn.housamo.xyz/housamo/unity/Android/icon_equip/equip_icon_{{{filename|none}}}.png|width=60|height=60}} {{{name|}}}</th>
       <th>{{#tag:mediator|https://cdn.housamo.xyz/housamo/unity/Android/icon_equip/equip_icon_{{{filename|none}}}.png|width=60|height=60}} {{{name|}}}</th>
     </tr>
     </tr>
{{#if:{{{effects|}}}|
     <tr colspan='2'>
     <tr colspan='2'>
       <th>Effects</th>
       <th>Effects</th>
Line 47: Line 47:
       {{{effects|}}}
       {{{effects|}}}
     </tr>
     </tr>
}}
{{#if:{{{skills|}}}|
     <tr colspan='2'>
     <tr colspan='2'>
       <th>Skills</th>
       <th>Skills</th>
Line 53: Line 55:
       {{{skills|}}}
       {{{skills|}}}
     </tr>
     </tr>
}}
{{#if:{{{limitations|}}}|
     <tr colspan='2'>
     <tr colspan='2'>
       <th>Restrictions</th>
       <th>Restrictions</th>
Line 59: Line 63:
       {{{limitations|}}}
       {{{limitations|}}}
     </tr>
     </tr>
}}
</table>
</table>
</div>


</onlyinclude></includeonly>
</onlyinclude></includeonly>