Template:Spell: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{| |+ | style='text-align:center;font-weight:bold;font-size:1.5em;' colspan='4' | {{{Name|}}} |- | rowspan="5" colspan="2" style='text-align:center;width:128px;' | {{{Spell Image|}}} | style='text-align:right;width:70px' |Grade: | {{{Grade|}}} |- | style='text-align:right' |<span style='text-align:right'>Casting time:</span> | {{{Casting|}}} |- | style='text-align:right' |Range: | {{{Range|}}} |- | style='text-align:right' |Duration: | {{{Duration|}}} |- | style='text-al...") |
mNo edit summary |
||
Line 30: | Line 30: | ||
"params": { | "params": { | ||
"Spell Image": { | "Spell Image": { | ||
"type": "wiki-file-name" | "type": "wiki-file-name", | ||
"suggested": true | |||
}, | }, | ||
"Grade": { | "Grade": { | ||
Line 103: | Line 104: | ||
"description": "A list of all the schools of magic contain this spell", | "description": "A list of all the schools of magic contain this spell", | ||
"type": "string", | "type": "string", | ||
"required": true | |||
}, | |||
"Name": { | |||
"description": "The name of the spell", | |||
"required": true | "required": true | ||
} | } | ||
} | }, | ||
"paramOrder": [ | |||
"Name", | |||
"Spell Image", | |||
"Grade", | |||
"Casting", | |||
"Range", | |||
"Duration", | |||
"Requirements", | |||
"Description", | |||
"Schools" | |||
] | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Revision as of 20:19, 27 March 2024
Grade: | |||
Casting time: | |||
Range: | |||
Duration: | |||
Requirements: | |||
Description: | |||
Schools of Magic: |
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | Name | The name of the spell | Unknown | required |
Spell Image | Spell Image | no description | File | suggested |
Grade | Grade | The grade of the spell
| Number | required |
Casting | Casting | The Time it takes to cast this spell
| String | required |
Range | Range | The Range of the spell
| String | required |
Duration | Duration | The duration of the spell effect
| String | required |
Requirements | Requirements | The Requirements to cast the spell (F - Focus required, V - Voice required)
| String | required |
Description | Description | The spell's description | String | required |
Schools | Schools | A list of all the schools of magic contain this spell | String | required |