Template:Enemy: Difference between revisions

From Dragon Quest Wiki
No edit summary
mNo edit summary
Line 51: Line 51:
</pre>
</pre>
|}
|}
The float parameter corresponds to the CSS float property which should be 'left', 'right', or 'none'.  The default is 'none' which makes the template appear inline with text.
The float parameter corresponds to the CSS float property which should be 'left', 'right', or 'none'.  The default is 'right'.
 
Note that romanji, droppedItems, skills, and spells will be hidden if not passed a value.
Note that romanji, droppedItems, skills, and spells will be hidden if not passed a value.
[[Category:Templates|MonsterStats]]
[[Category:Templates|MonsterStats]]
</noinclude>
</noinclude>

Revision as of 00:29, 28 January 2010

{{{image}}}
{{{name}}}
Game Appearance {{{game}}}
HP {{{hp}}}
Exp. Gained {{{experience}}}
Gold Gained {{{gold}}}


Location {{{location}}}
{{Monster
|float=
|image=[[Image:|200px]]
|name=
|game=
|romanji=
|hp=
|experience=
|gold=
|droppedItems=
|skills=
|spells=
|location=
|}}

The float parameter corresponds to the CSS float property which should be 'left', 'right', or 'none'. The default is 'right'.

Note that romanji, droppedItems, skills, and spells will be hidden if not passed a value.