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

no edit summary
Line 36: Line 36:


<table class="equipment-infobox" id="equipment{{#var:equipmentnumber|0}}">
<table class="equipment-infobox" id="equipment{{#var:equipmentnumber|0}}">
     <tr colspan='3'>
     <tr>
      <th>{{Star|{{{rarity|}}}}} {{#tag:mediator|https://cdn.housamo.xyz/housamo/unity/Android/icon_equip/equip_icon_{{{filename|none}}}.png|width=60|height=60}} {{{name|}}} </th>
      <th colspan='3'>{{Star|{{{rarity|}}}}} {{#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|}}}|
{{#if:{{{effects|}}}|
     <tr colspan='3'>
     <tr>
      <th>Effects</th>
      <th colspan='3'>Effects</th>
     </tr>
     </tr>
     {{{effects|}}}
     {{{effects|}}}
}}
}}
{{#if:{{{skills|}}}|
{{#if:{{{skills|}}}|
     <tr colspan='3'>
     <tr>
      <th>Skills</th>
      <th colspan='3'>Skills</th>
     </tr>
     </tr>
     <tr colspan='3'>
     <tr>
       {{{skills|}}}
       {{{skills|}}}
     </tr>
     </tr>
}}
}}
{{#if:{{{limitations|}}}|
{{#if:{{{limitations|}}}|
     <tr colspan='3'>
     <tr>
      <th>Restrictions</th>
      <th colspan='3'>Restrictions</th>
     </tr>
     </tr>
     <tr colspan='3'>
     <tr>
       {{{limitations|}}}
       {{{limitations|}}}
     </tr>
     </tr>