Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:InfoboxItem: Difference between revisions

Template page
No edit summary
Tag: Manual revert
No edit summary
Tag: Reverted
Line 1: Line 1:
{| class="wikitable"
{| class="wikitable" style="width: 350px; float: right; margin-left: 1em; table-layout: fixed;"
{{#if:{{{name|}}}|
{{#if:{{{name|}}}|
! colspan="2" style="text-align:center; font-size:1.5em" {{!}} {{{name}}}
! colspan="2" style="text-align:center; font-size:1.5em" {{!}} {{{name}}}

Revision as of 22:46, 18 January 2026

Usage

{{InfoBoxItem
| name = Cobalt Battleaxe
| image = Weapon_Battleaxe_Cobalt.png
| categories = Weapons, Melee
| consumable = False
| maxstack = 1
| dropondeath = False
| maxdurability = 150
| weapon = {{WeaponBlock
  | damages = {{DamageRow|Swing Down Damage|46 Physical}}
  {{DamageRow|Swing Down Left Damage|23 Physical}}
  | guards = {{DamageRow|Guard Wield|12.22}}
  }}
}}

Parameters

  • name - Item name (appears as header)
  • image - Item icon (64px)
  • categories - Item categories
  • consumable - True/False
  • maxstack - Maximum stack size
  • dropondeath - True/False
  • maxdurability - Maximum durability value
  • armor - Armor stats (use ArmorBlock template)
  • weapon - Weapon stats (use WeaponBlock template)
  • tool - Tool stats (use ToolBlock template)
  • interactions - Interaction information