Difference between revisions of "Template:Item infobox"

no edit summary
Line 77: Line 77:
<tr>
<tr>
   <th colspan="2">Rarity</th>
   <th colspan="2">Rarity</th>
   <td>{{{rarity|}}}</td>
   <td colspan="2">{{{rarity|}}}</td>
</tr>
}}
{{#if:{{{energy|}}}|
<tr>
  <th colspan="2">Energy</th>
  <td colspan="2">{{Attribute|{{{energy|}}}}}</td>
</tr>
}}
{{#if:{{{level|}}}|
<tr>
  <th colspan="2">Level</th>
  <td colspan="2">{{{level|}}}</td>
</tr>
}}
{{#if:{{{weapon|}}}|
<tr>
  <th colspan="2">Weapon</th>
  <td colspan="2">{{Weapon|{{{weapon|}}}}}</td>
</tr>
}}
{{#if:{{{prob|}}}|
<tr>
  <th colspan="2">Skill increase</th>
  <td colspan="2">{{{prob|}}}</td>
</tr>
</tr>
}}
}}