Template:Enemy/doc: Difference between revisions
From Dragon Quest Wiki
m (→Usage) |
FlyingRagnar (talk | contribs) No edit summary |
||
Line 22: | Line 22: | ||
|description= | |description= | ||
|locations= | |locations= | ||
|}} | |}} | ||
</pre> | </pre> | ||
==Usage== | ==Usage== | ||
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). | |||
* | ==Paramters== | ||
* | *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. | |||
*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 | |||
==Example== | ==Example== | ||
Line 63: | Line 75: | ||
|description=This is a test enemy. | |description=This is a test enemy. | ||
|locations=South of Mercado, North of Coburg | |locations=South of Mercado, North of Coburg | ||
}} | }} | ||
Line 75: | Line 86: | ||
|console=GBC | |console=GBC | ||
|romanji= chingchow | |romanji= chingchow | ||
|kanji= ninanana | |||
|hp= 400 | |hp= 400 | ||
|mp= 20 | |mp= 20 | ||
Line 90: | Line 102: | ||
|description=This is a test enemy. | |description=This is a test enemy. | ||
|locations=South of Mercado, North of Coburg | |locations=South of Mercado, North of Coburg | ||
}} | }} | ||
</pre> | </pre> |
Revision as of 13:32, 19 January 2011
{{Enemy |float= |image=[[Image:|200px]] |name= |game= |console= |romanji= |hp= |mp= |attack= |defense= |agility= |experience= |gold= |droppedItem= |skills= |spells= |family= |bestiaryNumber= |captureRate= |description= |locations= |}}
Usage
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).
Paramters
- 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.
- 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
Example
Sample
#24 - Test | |||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
File:Zoma.png | |||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||
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 | ||||||||||||||||||||||||||||||||||||||||||
Romanized Jap. | chingchow | ||||||||||||||||||||||||||||||||||||||||||
Description | This is a test enemy. |
Code
{{Enemy |float=left |image=[[Image:Zoma.png]] |name=Test |game=Dragon Quest XXVI |console=GBC |romanji= chingchow |kanji= ninanana |hp= 400 |mp= 20 |attack= 23 |defense=44 |agility=33 |experience=400 |gold=21 |droppedItem=Club |skills=Ninjitsu |spells=Kamikaze |family=[[Slime family]] |bestiaryNumber=24 |captureRate=1/32 |description=This is a test enemy. |locations=South of Mercado, North of Coburg }}