Template:MonsterBox/doc: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
>Lextra2
m (added example section)
>Lextra2
m (removed the example again. added some more examples)
Line 2: Line 2:
__TOC__
__TOC__


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


==Parameters==
==Parameters==
Line 13: Line 13:
|-
|-
| <code>rarity</code> || This is used to change the color of the name. Defaults to the color white.
| <code>rarity</code> || This is used to change the color of the name. Defaults to the color white.
*Rare - Change the color to yellow/gold
*Rare - Change the color to yellow.
*Unique - Change the color to orange.
*Boss - Change the color to orange.
*Boss - Change the color to orange.
*Unique - Change the color to orange.
|-
|-
| <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 of the monster. Example: 44
|-
| <code>level</code> || The monsters level.
|-
| <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>location</code> || The location of the monster. Example: Oasis Map
|-
|-
| <code>health</code> || The Health of a monster. "2 153 853" for example.
| <code>quest</code> || If the monster is related to a quest. Example: Enemy at the Gate
|-
|-
| <code>damage</code> || The physical damage the monster deals. "3264" for example.
| <code>health</code> || The health of the monster. Example: 2 153 852
|-
|-
| <code>aps</code> || The Attacks per Second of a monster. "1.75" for example.
| <code>damage</code> || The physical damage of the monster. Example: 2741
|-
|-
| <code>resistance</code> || The resistances of the monster.
| <code>aps</code> || The attacks per second of the monster. Example: 1.75
|-
|-
| <code>modifier</code> || Modifiers which don't fit into any other category. "Cannot Be [[Freeze|Frozen]]" for example.
| <code>resistance</code> || The resistances of the monster. Example 30% Fire, 30% Cold, 30% Lightning, 15% Chaos
|-
|-
| <code>resistance_group</code> || [[Monster resistance]] group. Also adds the values in the different difficulties.
| <code>modifier</code> || Modifiers which don't fit into any other category. Example: Cannot Be [[Freeze|Frozen]]
|-
|-
| <code>weakness</code> || Weaknesses of the monster. Marked with "Vulnerable to".
| <code>skill</code> || The skill the monster uses. Example: Leap Slam
|-
|-
| <code>skill</code> || The skills the monster is using. Marked with "Casts".  
| <code>aura</code> || The aura the monster uses. Example: Haste
*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.
|}
|}


Line 53: Line 46:
| rarity =  
| rarity =  
| image =  
| image =  
| imagealt =
| level =  
| level =  
| location =  
| location =  
Line 61: Line 53:
| aps =  
| aps =  
| resistance =  
| resistance =  
| resistance_group =
| modifier =  
| modifier =  
| weakness =
| skill =  
| skill =  
| aura =  
| aura =  
}}
}}
</pre>
</pre>
==Example==
{{MonsterBox
| name = The Shaper
| rarity = Boss
| image =
| imagealt =
| level = 84
| location = [[The Shaper's Realm]]
| quest = [[The Shaper (quest)]]
| health = 20 190 261
| damage = 5689
| aps = 1.75
| resistance = 40% [[Fire]] <br> 40% [[Cold]] <br> 40% [[Lightning]] <br> 25% [[Chaos]]
| resistance_group = ShaperAndGuardians
| modifier = Cannot Be [[Freeze|Frozen]] <br> Cannot Be [[Knockback|Knocked Back]] <br> Cannot Be [[Taunt|Taunted]] <br> 80% Reduced [[Curse]] Effectiveness
| weakness =
| skill =
| aura =
}}


<includeonly>
<includeonly>

Revision as of 19:58, 28 September 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 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 = 
| image = 
| level = 
| location = 
| quest = 
| health = 
| damage = 
| aps = 
| resistance = 
| modifier = 
| skill = 
| aura = 
}}