Template:Enemy: Difference between revisions

From Dragon Quest Wiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
{| width=290px style="font-family: verdana; padding: 6px; margin: 0 0 1em 1em; font-size: 10px; background-color: #ffffff; color:black; border:1px solid #8888aa;float:{{{float}}};"
{| width=290px style="font-family: verdana; padding: 6px; margin: 0 0 1em 1em; font-size: 10px; background-color: #ffffff; color:black; border:1px solid #8888aa;float:{{#if: {{{float|}}} | {{{float}}} | right }};"
|-
|-
| style="border: 1px black solid;" align=center colspan=2|{{{image}}}
| style="border: 1px black solid;" align=center colspan=2|{{{image}}}

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 'none' which makes the template appear inline with text. Note that romanji, droppedItems, skills, and spells will be hidden if not passed a value.