Template:MonsterBox/doc: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
>Lextra2
mNo edit summary
>Lextra2
m (formatting)
Line 7: Line 7:
All parameters except for <code>name</code> are optional. They can be excluded or left blank.
All parameters except for <code>name</code> are optional. They can be excluded or left blank.


{| class="wikitable"
{| class="wikitable sortable"
! Parameter !! Description
! Parameter
! Description
|-
|-
| <code>name</code> || The name of the monster.
| <code>name</code>
| The name of the monster.
|-
|-
| <code>rarity</code> || This is used to change the color of the name. Defaults to the color white.
| <code>rarity</code>
*Rare - Change the color to yellow.
| One of the following:
*Unique - Change the color to orange.
* Normal
*Boss - Change the color to orange.
* Magic
* Rare
* Unique
|-
|-
| <code>image</code> || The name of the file/picture that should be used. Defaults to <code>name</code>.png.
| <code>image</code>
| Image name.
|-
|-
| <code>level</code> || The level of the monster. Example: 44
| <code>level</code>
| The level of the monster.
|-
|-
| <code>location</code> || The location of the monster. Example: Oasis Map
| <code>location</code>
| The location of the monster.
|-
|-
| <code>quest</code> || If the monster is related to a quest. Example: Enemy at the Gate
| <code>quest</code>
| If the monster is related to a quest.
|-
|-
|  <code>health</code> || The health of the monster. Example: 2 153 852
|  <code>health</code>
| The base health of the monster.
|-
|-
| <code>damage</code> || The physical damage of the monster. Example: 2741
| <code>damage</code>
| The base physical damage of the monster.
|-
|-
|  <code>aps</code> || The attacks per second of the monster. Example: 1.75
|  <code>aps</code>
| The base Attacks per Second of the monster.
|-
|-
| <code>resistance</code> || The resistances of the monster. Example 30% Fire, 30% Cold, 30% Lightning, 15% Chaos
| <code>resistance</code>
| The base resistances of the monster.
|-
|-
| <code>modifier</code> || Modifiers which don't fit into any other category. Example: Cannot Be [[Freeze|Frozen]]
| <code>modifiers</code>
|-
| The modifiers (Mods) the monster has.
| <code>skill</code> || The skill the monster uses. Example: Leap Slam
|-
|  <code>aura</code> || The aura the monster uses. Example: Haste
|}
|}


Line 44: Line 53:
{{MonsterBox
{{MonsterBox
| name = {{PAGENAME}}
| name = {{PAGENAME}}
| rarity = Boss
| rarity =  
| image =  
| image =  
| level =  
| level =  
Line 52: Line 61:
| damage =  
| damage =  
| aps =  
| aps =  
| resistance = 30% [[Fire]] <br> 30% [[Cold]] <br> 30% [[Lightning]] <br> 15% [[Chaos]]
| resistance =  
| modifier = [[60% Less Curse Effectiveness]]
| modifier =  
| skill =
| aura =  
}}
}}
</pre>
</pre>


<includeonly>
<includeonly>
<!-- CATEGORIES AND INTERWIKIS HERE, THANKS -->
[[Category:Templates]]
[[Category:Templates]]
</includeonly>
</includeonly>

Revision as of 16:08, 6 October 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 One of the following:
  • Normal
  • Magic
  • Rare
  • Unique
image Image name.
level The level of the monster.
location The location of the monster.
quest If the monster is related to a quest.
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.
modifiers The modifiers (Mods) the monster has.

Copy Paste

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