Template:Monster: Difference between revisions

From Ethene
Content added Content deleted
mNo edit summary
 
(5 intermediate revisions by one other user not shown)
Line 27: Line 27:
* orbs: Orbs that the monster drops.
* orbs: Orbs that the monster drops.
* family: The type of family the monster belongs to.
* family: The type of family the monster belongs to.
** Don't create links to families; just use the name of the family and it will automatically link to the category.


== Usage ==
== Usage ==
Line 59: Line 60:
<includeonly>
<includeonly>
[[category:Monsters]]
[[category:Monsters]]
{{#if: {{{family|}}}|[[category:{{{family}}}]]|}}
{{#if: {{{family|}}}|[[Category:{{{family}}}]]|}}
{| class="wikitable" colspan="8" width="100%"
{| class="wikitable" colspan="8" width="100%"
! colspan="1" style="text-align: left; padding:8px; font-size: 25px; background-color:#57E892" | {{#if: {{{en_name|}}}|{{{en_name}}}|{{PAGENAME}}}}
! colspan="1" style="text-align: left; padding:8px; font-size: 25px; background-color:#57E892" | {{#if: {{{en_name|}}}|{{{en_name}}}|{{PAGENAME}}}}
Line 113: Line 114:
|-
|-
! colspan="1" style="text-align: center; background-color:#8affb1;" | Equip Chest Drops
! colspan="1" style="text-align: center; background-color:#8affb1;" | Equip Chest Drops
! colspan="6" style="text-align: center; background-color:#8affb1;" | Master Orbs
! colspan="6" style="text-align: center; background-color:#8affb1;" | Master Orb Jewels
|-
|-
| colspan="1" style="text-align: center; background-color:#e4ffef;" | {{#if: {{{equip_loot|}}}|{{{equip_loot}}}|?}}
| colspan="1" style="text-align: center; background-color:#e4ffef;" | {{#if: {{{equip_loot|}}}|{{{equip_loot}}}|?}}
| colspan="6" style="text-align: center; background-color:#e4ffef;" | {{#if: {{{orbs|}}}|{{{orbs}}}|?}}
| colspan="6" style="text-align: center; background-color:#e4ffef;" | {{#if: {{{orbs|}}}|{{{orbs}}}|?}}
|-
|-
| colspan="8" style="background-color:#EFF6F2;" | '''Family:''' {{#if: {{{family|}}}|{{{family}}}|?}}
| colspan="8" style="background-color:#EFF6F2;" | '''Family:''' {{#if: {{{family|}}}|[[:Category:{{{family}}}|{{{family}}}]]|?}}
|}
|}

Latest revision as of 17:29, 4 December 2023


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