Template:Enemy/doc: Difference between revisions
No edit summary |
|||
| (7 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
==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). | 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 [[Template:DQ9Enemy|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 [[Template:Monster Infobox|Monster Infobox template]] was created. | ||
==Parameters== | |||
*float: whether the template should be floated left or right (default is left) | *float: whether the template should be floated left or right (default is left) | ||
*image: wikitext for the sprite image of this monster | *image: wikitext for the sprite image of this monster | ||
| Line 20: | Line 22: | ||
*skills: any skills the enemy uses. use wikitext to link. | *skills: any skills the enemy uses. use wikitext to link. | ||
*spells: any spells 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 | *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. | *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 | *description: any notes or other information about this monster | ||
*locations: where the enemy can be found | *locations: where the enemy can be found. can include wikimarkup for links. | ||
==Example== | ==Example== | ||
===Sample=== | ===Sample=== | ||
{{Enemy | {{Enemy | ||
|float= | |float=left | ||
|image=[[Image: | |image=[[Image:Orgodemir DQVII PSX.gif]] | ||
|name=Test | |name=Test | ||
|game=Dragon Quest XXVI | |game=Dragon Quest XXVI | ||
|console=GBC | |console=GBC | ||
|romanji= chingchow | |romanji= chingchow | ||
|kanji= ninanana | |||
|hp= 400 | |hp= 400 | ||
|mp= 20 | |mp= 20 | ||
| Line 51: | Line 55: | ||
}} | }} | ||
=== | ===Wiki markup=== | ||
<pre> | <pre> | ||
{{Enemy | {{Enemy | ||
|float=left | |float=left | ||
|image=[[Image: | |image=[[Image:Orgodemir DQVII PSX.gif]] | ||
|name=Test | |name=Test | ||
|game=Dragon Quest XXVI | |game=Dragon Quest XXVI | ||
| Line 66: | Line 70: | ||
|defense=44 | |defense=44 | ||
|agility=33 | |agility=33 | ||
|wisdom=99 | |||
|experience=400 | |experience=400 | ||
|gold=21 | |gold=21 | ||
| Line 72: | Line 77: | ||
|spells=Kamikaze | |spells=Kamikaze | ||
|family=[[Slime family]] | |family=[[Slime family]] | ||
|level=10 | |||
|bestiaryNumber=24 | |bestiaryNumber=24 | ||
|captureRate=1/32 | |captureRate=1/32 | ||