Template:MonsterBox: Difference between revisions
Jump to navigation
Jump to search
>@DeletedUser40283032 (Some "improvements") |
>@DeletedUser40283032 m (Improvements...) |
||
Line 3: | Line 3: | ||
|- | |- | ||
{{ #if: {{{image|}}} | {{!}} colspan="4" style="width: 100%; height: auto; border-color: #1a1812; background-color: #1a1812;" {{!}} [[File:{{{image}}}|full|center|{{ #if: {{{imagealt|}}} |{{{imagealt}}}|{{{name}}}}}]] | {{ #if: {{{image|}}} | {{!}} colspan="4" style="width: 100%; height: auto; border-color: #1a1812;<!--Fix for wikitable style:--> background-color: #1a1812;" {{!}} [[File:{{{image}}}|full|center|{{ #if: {{{imagealt|}}} |{{{imagealt}}}|{{{name}}}}}|296px]] | ||
{{!}}- | {{!}} colspan="4" style="width: 100%; height: auto; border-color: #1a1812; background-color: #1a1812;" {{!}} [[File:{{{name}}}.png|full|center|{{ #if: {{{imagealt|}}} |{{{imagealt}}}|{{{name}}}}}]] | {{!}}- | {{!}} colspan="4" style="width: 100%; height: auto; border-color: #1a1812;<!--Fix for wikitable style:--> background-color: #1a1812;" {{!}} [[File:{{{name}}}.png|full|center|{{ #if: {{{imagealt|}}} |{{{imagealt}}}|{{{name}}}}}|296px]] | ||
{{!}}- }} | {{!}}- }} | ||
Line 16: | Line 16: | ||
{{ #if: {{{location|}}} | | {{ #if: {{{location|}}} | | ||
{{!}} style="color: #bfbfbf; background-color: #332f24; border-color: #332f24;" {{!}} Location(s) | {{!}} style="color: #bfbfbf; background-color: #332f24; border-color: #332f24;" {{!}} Location(s) | ||
{{!}} valign="top" colspan="3" style="background-color: #26231b; color: #fff; border-color: #26231b;" {{!}} | {{!}} valign="top" colspan="3" style="background-color: #26231b; color: #fff; border-color: #26231b;" {{!}} {{{location}}} | ||
{{!}}- }} | {{!}}- }} | ||
{{ #if: {{{quest|}}} | | {{ #if: {{{quest|}}} | | ||
{{!}} style="color: #bfbfbf; background-color: #332f24; border-color: #332f24;" {{!}} Required for | {{!}} style="color: #bfbfbf; background-color: #332f24; border-color: #332f24;" {{!}} Required for | ||
{{!}} valign="top" colspan="3" style="background-color: #26231b; color: #fff; border-color: #26231b;" {{!}} | {{!}} valign="top" colspan="3" style="background-color: #26231b; color: #fff; border-color: #26231b;" {{!}} {{{quest}}} | ||
{{!}}- }} | {{!}}- }} | ||
Revision as of 10:22, 17 November 2013
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.