Template:MonsterBox/doc: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
>Lextra2
(updated informations)
>Lextra2
(removed outdated example)
Line 48: Line 48:


==Copy Paste ready ==
==Copy Paste ready ==
===Full version===
<pre>
<pre>
{{MonsterBox
{{MonsterBox
| name =
| name = {{PAGENAME}}
| rarity =
| rarity =  
| image =
| image =  
| imagealt =
| imagealt =  
| level =
| level =  
| location =  
| location =  
| quest =  
| quest =  
| health =  
| health =  
| damage =
| damage =  
| aps =  
| aps =  
| resistance =  
| resistance =  
| modifier =
| modifier =  
| weakness =  
| weakness =  
| skill =  
| skill =  
Line 69: Line 68:
</pre>
</pre>


===Minimal version===
<pre>
{{MonsterBox
| name =
}}
</pre>
== Example ==
<pre>
{{MonsterBox
| name = General Gravicius
| rarity = Boss
| image =
| imagealt =
| diff1 = 32
| diff2 =
| diff3 =
| location = Barracks
| quest = Sever the Right Hand
| resistance = Resists [[Elemental Damage]] <br> Resists [[Chaos]]
| weakness =
| damage = Extra [[Fire]] Damage
| modifier =
| skill = Casts [[Firestorm]] <br> Casts [[Molten Shell]] <br> Casts [[Fire Trap]]
| aura = Allies have [[Energy Shield]]
}}
</pre>
{{MonsterBox
| name = General Gravicius
| rarity = Boss
| image =
| imagealt =
| diff1 = 32
| diff2 =
| diff3 =
| location = Barracks
| quest = Sever the Right Hand
| resistance = Resists [[Elemental Damage]] <br> Resists [[Chaos]]
| weakness =
| damage = Extra [[Fire]] Damage
| modifier =
| skill = Casts [[Firestorm]] <br> Casts [[Molten Shell]] <br> Casts [[Fire Trap]]
| aura = Allies have [[Energy Shield]]
}}
<includeonly>
<includeonly>
<!-- CATEGORIES AND INTERWIKIS HERE, THANKS -->
<!-- CATEGORIES AND INTERWIKIS HERE, THANKS -->
[[Category:Templates]]
[[Category:Templates]]
</includeonly>
</includeonly>

Revision as of 14:24, 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.
imagealt What should appear if you hover over the image or if the file can't be loaded etc. Defaults to name.
level The monsters level.
location The location(s) of the monster.
quest When the monster's needed for a quest, mention the name of the quest here.
health The Health of a monster. "2 153 853" for example.
damage The physical damage the monster deals. "3264" for example.
aps The Attacks per Second of a monster. "1.75" for example.
resistance The resistances of the monster.
modifier Modifiers which don't fit into any other category. "Cannot Be Frozen" for example.
resistance_group Monster resistance group. Also adds the values in the different difficulties.
weakness Weaknesses of the monster. Marked with "Vulnerable to".
skill The skills the monster is using. Marked with "Casts".
aura Active monster auras. "Allies have Energy Shield" for example.

Copy Paste ready

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