Template:Item
Infobox for an item. Parameters: id, name, category, sell, and optional extra.
extra is raw <tr>...</tr> markup for whatever
stat rows this item's type carries — item pages don't share one fixed field
set the way creatures/biomes do (weapons carry Slot/Attack, armor carries
Slot/Defense, dino gear carries Dino slot/Guard/Power, food carries Heals,
tonics carry Effect, plain materials carry nothing extra). Leave extra
unset for a plain material with only Category and Sell value; give it one
<tr> per extra stat row (one per line) for everything else.
Example (plain material): {{Item|id=abyssal-amber|name=Abyssal Amber|category=Expedition|sell=800}}
Example (weapon, one extra row): {{Item|id=drillmaster-whistle|name=Drillmaster Whistle|category=Crafting|sell=800|extra=<tr><th>Dino slot</th><td>trinket</td></tr>}}
Example (weapon, two extra rows): {{Item|id=ashforged-spear|name=Ashforged Spear|category=Smithing|sell=420|extra=<tr><th>Slot</th><td>Weapon</td></tr><tr><th>Attack</th><td>+55</td></tr>}}