Gaming
 

Template:Infobox Equipment

From Dofus

(Redirected from Template:Equipmentbox)
This template employs intricate features of template syntax.
Please do not alter it unless you understand its setup and parser functions and are ready to repair or revert all collateral damage if results are unexpected.
Any experiments should be conducted and all improvements tested in either the template sandbox or your user space before changing anything here.

Contents

Documentation

Template maintained by User:Cizagna.

This template is an Infobox for equipments.

For other items see.

Parameters

id 
(Numeric) Used by core Dofus Wiki community users to help track changes as certain items are very similar to others. Ignore if you don't know.
episode 
(Numeric) Episode from which item is available (for episode-based servers).
effects 
(Alphanumeric) Effects when wearing. Every line must start with a *.
conditions 
(Alphanumeric) Requirements to wear the equipment. Every line must start with a *.
image 
(Alphabetic) (Deprecated - now automatic: template checks whether the image has been uploaded, using a file extension in the following order : SVG->PNG->JPG->GIF)
level 
(Numeric) Level required to wear the equipment.
type 
(Alphabetic) Type of equipment (also used as a category).
value 
(Numeric) Price you'll get for selling the equipment to any NPC with a Sell option. "Kama(s)" is automatically appended.
weight 
(Numeric) Weight of the equipment. "Pod(s)" is automatically appended.
description 
(Alphanumeric). Official description of the equipment.

Effects that are detrimental to the wearer must use the following syntax: * {{Red|effect}}

Examples:
* {{Red|+50 [[Air weakness]]}}
* {{Red|-50 [[Wisdom]]}}

Usage instructions

Add the following code.

{{Infobox Equipment
 |id		=
 |episode	=
 |effects	=
* 
* 
* {{Red|}}
 |conditions	=
* 
* 
 |level		=
 |type		=
 |value		=
 |weight	=
 |description	=
}}

Example

Code example Display
{{Infobox Equipment
 |id		=
 |episode	=
 |effects	=
* +1 [[AP]]
* +40 [[Life]]
* +25 [[Wisdom]]
* +1 [[Critical hit]]s
* {{Red|-40 [[Agility]]}}
 |conditions	=
* [[Intelligence]] > 60
* [[Vitality]] > 10
* [[Wisdom]] > 10
 |level		=67
 |type		=Hat
 |value		=
 |weight	=23
 |description	=Here comes the description.
}}