Difference between revisions of "Template:Infobox Item"

From Idlescape Wiki
Jump to navigation Jump to search
(made gold not a requirement)
m (Added field for aug bonus)
Line 19: Line 19:
 
     <th colspan="10">Exp</th>
 
     <th colspan="10">Exp</th>
 
     <td colspan="20">{{{exp}}}</td>
 
     <td colspan="20">{{{exp}}}</td>
 +
</tr>
 +
|}}
 +
{{#if: {{{aug-bonus|}}}|
 +
<tr>
 +
    <th colspan="10">Aug Bonus</th>
 +
    <td colspan="20">{{{aug-bonus}}}</td>
 
</tr>
 
</tr>
 
|}}
 
|}}
Line 135: Line 141:
 
====Usage====
 
====Usage====
 
  <nowiki>{{Infobox Item</nowiki>
 
  <nowiki>{{Infobox Item</nowiki>
  |title =
+
  |title =  
 
  |image =
 
  |image =
 
  |gold =
 
  |gold =
 
  |heat =
 
  |heat =
 
  |exp =
 
  |exp =
 +
|aug-bonus =
 
  |hp =
 
  |hp =
 
  |source =
 
  |source =

Revision as of 11:43, 26 December 2020

Infobox Item


Usage

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