Template:MonsterBox/doc: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
>Ruba159753
No edit summary
>Lextra2
m (→‎Parameters: - removed depreciated lines)
Line 43: Line 43:
| The base attacks per second of the monster.
| The base attacks per second of the monster.
|-
|-
|
| <code>resistance</code>
* <code>resistance</code>
* <code>resistance_group</code>
| The base resistances of the monster.
| The base resistances of the monster.
|-
|-
Line 51: Line 49:
| The modifier(s) (mods) the monster has.
| The modifier(s) (mods) the monster has.
|-
|-
| <code>skill</code>
| The skill(s) the monster uses.
|-
| <code>aura</code>
| The aura(s) the monster has.
|}
|}



Revision as of 14:57, 13 June 2019

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 The rarity of the monster.
Has to be one of the following:
  • Normal
  • Magic
  • Rare
  • Unique
  • Boss
image The image name.
level The level(s) of the monster.
location The location(s) of the monster.
quest The quest(s) the monster is related to.
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.
modifier The modifier(s) (mods) the monster has.

Copy Paste

{{MonsterBox
| name = {{PAGENAME}}
| rarity = Boss
| image = 
| level = 
| location = 
| quest = 
| health = 
| damage = 
| aps = 
| resistance_group = MapBoss
| modifier = [[60% Less Curse Effectiveness]]
| skill = 
| aura = 
}}