Template:Monster: Difference between revisions

From Ethene
Content deleted Content added
m Update monster template.
m Shrink image as larger images kick the table under the image.
 
(4 intermediate revisions by the same user not shown)
Line 25:
* orbs: Orbs that the monster drops.
* family: The type of family the monster belongs to.
* scoutable: Whether the monster can be scouted by an [[ITM]] or [[MON]].
** Don't create links to families; just use the name of the family and it will automatically link to the category.
 
Line 53 ⟶ 54:
| orbs=
| family=
| scoutable=
}}
</pre>
Line 58 ⟶ 60:
<includeonly>
[[category:Monsters]]
{{#if: {{{scoutable|}}}|[[Category:Fellow Monsters]]|}}
{{#if: {{{family|}}}|[[Category:{{{family}}}]]|}}
[[File:{{#if: {{{image|}}}|{{{image}}}|&nbsp;}}|300px200px|right|frame|{{#if: {{{trivia|}}}|{{{trivia}}}|Monster description needed.}}]]
 
{| class="wikitable" colspan="4" width="70%"
! scope="row" style="width: 25%; text-align: left; background-color:#89ABE3FF" | Name
Line 72 ⟶ 76:
| colspan="2" style="width: 25%; text-align: left; background-color:#FCF6F5FF;" | {{#if: {{{hp|}}}|{{{hp}}}|?}}
! scope="row" style="width: 25%; text-align: left; background-color:#89ABE3FF" | MP
| colspan="2" style="width: 25%; text-align: left; background-color:#FCF6F5FF;" | {{#if: {{{mp|}}}|{{{mp}}}|?}}
|-
! scope="row" style="width: 25%; text-align: left; background-color:#89ABE3FF" | EXP
| colspan="2" style="width: 25%; text-align: left; background-color:#FCF6F5FF;" | {{#if: {{{exp|}}}|{{{exp}}}|?}}
! scope="row" style="width: 25%; text-align: left; background-color:#89ABE3FF" | Gold
| colspan="2" style="width: 25%; text-align: left; background-color:#FCF6F5FF;" | {{#if: {{{gold|}}}|{{{gold}}}|?}}
|-
! scope="row" style="width: 25%; text-align: left; background-color:#89ABE3FF" | Attack
| colspan="2" style="width: 25%; text-align: left; background-color:#FCF6F5FF;" | {{#if: {{{attack|}}}|{{{attack}}}|?}}
! scope="row" style="width: 25%; text-align: left; background-color:#89ABE3FF" | Defense
| colspan="2" style="width: 25%; text-align: left; background-color:#FCF6F5FF;" | {{#if: {{{defense|}}}|{{{defense}}}|?}}
|-
! scope="row" style="width: 25%; text-align: left; background-color:#89ABE3FF" | Family

Latest revision as of 16:58, 8 July 2024

Explanation

  • en_name: English name of the monster.
  • ja_name: Japanese name of the monster.
  • image: Image name. Please use compressed images for smaller sizes.
  • level: Level of the monster.
  • weight: Weight of the monster.
  • hp: HP of the monster.
  • exp: Experience points gained when the monster is defeated.
  • defense: Defense of the monster.
  • mp: MP of the monster.
  • attack: Attack of the monster.
  • gold: Gold received when defeating the monster.
  • number: Monster number in relation to their position in the in-game monster beastiary.
  • weaknesses: Elements the monster is weak to.
  • resistances: Elements the monster is resistant to.
  • locations: Locations the monster can be found.
  • trivia: Trivia description of the monster.
  • secret_trivia: Secret trivia description of the monster.
  • common_loot: Common loot the monster drops.
  • rare_loot: Rare loot the monster drops.
  • equip_loot: Equipment that the monster drops.
  • orbs: Orbs that the monster drops.
  • family: The type of family the monster belongs to.
  • scoutable: Whether the monster can be scouted by an Item Master or Monster Master.
    • Don't create links to families; just use the name of the family and it will automatically link to the category.

Usage

{{Monster
| en_name=
| ja_name=
| image=
| level=
| weight= 
| hp=
| exp=
| defense=
| mp=
| attack=
| gold=
| number=
| weaknesses=
| resistances=
| locations=
| trivia=
| secret_trivia=
| common_loot=
| rare_loot=
| equip_loot=
| orbs=
| family=
| scoutable=
}}