Template:MonsterBox: Difference between revisions
Jump to navigation
Jump to search
>Lextra2 mNo edit summary |
>Lextra2 (added skill, aura and resistance group back. the latter one needs some work) |
||
Line 45: | Line 45: | ||
{{!}} valign="top" colspan="3" style="color: rgb(200, 200, 200); background-color: rgb(38, 35, 27); border-color: rgb(38, 35, 27);" {{!}} {{{modifier}}} | {{!}} valign="top" colspan="3" style="color: rgb(200, 200, 200); background-color: rgb(38, 35, 27); border-color: rgb(38, 35, 27);" {{!}} {{{modifier}}} | ||
{{!}}- }} | {{!}}- }} | ||
{{ #if: {{{skill|}}} | | |||
{{!}} style="color: rgb(200, 200, 200); background-color: rgb(51, 47, 36); border-color: rgb(51, 47, 36);" {{!}} Skill(s) | |||
{{!}} valign="top" colspan="3" style="color: rgb(200, 200, 200); background-color: rgb(38, 35, 27); border-color: rgb(38, 35, 27);" {{!}} {{{skill}}} | |||
{{!}}- }} | |||
{{ #if: {{{aura|}}} | | |||
{{!}} style="color: rgb(200, 200, 200); background-color: rgb(51, 47, 36); border-color: rgb(51, 47, 36);" {{!}} Aura(s) | |||
{{!}} valign="top" colspan="3" style="color: rgb(200, 200, 200); background-color: rgb(38, 35, 27); border-color: rgb(38, 35, 27);" {{!}} {{{aura}}} | |||
{{!}}- }} | |||
{{ #if: {{{resistance_group|}}} | | |||
{{!}} style="color: rgb(200, 200, 200); background-color: rgb(51, 47, 36); border-color: rgb(51, 47, 36);" {{!}} Resistance(s) | |||
{{!}} align="left" colspan="3" style="color: rgb(200, 200, 200); background-color: rgb(38, 35, 27); border-color: rgb(38, 35, 27);" {{!}} [[Monster resistances|{{{resistance_group}}}]] <hr> [[Normal|N.]] {{#ask: [[Monster resistances#{{{resistance_group}}}]]|?Has lightning resistance in normal difficulty|?Has cold resistance in normal difficulty|?Has fire resistance in normal difficulty|?Has chaos resistance in normal difficulty|format=template|template=SMW resistance row|mainlabel=-}} | |||
{{!}}- }} | |||
|}</includeonly> | |}</includeonly> | ||
<noinclude>{{Documentation}} [[Category:Templates]]</noinclude> | <noinclude>{{Documentation}} [[Category:Templates]]</noinclude> |
Revision as of 19:41, 21 October 2017
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:
|
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 = }}
The above documentation is transcluded from Template:MonsterBox/doc.
Editors can experiment in this template's sandbox and testcases pages.
Please add categories to the /doc subpage. Subpages of this template.
Editors can experiment in this template's sandbox and testcases pages.
Please add categories to the /doc subpage. Subpages of this template.