Template:Infobox item

From Ultimate Dragon Ball Online Wiki

Revision as of 23:24, 10 March 2025 by Ollix (talk | contribs)

Infobox item
General Information


Infobox Usage Guide

Example Code Example Result
{{Infobox_item
 | title       = Test
 | icon        = Infobox_item_example_icon.png
 | description = A legendary wand with immense power.
 | Weight      = 2.5kg
 | Event Item  = Yes
 | Rarity      = Legendary
 | Class       = Turtle Hermit
 | Level       = 38
 | Slot        = Weapon
 | NPC Price   = 50,000
}}
Test
General Information
Description A legendary wand with immense power.
Weight 2.5kg
Event Item
Rarity Legendary
Class Turtle Hermit
Level 38
Slot Weapon
NPC Price 50,000


Parameter Explanations

  • title: The name of the item. Defaults to the page name if not provided.
  • icon: The filename of the item's icon (e.g., ItemIcon.png). Defaults to item_no_icon.png if not provided.
  • description: A brief description of the item.
  • Weight: The weight of the item.
  • Event Item: Indicates if the item is exclusive to events. Accepts Yes or No. Displays a checkmark (✅) for Yes and a cross (❌) for No.
  • Rarity: The rarity level of the item. Accepts values like Common, Superior, Excellent, Rare, or Legendary. Each value is color-coded:
 - Common: White (#ffffff)
 - Superior: Light Blue (#99bbee)
 - Excellent: Yellow (#ffdd66)
 - Rare: Red (#ff6677)
 - Legendary: Pink (#ee77dd)
  • Class: The class that can use the item.
  • Level: The required level to use the item.
  • Slot: The equipment slot where this item is placed (e.g., Weapon, Armor).
  • NPC Price: The price of the item when sold to NPC vendors.

Notes

  • If a parameter is left blank, it will not be displayed in the infobox.
  • Ensure that image files (e.g., icons) are correctly uploaded to the wiki for them to appear.
  • Proper formatting and consistent use of parameters ensure uniformity across pages.