Template:MonsterBox/doc: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
>Lextra2
m (→‎Parameters: - removed depreciated lines)
 
(9 intermediate revisions by 5 users not shown)
Line 33: Line 33:
| <code>quest</code>
| <code>quest</code>
| The quest(s) the monster is related to.
| The quest(s) the monster is related to.
|-
| <code>category</code>
| The [[monster category]] of the monster.
|-
|-
|  <code>health</code>
|  <code>health</code>
Line 49: Line 52:
| The modifier(s) (mods) the monster has.
| The modifier(s) (mods) the monster has.
|-
|-
| <code>skill</code>
| The skill the monster use. Despite all monster skill are coded separately and different from skill gem, it is fine to link to a skill gem that closely related to the monster skill .
|-
| <code>metadata_id</code>
| The metadata id of the monster. Single value allowed only for now.
|}
|}


Line 55: Line 63:
{{MonsterBox
{{MonsterBox
| name = {{PAGENAME}}
| name = {{PAGENAME}}
| rarity = Boss
| rarity =  
| image =  
| image =  
| level =  
| level =  
| location =  
| location =  
| quest =  
| quest =  
| category =
| health =  
| health =  
| damage =  
| damage =  
| aps =  
| aps =  
| resistance_group = MapBoss
| resistance =  
| modifier = [[60% Less Curse Effectiveness]]
| modifier =  
| skill =  
| skill =
| aura =  
| metadata_id =
}}
}}
</pre>
</pre>


<includeonly>
{{Documentation categories|
<!-- Categories and interwikis go here. -->
[[Category:Templates]]
[[Category:Templates]]
[[Category:SMW ask pages]]
}}
</includeonly>

Latest revision as of 17:11, 6 April 2024

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 The rarity of the monster.
Has to be one of the following:
  • Normal
  • Magic
  • Rare
  • Unique
  • Boss
image The image name.
level The level(s) of the monster.
location The location(s) of the monster.
quest The quest(s) the monster is related to.
category The monster category of the monster.
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.
modifier The modifier(s) (mods) the monster has.
skill The skill the monster use. Despite all monster skill are coded separately and different from skill gem, it is fine to link to a skill gem that closely related to the monster skill .
metadata_id The metadata id of the monster. Single value allowed only for now.

Copy Paste

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