Welcome to the DFO World Wiki. With many major updates since the release of DFO, many items are missing. Visit Item Database Project to learn more.
Please remember to click "show preview" before saving the page.
Thanks for the updated logo snafuPop!

Template:Item infobox

From DFO World Wiki
Jump to: navigation, search

Description

This templates creates an infobox with description for use in the item's page. This template should be used if there aren't any more suitable item templates available. Uses Template:Default item properties.

Usage

{{Item infobox
| name = 
| icon = 
| item type = 
| rarity = 
| weight = 
| value = 
| binding = 
| level = 
| class = 
| profession = 
| profession level = 
| cooldown = 
| maximum quantity = 
| daily count = 
| expiration type = 
| expiration date = 
| description = 
| flavor text = 
| availability = 
| categorize = 
}}

Parameters

All parameters are optional unless stated otherwise.

name 
Required. Name of the item. Defaults to the name of the base article ({{PAGENAME}}).
icon 
Icon. Defaults to {{PAGENAME}}.
item type 
Required. Type of the item. See Property:Has item type for allowed values.
rarity 
Required. Rarity of the item.
weight 
Weight of the item in kg.
value 
Gold value of the item when sold to an NPC.
binding 
The type of binding the item has. none for no binding, untradable for untradable, sealed for sealed, unsealed for untradable (sealed), account for account bound, X tcu for a trade count of X and the item becoming untradable afterwards or X tca for a trade count of X and the item becoming account bound afterwards. Defaults to none.
level 
Required level to equip the item.
class 
Required class to equip the item.
profession 
Required profession to use.
profession level 
Required level of the profession to use.
cooldown 
Cooldown of the item upon use. The expected format is n X whereas n is the value and X is either s for seconds, 'm' for minutes, h for hours or d for days.
maximum quantity 
Maximum quantity of the item that can be hold at the same time.
daily count 
Maximum number of uses per day.
expiration type 
Type of expiration. Set to daily if the item expires every day, duration if the item expires after a certain amount of time has passed, or date if the item expires on a specific date.
expiration date 
Date in UTC at which the item expires. If expiration type is daily, the expected format is HH:MM (24-hour clock). If expiration type is duration, the expected format is DD HH MM. If expiration type is date, the expected format is YYYY-MM-DD-HH-MM.
description 
Effect description of the item. Blue text of the item's tooltip.
flavor text 
Flavor text on the item. Gray text at the bottom of the item tooltip if it exists.
availability 
The availability of the item. Set to old if the item was obtainable before but can not be acquired anymore, event if it's exclusive to events, item shop if the item is exclusive to the item shop, or available if it is currently available. Defaults to available.
categorize 
Set to n to disable auto-categorization. Defaults to y.

Examples

{{Item infobox
| name = Pot
| icon = 
| item type = Pot
| rarity = epic
| weight = 0.001
| value = 10
| binding = untradable
| level = 10
| class = Priest(M)
| cooldown = 1 s
| maximum quantity = 1000
| daily count = 1
| expiration type = daily
| expiration date = 9:00
| description = Lorem ipsum dolor sit amet.
| flavor text = Pot? -Danjin
}}
No icon available
Pot
Type
Pot
Rarity
Epic
Weight
0.001 kg
Value
10 Gold
Binding
Untradable
Req. level
10
Req. class
Priest(M)
Expires 
Daily at 09:00 UTC
Cooldown
1 second
Daily Count
1
Max. Quantity
1000

Lorem ipsum dolor sit amet.

Pot? -Danjin

See also