Template:MonsterBox/doc: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
>Lextra2
(removed outdated example)
>Lextra2
m (wording)
Line 19: Line 19:
| <code>image</code> || The name of the file/picture that should be used. Defaults to <code>name</code>.png.
| <code>image</code> || The name of the file/picture that should be used. Defaults to <code>name</code>.png.
|-
|-
| <code>imagealt</code> || What should appear if you hover over the image or if the file can't be loaded etc. Defaults to <code>name</code>.
| <code>level</code> || The level(s) of the monster.
|-
| <code>level</code> || The monsters level.
|-
|-
| <code>location</code> || The location(s) of the monster.
| <code>location</code> || The location(s) of the monster.
|-
|-
| <code>quest</code> || When the monster's needed for a quest, mention the name of the quest here.
| <code>quest</code> || If quest related.
|-
|-
|  <code>health</code> || The Health of a monster. "2 153 853" for example.
|  <code>health</code> || The health of the monster. "2 153 853" for example.
|-
|-
| <code>damage</code> || The physical damage the monster deals. "3264" for example.
| <code>damage</code> || The physical damage of the monster. "3264" for example.
|-
|-
|  <code>aps</code> || The Attacks per Second of a monster. "1.75" for example.
|  <code>aps</code> || The Attacks per Second of the monster. "1.75" for example.
|-
|-
| <code>resistance</code> || The resistances of the monster.
| <code>resistance</code> || The resistances of the monster. 30% Fire, 30% Cold, 30% Lightning, 15% Chaos for example.
|-
|-
| <code>modifier</code> || Modifiers which don't fit into any other category. "Cannot Be [[Freeze|Frozen]]" for example.
| <code>modifier</code> || Modifiers which don't fit into any other category. "Cannot Be [[Freeze|Frozen]]" for example.
|-
|-
| <code>resistance_group</code> || [[Monster resistance]] group. Also adds the values in the different difficulties.
| <code>skill</code> || The skills of the monster. "Leap Slam" for example.
|-
| <code>weakness</code> || Weaknesses of the monster. Marked with "Vulnerable to".
|-
| <code>skill</code> || The skills the monster is using. Marked with "Casts".
*Note: Not all skills may be listed under the name. [[General Gravicius]] for example additionally casts [[Fire Trap]]s.
|-
|-
|  <code>aura</code> || Active monster auras. "Allies have Energy Shield" for example.
|  <code>aura</code> || The aura of the monster. "Haste" for example.
|}
|}


Line 53: Line 46:
| rarity =  
| rarity =  
| image =  
| image =  
| imagealt =
| level =  
| level =  
| location =  
| location =  
Line 62: Line 54:
| resistance =  
| resistance =  
| modifier =  
| modifier =  
| weakness =
| skill =  
| skill =  
| aura =  
| aura =  

Revision as of 14:30, 28 September 2017

This subpage provides documentation for Template:MonsterBox.

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

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/gold
  • Boss - Change the color to orange.
  • Unique - Change the color to orange.
image The name of the file/picture that should be used. Defaults to name.png.
level The level(s) of the monster.
location The location(s) of the monster.
quest If quest related.
health The health of the monster. "2 153 853" for example.
damage The physical damage of the monster. "3264" for example.
aps The Attacks per Second of the monster. "1.75" for example.
resistance The resistances of the monster. 30% Fire, 30% Cold, 30% Lightning, 15% Chaos for example.
modifier Modifiers which don't fit into any other category. "Cannot Be Frozen" for example.
skill The skills of the monster. "Leap Slam" for example.
aura The aura of the monster. "Haste" for example.

Copy Paste ready

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