Template:Infobox consumable: Difference between revisions
From Ultimate Dragon Ball Online Wiki
Created page with "{| class="infobox" style="border: 1px solid #ccc; width: 250px; 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;" | [[File:{{{icon|}}}|32px]] {{{title|}}} |- | colspan="2" style="text-align: center; padding: 5px;" | File:{{{imag..." |
No edit summary |
||
| Line 36: | Line 36: | ||
|- | |- | ||
| <pre> | | <pre> | ||
{{ | {{Infobox_consumable | ||
| title = Test | | title = Test | ||
| icon = Infobox_item_example_icon.png | | icon = Infobox_item_example_icon.png | ||
| Line 48: | Line 48: | ||
</pre> | </pre> | ||
| | | | ||
{{ | {{Infobox_consumable | ||
| title = Test | | title = Test | ||
| icon = Infobox_item_example_icon.png | | icon = Infobox_item_example_icon.png | ||
Revision as of 18:40, 10 March 2025
| [[File:|32px]] | |
|---|---|
| [[File:|200px]] | |
| Item Effects |
Infobox Usage Guide
| Example Code | Example Result | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{Infobox_consumable
| title = Test
| icon = Infobox_item_example_icon.png
| image = Infobox_item_example_image.png
| caption = A powerful weapon used by Turtle Hermits.
| Effect = Increases attack power by 20%
| LP Recovery = 500
| EP Recovery = 250
| Duration = 30 seconds
}}
|
| ||||||||||||||||
Parameter Explanations
- icon: The file name of the small icon representing the item (e.g., ItemIcon.png).
- image: The file name of the larger image of the item (e.g., ItemImage.png).
- caption: A short description or additional details about the image.
- 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).
Notes
- 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.