Template:MonsterBox/doc

From Path of Exile Wiki
Revision as of 20:17, 5 October 2017 by >Lextra2
Jump to navigation Jump to search

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 This is used to change the color of the name. Defaults to the color white.
  • Rare - Change the color to yellow.
  • Unique - Change the color to orange.
  • Boss - Change the color to orange.
image The name of the file/picture that should be used. Defaults to name.png.
level The level of the monster. Example: 44
location The location of the monster. Example: Oasis Map
quest If the monster is related to a quest. Example: Enemy at the Gate
health The health of the monster. Example: 2 153 852
damage The physical damage of the monster. Example: 2741
aps The attacks per second of the monster. Example: 1.75
resistance The resistances of the monster. Example 30% Fire, 30% Cold, 30% Lightning, 15% Chaos
modifier Modifiers which don't fit into any other category. Example: Cannot Be Frozen
skill The skill the monster uses. Example: Leap Slam
aura The aura the monster uses. Example: Haste

Copy Paste

{{MonsterBox
| name = {{PAGENAME}}
| rarity = Boss
| image = 
| level = 
| location = 
| quest = 
| health = 
| damage = 
| aps = 
| resistance = 30% [[Fire]] <br> 30% [[Cold]] <br> 30% [[Lightning]] <br> 15% [[Chaos]]
| modifier = [[60% Less Curse Effectiveness]]
| skill = 
| aura = 
}}