Template:Infobox/Consumable

From Wynncraft Wiki
Jump to navigation Jump to search
Template-info.svg Documentation

This template creates an infobox for consumable items, including Potions.

Usage

To use this template, add to page this code:

{{Infobox/Consumable
| name =
| image =
| type =
| charges =
| level =
| effect =
| duration =
| cooldown =
| tag = [Untradable, Quest Item, None]
| obtain =
| lore = 
}}

Parameters

Argument Description Default Value
name The item name, if different from the page name. [Page Name]
image The image for the infobox, fill with [[File:<ImageName.extension>]] or {{WynnIcon|<IconName>}}.
type The item rarity: Normal, Unique, Rare, Legendary, Fabled, Mythic.
charges The number of charges on the item, how many times it can be used before being fully depleted. 1
level The minimum level to use the item.
effect The effect(s) granted by the item when used. None
duration The duration of the item's effect(s) in seconds.
cooldown The cooldown after using the item.
tag Any special tags the item has: Untradable, Quest Item, or None.
obtain How the item can be obtained.
lore The item lore found underneath the other statistics. It will not be present unless an input is given.
noCategory If set to any value, the page will not be automatically categorised.

Example

Potion of Healing (Tier XXI)

Charges 3
Min. Level 100
Effects +4500 Health
Duration 3 seconds (0:03)
Cooldown None
Obtain Potion Merchants,
Loot Chests


{{Infobox/Consumable
| name = Potion of Healing (Tier XXI)
| image = {{WynnIcon|heal potion}}
| type = 
| charges = 3
| level = 100
| effect = +4500 Health
| duration = 3 seconds (0:03)
| cooldown = None
| tag = 
| obtain = [[Potion Merchant]]s,<br>[[Loot|Loot Chests]]
| lore = 
}}