11,286
edits
FlyingRagnar (talk | contribs) mNo edit summary |
FlyingRagnar (talk | contribs) (updated to align with rework) |
||
Line 1: | Line 1: | ||
The Spell template is used to display information for spells in Dragon Quest games. This template describes a single spell for a '''single game'''. | The Spell template is used to display information for spells in Dragon Quest games. This template describes a '''single spell''' for a '''single game version'''. | ||
==Usage== | ==Usage== | ||
<pre>{{Spell | |||
|console=NES | |||
<pre>{{Spell | |||
|console=NES | |||
|name=Whack | |name=Whack | ||
|flavor=Instantly kills a group of enemies | |flavor=Instantly kills a group of enemies | ||
Line 16: | Line 9: | ||
|mp=8 | |mp=8 | ||
|notes=This spell is only learned late in the game}}</pre> | |notes=This spell is only learned late in the game}}</pre> | ||
* | *'''console''': The console version of the game. | ||
*'''name''': The name of the spell. | |||
*name: The name of the spell. | *'''image''': if there is an image of this item, it should be referenced here. This parameter is optional. Note this should be just the filename, not a link. | ||
*image: if there is an image of this item, it should be | *'''mp''': The mp cost to cast the spell | ||
*mp: The mp cost to cast the spell | *'''flavor''': If there is specific flavor text used to describe this spell in the game, it should be quoted here. This paramter is optional. | ||
*flavor: If there is specific flavor text used to describe this spell in the game, it should be quoted here. This paramter is optional. | *'''effect''': A general description of what the spell does. | ||
*effect: A general description of what the spell does. | *'''notes''': Any special notes about this particular spell This parameter is optional. | ||
*notes: Any special notes about this particular spell This parameter is optional | |||
==Example== | ==Example== | ||
===Sample=== | ===Sample=== | ||
{{Spell | {{Spell | ||
|console=DS | |console=DS | ||
|name=Sizz | |name=Sizz | ||
Line 39: | Line 24: | ||
|flavor=Throws a fireball at the enemy | |flavor=Throws a fireball at the enemy | ||
|effect=Causes 10-20 points of fire damage to a single enemy | |effect=Causes 10-20 points of fire damage to a single enemy | ||
| | |note=This spell is dumb}} | ||
===Code=== | ===Code=== | ||
<pre> | <pre> | ||
{{Spell | {{Spell | ||
|console=DS | |console=DS | ||
|name=Sizz | |name=Sizz | ||
Line 57: | Line 33: | ||
|flavor=Throws a fireball at the enemy | |flavor=Throws a fireball at the enemy | ||
|effect=Causes 10-20 points of fire damage to a single enemy | |effect=Causes 10-20 points of fire damage to a single enemy | ||
| | |note=This spell is dumb}} | ||
</pre> | </pre> |