Template:ItemPage

From Monumenta Wiki
Jump to navigation Jump to search

Base template:

{{Item
|name=
|image=
|type=
|slot=
|slot2=
|region=
|tier=
|charm_power=
|charm_class=
|location=
|enchantments={{Item/Enchantment||}}
|attributes=
{{Item/AttributeGroup|}}
{{Item/Attribute|Attack Damage Add|}}
{{Item/Attribute|Attack Speed Add|}}
|intro=
|lore=
|obtaining=
}}

Example usage:

{{Item
|name=Edge of Tiferet
|image=ItemTextureEdge of Tiferet.png
|type=wooden_sword
|slot=mainhand
|region=isles
|tier=uncommon
|location=forum
|enchantments={{Item/Enchantment|Regeneration|2}}
{{Item/Enchantment|Mending|1}}
{{Item/Enchantment|Second Wind|1}}
{{Item/Enchantment|Unbreaking|3}}
|attributes=
{{Item/AttributeGroup|mainhand}}
{{Item/Attribute|Attack Damage Add|7.5}}
{{Item/Attribute|Attack Speed Add|-2.4}}
|intro=Edge of Tiferet is an Uncommon Sword found in The Fallen Forum Dungeon.
|lore=Fashioned from the remnants of a cutting of the fabled Tree of Life. Its power still pulses through the gnarled blade.
|obtaining=
*Edge of Tiferet can be found after defeating the Magistruct Overload inside of the Conservatory within The Fallen Forum dungeon.
}}

Item Parameters:
Template:Item/Type
Template:Item/Location
Template:Item/AttributeGroup
Template:Item/Attribute

Template for creating item pages

Template parameters[Edit template data]

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
namename

The name of the item

Auto value
Unknownsuggested
imageimage

The item's texture. If left blank, will automatically fill using PAGENAME if the image already exists

Unknownsuggested
typetype

What type of item it is; currently unfinished parameter

Unknownsuggested
slotslot

Which slot the item goes into

Unknownsuggested
slot2slot2

Which slot the item goes into, for the rare items with different stats per slot

Unknownsuggested
regionregion

The region the item belongs to

Unknownsuggested
tiertier

What tier the item is

Unknownsuggested
charm_powercharm_power

For charms. The power cost.

Unknownsuggested
charm_classcharm_class

For charms. The listed class.

Unknownsuggested
locationlocation

The location the item is tagged with

Unknownsuggested
enchantmentsenchantments

The enchantments the item has

Auto value
{{Item/Enchantment|X|X}}
Unknownsuggested
attributesattributes

The attributes the item possesses

Example
Mainhand, Attack Speed, Magic Damage, Speed, Spell Power
Auto value
{{Item/AttributeGroup|X}} {{Item/Attribute|X|X}}
Unknownsuggested
introintro

A brief overview of the item

Unknownsuggested
lorelore

The item's lore text, if any

Unknownsuggested
obtainingobtaining

Further info on obtaining the item

Unknownsuggested