Template:Enemy: Difference between revisions

From Dragon Quest Wiki
mNo edit summary
(Added wisdom stat bracket since this is currently being used for the gbc monsters games.)
 
(6 intermediate revisions by 3 users not shown)
Line 2: Line 2:
{{{{PAGENAME}}/doc}}
{{{{PAGENAME}}/doc}}
[[Category:Enemy templates|{{PAGENAME}}]]
[[Category:Enemy templates|{{PAGENAME}}]]
</noinclude>
</noinclude><onlyinclude><includeonly>
<onlyinclude><includeonly>
{{EnemyBase
{| style="border:1px solid black; padding:0px;" cellpadding="0" cellspacing="0"
|float={{{float|}}}
|-
|image={{{image|}}}
|{{EnemyBase
|name={{{name|}}}
|float={{#if: {{{float|}}} | {{{float}}} }}
|game={{{game|}}}
|image={{#if: {{{image|}}} | {{{image}}} }}
|console={{{console|}}}
|name={{#if: {{{name|}}} | {{{name}}} }}
|romanji={{{romanji| {{{romaji| }}} }}}
|game={{#if: {{{game|}}} | {{{game}}} }}
|kanji={{{kanji| {{{jap| }}} }}}
|console={{#if: {{{console|}}} | {{{console}}} }}
|hp={{{hp|}}}
|romanji={{#if: {{{romanji|}}} | {{{romanji}}} }}
|mp={{{mp|}}}
|kanji={{#if: {{{kanji|}}} | {{{kanji}}} }}
|attack={{{attack|}}}
|hp={{#if: {{{hp|}}} | {{{hp}}} }}
|defense={{{defense|}}}
|mp={{#if: {{{mp|}}} | {{{mp}}} }}
|agility={{{agility|}}}
|attack={{#if: {{{attack|}}} | {{{attack}}} }}
|wisdom={{{wisdom|}}}
|defense={{#if: {{{defense|}}} | {{{defense}}} }}
|experience={{{experience|}}}
|agility={{#if: {{{agility|}}} | {{{agility}}} }}
|gold={{{gold|}}}
|experience={{#if: {{{experience|}}} | {{{experience}}} }}
|droppedItem={{{droppedItem|}}}
|gold={{#if: {{{gold|}}} | {{{gold}}} }}
|skills={{{skills|}}}
|droppedItem={{#if: {{{droppedItem|}}} | {{{droppedItem}}} }}
|spells={{{spells|}}}
|skills={{#if: {{{skills|}}} | {{{skills}}} }}
|family={{{family|}}}
|spells={{#if: {{{spells|}}} | {{{spells}}} }}
|level={{{level|}}}
|family={{#if: {{{family|}}} | {{{family}}} }}
|bestiaryNumber={{{bestiaryNumber|}}}
|bestiaryNumber={{#if: {{{bestiaryNumber|}}} | {{{bestiaryNumber}}} }}
|captureRate={{{captureRate|}}}
|captureRate={{#if: {{{captureRate|}}} | {{{captureRate}}} }}
|description={{{description|}}}
|description={{#if: {{{description|}}} | {{{description}}} }}
|locations={{{locations|}}} }}</includeonly></onlyinclude>
|locations={{#if: {{{locations|}}} | {{{locations}}} }}
}}|}</includeonly></onlyinclude>

Latest revision as of 16:54, 22 April 2020

Usage[edit]

The enemy template is used to display statistics about a specific enemy/monster/boss. It is setup to display information about an enemy from a single game and console (i.e. Dragon Warrior - GBC). This template is the general enemy template and should be used for all games/versions which do not have a specially designed template. For example, enemies in Dragon Quest IX should use DQ9Enemy to display their information (from Dragon Quest IX only) as that template is more specific for that game.

Note that this template is used in the body of an article and not at the top. For that purpose, the Monster Infobox template was created.

Parameters[edit]

  • float: whether the template should be floated left or right (default is left)
  • image: wikitext for the sprite image of this monster
  • name: the name of the enemy
  • game: the name of the game
  • console: the name of the console version of the game
  • romanji: the romanji version of the monster's name
  • kanji: the kanji version of the monster's name
  • hp: the enemy's hit points
  • mp: the enemy's magic points
  • attack: the enemy's attack power
  • defense: the enemy's defense power
  • agility: the enemy's agility/speed
  • experience: the experience points for defeating the enemy
  • gold: the gold for defeating the enemy
  • droppedItem: the item that might be dropped when the enemy is defeated. should include percentage or ratio.
  • skills: any skills the enemy uses. use wikitext to link.
  • spells: any spells the enemy uses use wikitext to link.
  • level: the level of the monster (used by Holy Protection, etc.)
  • bestiaryNumber: the identifying number of the enemy in the bestiary
  • captureRate: the capture rate of enemies which can be captured. should be a percentage or ratio.
  • description: any notes or other information about this monster
  • locations: where the enemy can be found. can include wikimarkup for links.

Example[edit]

Sample[edit]

#24 - Test
Orgodemir DQVII PSX.gif
HP MP Experience Gold
400 20 400 21
Attack Defense Speed
23 44 33
Dropped Item Club
Locations South of Mercado, North of Coburg
Skills Ninjitsu
Spells Kamikaze
Family Slime family
Capture Rate 1/32
Bestiary # 24
Game Dragon Quest XXVI
Console GBC
Japanese Name ninanana
Romanized Jap. chingchow
Description This is a test enemy.

Wiki markup[edit]

{{Enemy
|float=left
|image=[[Image:Orgodemir DQVII PSX.gif]]
|name=Test
|game=Dragon Quest XXVI
|console=GBC
|romanji= chingchow
|kanji= ninanana
|hp= 400
|mp= 20
|attack= 23
|defense=44
|agility=33
|wisdom=99
|experience=400
|gold=21
|droppedItem=Club
|skills=Ninjitsu
|spells=Kamikaze
|family=[[Slime family]]
|level=10
|bestiaryNumber=24
|captureRate=1/32
|description=This is a test enemy.
|locations=South of Mercado, North of Coburg
}}