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 1: Line 1:
{| class="infobox" style="border: 1px solid #ccc; width: 300px; background-color: #f9f9f9; font-family: Arial, sans-serif; margin: 0 auto; border-radius: 10px;"
{| class="infobox" style="border: 1px solid #ccc; width: 300px; background-color: #f9f9f9; font-family: Arial, sans-serif; margin: 0 auto; border-radius: 10px;"
! colspan="2" style="background-color: #2161c0; color: white; text-align: center; font-size: 1.25em; font-weight: bold; padding: 5px 0; border-top-left-radius: 10px; border-top-right-radius: 10px;" | <span style="font-weight: bold; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; text-align: center;">{{#if: {{{title|}}} | {{{title}}} | {{PAGENAME}} }}</span>{{#if: {{{Rarity|}}} | <br /><span style="font-size: 0.9em; font-weight: bold; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; color: {{#switch: {{{Rarity}}}
! colspan="2" style="background-color: #2161c0; color: white; text-align: center; font-size: 1.25em; font-weight: bold; padding: 5px 0; border-top-left-radius: 10px; border-top-right-radius: 10px;" | <span style="font-weight: bold; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; text-align: center;">{{#if: {{{title|}}} | {{{title}}} | {{PAGENAME}} }}</span>{{#if: {{{rarity|Common}}} | <br /><span style="font-size: 0.9em; font-weight: bold; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; color: {{#switch: {{{rarity}}}
   | Common = #ffffff <!-- White -->
   | Common = #64ff77 <!-- White -->
   | Superior = #99bbee  <!-- Blue -->
   | Superior = #99bbee  <!-- Blue -->
   | Excellent = #ffdd66  <!-- Yellow -->
   | Excellent = #ffdd66  <!-- Yellow -->
   | Rare = #ff6677  <!-- Red -->
   | Rare = #ff6677  <!-- Red -->
   | Legendary = #ee77dd  <!-- Magenta -->
   | Legendary = #ee77dd  <!-- Magenta -->
   | default = #000000 }}">{{{rarity|<span style="font-size: 0.9em; font-weight: bold; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; color: #64ff77;>Common</span>}}}</span>}}
   | default = #ffffff }}">{{{rarity|<span style="font-size: 0.9em; font-weight: bold; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; color: #64ff77;>Common</span>}}}</span>}}
|-
|-
| colspan="2" style="text-align: center; padding-top: 10px;" | [[File:{{#if: {{{icon|}}} | {{{icon}}} | item_no_icon.png }}|32px]]
| colspan="2" style="text-align: center; padding-top: 10px;" | [[File:{{#if: {{{icon|}}} | {{{icon}}} | item_no_icon.png }}|32px]]

Revision as of 16:47, 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.
 | Weight      = 0.0
 | Event Item  = No
 | Rarity      = Common
 | 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
Weight 0.0
Event Item
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.