No edit summary |
No edit summary |
||
Line 21: | Line 21: | ||
::<code><nowiki>|level=0</nowiki></code><br> | ::<code><nowiki>|level=0</nowiki></code><br> | ||
---- | ---- | ||
The following | The following parameters may be added to set the theme(s) of the spell. | ||
::<code><nowiki>|arcane=</nowiki></code><br><code><nowiki>|divine=</nowiki></code><br><code><nowiki>|primal=</nowiki></code><br><code><nowiki>|occult=</nowiki></code><br> | ::<code><nowiki>|arcane=1</nowiki></code><br><code><nowiki>|divine=1</nowiki></code><br><code><nowiki>|primal=1</nowiki></code><br><code><nowiki>|occult=1</nowiki></code><br> | ||
==Example== | ==Example== | ||
Line 92: | Line 92: | ||
{{SpellTableHeader}} | {{SpellTableHeader}} | ||
{{#if:{{{level|}}}|{{SpellTableRow|'''''Level'''''|'''''{{#ifeq:{{{level}}}|0|Cantrip|{{{level}}}}}'''''}}|}} | {{#if:{{{level|}}}|{{SpellTableRow|'''''Level'''''|'''''{{#ifeq:{{{level}}}|0|Cantrip|{{{level}}}}}'''''}}|}} | ||
{{#if:{{{arcane|}}} | {{#if:{{{arcane|}}}|{{SpellTableRow|'''Theme'''|Arcane}}}|}} | ||
{{#if:{{{divine|}}}|{{#if:{{{arcane|}}}|{{SpellTableRow||Divine}}|{{SpellTableRow|'''Theme'''|Divine}} }}|}} | {{#if:{{{divine|}}}|{{#if:{{{arcane|}}}|{{SpellTableRow||Divine}}|{{SpellTableRow|'''Theme'''|Divine}} }}|}} | ||
{{#if:{{{primal|}}}|{{#if:{{{arcane|}}} or {{{divine|}}}|{{SpellTableRow||Primal}}|{{SpellTableRow|'''Theme'''|Primal}} }}|}} | {{#if:{{{primal|}}}|{{#if:{{{arcane|}}} or {{{divine|}}}|{{SpellTableRow||Primal}}|{{SpellTableRow|'''Theme'''|Primal}} }}|}} |
Revision as of 16:36, 1 February 2023
Usage
{{Spell
|name=
|level=
|domain=
|cast=
|range=
|components=
|duration=
|area=
}}
Important
The name parameter must be the same as the page name (underscore excluded, space works):
- Spell Page URL: https://rp.klanen.org/wiki/kfp/Spell_Name
- Template Parameter:
|name=Spell Name
Cantrips count as level 0:
|level=0
The following parameters may be added to set the theme(s) of the spell.
|arcane=1
|divine=1
|primal=1
|occult=1
Example
The following spells URL would be: https://rp.klanen.org/wiki/kfp/Hail_of_Blades
{{Spell
|name=Hail of Blades
|level=1
|arcane=
|divine=
|domain=Metal
|cast=1 action
|range=60 feet
|components=V, S, M
|duration=Instantaneous
|area=5-foot-radius, 40 feet high
}}