Template:Infobox consumable: Difference between revisions

From Ultimate Dragon Ball Online Wiki

Ollix (talk | contribs)
No edit summary
Ollix (talk | contribs)
No edit summary
Line 34: Line 34:
{{#if: {{{npc_price|}}} |
{{#if: {{{npc_price|}}} |
! <span style="display: inline-block; text-align: left; padding-left: 10px; width: 100%;">NPC Price</span>
! <span style="display: inline-block; text-align: left; padding-left: 10px; width: 100%;">NPC Price</span>
{{!}}<span style="display: inline-block; width: 100%;">{{{npc_price}}} [[File:Ui_icon_zeni.png|16px|baseline|style=vertical-align: -5px;]]</span>
{{!}}<span style="display: inline-block; width: 100%;">{{{npc_price}}} [[File:Ui_icon_zeni.png|16px|baseline|style=vertical-align: 0px;]]</span>
}}
}}
|-
|-

Revision as of 17:23, 11 March 2025

Infobox consumable
Common
General Information
Item Effects


Infobox Usage Guide

Example Code Example Result
{{Infobox_consumable
 | title       = CC Life Pill S
 | icon        = Infobox_consumable_example_icon.png
 | description = Specially designed therapeutic capsule made after a study on Senzu Beans were conducted. The CC logo is affixed on the capsule.
 | event_item  = No
 | level       = 1
 | rarity      = Common
 | weight      = 0.0
 | npc_price   = 375
 | effect      = Restores health
 | LP_recovery = 750
 | EP_recovery = 0
 | duration    = 0 seconds
}}
CC Life Pill S
Common
Specially designed therapeutic capsule made after a study on Senzu Beans were conducted. The CC logo is affixed on the capsule.
General Information
Event Item
Level 1
Weight 0.0
NPC Price 375 style=vertical-align: 0px;
Item Effects
Effect Restores health
LP Recovery 750
EP Recovery 0
Duration 0 seconds


Parameter Explanations

  • icon: The file name of the small icon representing the item (e.g., ItemIcon.png).
  • description: A brief explanation of what the item is and its lore or function.
  • Weight: The weight of the item, if applicable.
  • Event Item: Indicate if the item is exclusive to events (Yes or No).
  • Rarity: The rarity level of the item (e.g., Common, Rare, Legendary).
  • Effect: Any special effects or bonuses provided by the item.
  • LP Recovery: The amount of Life Points (LP) recovered when using the item.
  • EP Recovery: The amount of Energy Points (EP) recovered when using the item.
  • Duration: The duration of the item's effect (e.g., 30 seconds, 5 minutes).

Important!

  • If a parameter is left blank, it will not be displayed in the infobox.
  • File names for images must be correctly uploaded to the wiki for them to appear.
  • Ensure proper formatting and spacing for consistency across pages.