mNo edit summary |
No edit summary |
||
Line 54: | Line 54: | ||
| 1 = [[Category:1st-Level_Spell]] | | 1 = [[Category:1st-Level_Spell]] | ||
| 2 = [[Category:2nd-Level_Spell]] | | 2 = [[Category:2nd-Level_Spell]] | ||
| 3 = [[Category:3rd-Level_Spell]] | |||
| [[Category:{{{level}}}th-Level_Spell]] | | [[Category:{{{level}}}th-Level_Spell]] | ||
}} | }} | ||
Line 62: | Line 63: | ||
| 1 = [[Category:1st-Level_Arcane_Spell]] | | 1 = [[Category:1st-Level_Arcane_Spell]] | ||
| 2 = [[Category:2nd-Level_Arcane_Spell]] | | 2 = [[Category:2nd-Level_Arcane_Spell]] | ||
| 3 = [[Category:3rd-Level_Arcane_Spell]] | |||
| [[Category:{{{level}}}th-Level_Arcane_Spell]] | | [[Category:{{{level}}}th-Level_Arcane_Spell]] | ||
}} | }} | ||
Line 71: | Line 73: | ||
| 1 = [[Category:1st-Level_Divine_Spell]] | | 1 = [[Category:1st-Level_Divine_Spell]] | ||
| 2 = [[Category:2nd-Level_Divine_Spell]] | | 2 = [[Category:2nd-Level_Divine_Spell]] | ||
| 3 = [[Category:3rd-Level_Divine_Spell]] | |||
| [[Category:{{{level}}}th-Level_Divine_Spell]] | | [[Category:{{{level}}}th-Level_Divine_Spell]] | ||
}} | }} | ||
Line 80: | Line 83: | ||
| 1 = [[Category:1st-Level_Primal_Spell]] | | 1 = [[Category:1st-Level_Primal_Spell]] | ||
| 2 = [[Category:2nd-Level_Primal_Spell]] | | 2 = [[Category:2nd-Level_Primal_Spell]] | ||
| 3 = [[Category:3rd-Level_Primal_Spell]] | |||
| [[Category:{{{level}}}th-Level_Primal_Spell]] | | [[Category:{{{level}}}th-Level_Primal_Spell]] | ||
}} | }} | ||
Line 89: | Line 93: | ||
| 1 = [[Category:1st-Level_Occult_Spell]] | | 1 = [[Category:1st-Level_Occult_Spell]] | ||
| 2 = [[Category:2nd-Level_Occult_Spell]] | | 2 = [[Category:2nd-Level_Occult_Spell]] | ||
| 3 = [[Category:3rd-Level_Occult_Spell]] | |||
| [[Category:{{{level}}}th-Level_Occult_Spell]] | | [[Category:{{{level}}}th-Level_Occult_Spell]] | ||
}} | }} | ||
Line 96: | Line 101: | ||
---- | ---- | ||
{{SpellTableHeader}} | {{SpellTableHeader}} | ||
{{#if:{{{level|}}}|{{SpellTableRow|'''''Level'''''|'''''{{# | {{#if:{{{level|}}}|{{SpellTableRow|'''''Level'''''|''''' | ||
{{ | |||
#switch:{{{level}}} | |||
| 0 = Cantrip | |||
| 1 = 1st | |||
| 2 = 2nd | |||
| 3 = 3rd | |||
| {{level}}th | |||
}} | |||
}} | |||
}} | |||
{{#ifexpr: 0 + {{#if:{{{arcane|}}}|{{{arcane|}}}|0}} + {{#if:{{{divine|}}}|{{{divine|}}}|0}} + {{#if:{{{primal|}}}|{{{primal|}}}|0}} + {{#if:{{{occult|}}}|{{{occult|}}}|0}} > 0|{{SpellTableRowColStart|'''Theme(s)'''}}|}} | {{#ifexpr: 0 + {{#if:{{{arcane|}}}|{{{arcane|}}}|0}} + {{#if:{{{divine|}}}|{{{divine|}}}|0}} + {{#if:{{{primal|}}}|{{{primal|}}}|0}} + {{#if:{{{occult|}}}|{{{occult|}}}|0}} > 0|{{SpellTableRowColStart|'''Theme(s)'''}}|}} | ||
{{#if:{{{arcane|}}}|{{#tag:div|Arcane}}}}{{#if:{{{divine|}}}|{{#tag:div|Divine}}}}{{#if:{{{primal|}}}|{{#tag:div|Primal}}}}{{#if:{{{occult|}}}|{{#tag:div|Occult}}}} | {{#if:{{{arcane|}}}|{{#tag:div|Arcane}}}}{{#if:{{{divine|}}}|{{#tag:div|Divine}}}}{{#if:{{{primal|}}}|{{#tag:div|Primal}}}}{{#if:{{{occult|}}}|{{#tag:div|Occult}}}} | ||
Line 104: | Line 119: | ||
{{#if:{{{range|}}}|{{SpellTableRow|'''Range'''|{{{range|}}} }}|}} | {{#if:{{{range|}}}|{{SpellTableRow|'''Range'''|{{{range|}}} }}|}} | ||
{{#if:{{{components|}}}|{{SpellTableRow|'''[[Component]]s'''|{{{components|}}} }}|}} | {{#if:{{{components|}}}|{{SpellTableRow|'''[[Component]]s'''|{{{components|}}} }}|}} | ||
{{#if:{{{duration|}}}|{{SpellTableRow|'''Duration'''|{{{duration|}}}}}|}} | {{#if:{{{duration|}}}|{{SpellTableRow|'''Duration'''|{{{duration|}}} }}|}} | ||
{{#if:{{{area|}}}|{{SpellTableRow|'''Area'''|{{{area|}}} }}|}} | {{#if:{{{area|}}}|{{SpellTableRow|'''Area'''|{{{area|}}} }}|}} | ||
{{SpellTableFooter}} | {{SpellTableFooter}} | ||
---- | ---- | ||
</includeonly> | </includeonly> |
Revision as of 13:34, 2 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=1
|divine=1
|domain=Metal
|cast=1 action
|range=60 feet
|components=V, S, M
|duration=Instantaneous
|area=5-foot-radius, 40 feet high
}}
Template Components