Template:MonsterBox: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
>TheFrz
mNo edit summary
>@DeletedUser41301808
No edit summary
Line 1: Line 1:
<includeonly>{| class="wikitable" style="float: right; width: 300px; background-color: #1a1812; font-size:100%; padding: 0px; border-collapse: separate; border-spacing: 2px; border: none; margin: 0px 0px 5px 5px;"
<includeonly>{| class="wikitable" style="float: right; width: 300px; background-color: #1a1812; font-size:100%; padding: 0px; border-collapse: separate; border-spacing: 2px; border: none; margin: 0px 0px 5px 5px;"
| align="center" colspan="4" style="border-color: #1a1812; {{#switch: {{{rarity}}} | Boss = color:rgb(234,132, 50); | Unique = color:rgb(234,132, 50); | color: #fff; }} text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000; font-size: 22px; font-weight: bold;" | {{{name|}}}
| align="center" colspan="4" style="border-color: #1a1812; {{#switch: {{{rarity}}} | Rare = color:rgb(234, 209, 49) | Boss = color:rgb(234,132, 50); | Unique = color:rgb(234,132, 50); | color: #fff; }} text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000; font-size: 22px; font-weight: bold;" | {{{name|}}}
|-
|-
{{ #if: {{{image|}}} | {{!}} colspan="4" style="width: 100%; height: auto; border-color: #1a1812; background-color: #1a1812;" {{!}} [[File:{{{image}}}|full|center|{{ #if: {{{imagealt|}}} |{{{imagealt}}}|{{{name}}}}}|296x500px]]
{{ #if: {{{image|}}} | {{!}} colspan="4" style="width: 100%; height: auto; border-color: #1a1812; background-color: #1a1812;" {{!}} [[File:{{{image}}}|full|center|{{ #if: {{{imagealt|}}} |{{{imagealt}}}|{{{name}}}}}|296x500px]]

Revision as of 16:16, 9 August 2017

Template documentation[view] [edit] [history] [purge]

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 =
}}