Difference between revisions of "Template:Infobox Item"

From Idlescape Wiki
Jump to navigation Jump to search
(Changed the ordering of seed related stuff to the same as it is in-game.)
(Added yield and other stuff to seeds.)
Line 26: Line 26:
 
</tr>
 
</tr>
 
|}}
 
|}}
 +
{{#if: {{{seed-size|{{{experience|}}}}}}||
 
{{#if: {{{level-req|}}}|
 
{{#if: {{{level-req|}}}|
 
<tr>
 
<tr>
Line 31: Line 32:
 
     <td colspan="20">{{{level-req}}}</td>
 
     <td colspan="20">{{{level-req}}}</td>
 
</tr>
 
</tr>
|}}
+
}}
 +
}}
 
{{#if: {{{source|}}}|
 
{{#if: {{{source|}}}|
 
<tr>
 
<tr>
Line 103: Line 105:
 
<div class="infobox-stats">
 
<div class="infobox-stats">
 
<table style="padding: 1em;">
 
<table style="padding: 1em;">
 +
{{#if: {{{level-req|}}}|
 +
<tr>
 +
    <th colspan="10">Level Required</th>
 +
    <td colspan="20">{{{level-req}}}</td>
 +
</tr>
 +
}}
 
<tr>
 
<tr>
 
     <th colspan="10">Experience</th>
 
     <th colspan="10">Experience</th>
     <td colspan="20">{{{experience}}}</td>
+
     <td colspan="20">{{{seed-exp}}}</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
 
     <th colspan="10">Plot Size</th>
 
     <th colspan="10">Plot Size</th>
     <td colspan="20">{{{seed-size}}}</td>
+
     <td colspan="20">{{{plot-size}}}</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
 
     <th colspan="10">Harvest Time</th>
 
     <th colspan="10">Harvest Time</th>
 
     <td colspan="20">{{{harvest-time}}}</td>
 
     <td colspan="20">{{{harvest-time}}}</td>
 +
</tr>
 +
<tr>
 +
    <th colspan="10">Yield</th>
 +
    <td colspan="20">{{{yield}}}</td>
 
</tr>
 
</tr>
 
</table>
 
</table>
Line 126: Line 138:
 
  |gold =
 
  |gold =
 
  |heat =
 
  |heat =
  |exp =  
+
  |exp =
 
  |hp =
 
  |hp =
 
  |source =
 
  |source =
Line 139: Line 151:
 
  |non-combat-name =
 
  |non-combat-name =
 
  |non-combat-stat =
 
  |non-combat-stat =
  |seed-size =
+
  |plot-size =
  |experience =
+
  |seed-exp =
 
  |harvest-time =
 
  |harvest-time =
 +
|yield =
 
  <nowiki>}}</nowiki>
 
  <nowiki>}}</nowiki>
 
</noinclude>
 
</noinclude>

Revision as of 03:52, 8 September 2020

Infobox Item
Gold Coin {{{gold}}}


Usage

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