Template:MonsterBox/doc: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
>Lextra2
m (formatting)
>Lextra2
mNo edit summary
Line 46: Line 46:
|-
|-
| <code>modifiers</code>
| <code>modifiers</code>
| The modifiers (Mods) the monster has.
| The modifiers (mods) the monster has.
|}
|}



Revision as of 16:10, 6 October 2017

This subpage provides documentation for Template:MonsterBox.

This template is used to create a box with informations about a monster.

Parameters

All parameters except for name are optional. They can be excluded or left blank.

Parameter Description
name The name of the monster.
rarity One of the following:
  • Normal
  • Magic
  • Rare
  • Unique
image Image name.
level The level of the monster.
location The location of the monster.
quest If the monster is related to a quest.
health The base health of the monster.
damage The base physical damage of the monster.
aps The base Attacks per Second of the monster.
resistance The base resistances of the monster.
modifiers The modifiers (mods) the monster has.

Copy Paste

{{MonsterBox
| name = {{PAGENAME}}
| rarity = 
| image = 
| level = 
| location = 
| quest = 
| health = 
| damage = 
| aps = 
| resistance = 
| modifier = 
}}