The wiki is currently a work in progress. If you'd like to help out, please check the Community Portal and our getting started guide. Also, check out our sister project on poewiki.net.

Template:MonsterBox/doc: Difference between revisions

From Path of Exile 2 Wiki
Jump to navigation Jump to search
(added to Category:Infobox templates)
 
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<noinclude>
{{Documentation subpage}}
[[Category:Infobox templates]]
__TOC__
</noinclude>
 
This template is used to create a box with informations about a monster.
 
==Parameters==
All parameters except for <code>name</code> are optional. They can be excluded or left blank.
 
{| class="wikitable sortable"
! Parameter
! Description
|-
| <code>name</code>
| The name of the monster.
|-
| <code>rarity</code>
| The [[rarity]] of the monster. <br> Has to be one of the following:
* Normal
* Magic
* Rare
* Unique
* Boss
|-
| <code>image</code>
| The image name.
|-
| <code>level</code>
| The level(s) of the monster.
|-
| <code>location</code>
| The location(s) of the monster.
|-
| <code>quest</code>
| The quest(s) the monster is related to.
|-
| <code>category</code>
| The [[monster category]] of the monster.
|-
|  <code>health</code>
| The base health of the monster.
|-
| <code>damage</code>
| The base physical damage of the monster.
|-
|  <code>aps</code>
| The base attacks per second of the monster.
|-
| <code>resistance</code>
| The base resistances of the monster.
|-
| <code>weakness</code>
| Any negative base resistances of the monster.
|-
| <code>modifier</code>
| 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.
|}
 
==Copy Paste==
<pre>
{{MonsterBox
| name = {{PAGENAME}}
| rarity =
| image =
| level =
| location =
| quest =
| category =
| health =
| damage =
| aps =
| resistance =
| weakness =
| modifier =
| skill =
| metadata_id =
}}
</pre>
 
{{Documentation categories|
<!-- Categories and interwikis go here. -->
[[Category:Templates]]
{{Sister|poewiki}}
}}

Latest revision as of 18:12, 5 January 2025

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.
weakness Any negative 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 = 
| weakness =
| modifier = 
| skill =
| metadata_id =
}}