Difference between revisions of "Template:Infobox Item"

From Idlescape Wiki
Jump to navigation Jump to search
(fixed some things)
Line 5: Line 5:
  
 
<tr>
 
<tr>
     <th width="50"><img src="https://idlescape.com/images/gold_coin.png" alt="Gold Coin" height="20" width="20"></th>
+
     <th width="20"><img src="https://idlescape.com/images/gold_coin.png" alt="Gold Coin" height="20" width="20"></th>
 
     <td>{{{gold}}}</td>
 
     <td>{{{gold}}}</td>
 
</tr>
 
</tr>
 
{{#if: {{{heat|}}}|
 
{{#if: {{{heat|}}}|
 
<tr>
 
<tr>
     <th><img src="https://idlescape.com/images/heat_icon.png" alt="Gold Coin" height="20" width="20"></th>
+
     <th width="20"><img src="https://idlescape.com/images/heat_icon.png" alt="Gold Coin" height="20" width="20"></th>
 
     <td>{{{heat}}}</td>
 
     <td>{{{heat}}}</td>
 
</tr>
 
</tr>
Line 22: Line 22:
 
{{#if: {{{level-req|}}}|
 
{{#if: {{{level-req|}}}|
 
<tr>
 
<tr>
     <th>Level Required</th>
+
     <th width="53">Level Required</th>
 
     <td>{{{level-req}}}</td>
 
     <td>{{{level-req}}}</td>
 
</tr>
 
</tr>
Line 28: Line 28:
 
{{#if: {{{source|}}}|
 
{{#if: {{{source|}}}|
 
<tr>
 
<tr>
     <th>Source</th>
+
     <th width="43">Source</th>
 
     <td>{{{source}}}</td>
 
     <td>{{{source}}}</td>
 
</tr>
 
</tr>
Line 37: Line 37:
 
<div class="infobox-stats">
 
<div class="infobox-stats">
 
<table style="padding: 1em;">
 
<table style="padding: 1em;">
{{#if: {{{stab|a}}} |
+
{{#if: {{{stab|}}} |
 
<tr>
 
<tr>
 
     <th width="90">Stab Defense</th>
 
     <th width="90">Stab Defense</th>

Revision as of 09:14, 27 August 2020

Infobox Item
Gold Coin {{{gold}}}



Usage

{{Infobox Item
|title =
|image =
|gold =
|heat =
|hp =
|source=
|level-req =
|stab =
|slash =
|crush =
|accuracy =
|strength =
|speed =
|attacktype =
|non-combat-name =
|non-combat-stat =
|seed-size =
|experience =
|harvest-time =
}}