No edit summary Tag: Reverted |
No edit summary Tag: Manual revert |
||
Line 116: | Line 116: | ||
{{SpellTableHeader}} | {{SpellTableHeader}} | ||
{{#if:{{{level|}}}|{{SpellTableRow|{{#tag:span|{{#switch: {{{level}}} | 0 = Cantrip | 1 = 1st Level | 2 = 2nd Level | 3 = 3rd Level | #default = {{{level}}}th Level}}|style="font-weight:bold;font-style:italic;font-size:1.5em;"}}|}}|}}{{#ifexpr: 0 + {{#if:{{{arcane|}}}|{{{arcane|}}}|0}} + {{#if:{{{divine|}}}|{{{divine|}}}|0}} + {{#if:{{{primal|}}}|{{{primal|}}}|0}} + {{#if:{{{occult|}}}|{{{occult|}}}|0}} > 0|{{!}}-{{SpellTableRowColStart|'''Theme(s)'''}}|}} | {{#if:{{{level|}}}|{{SpellTableRow|{{#tag:span|{{#switch: {{{level}}} | 0 = Cantrip | 1 = 1st Level | 2 = 2nd Level | 3 = 3rd Level | #default = {{{level}}}th Level}}|style="font-weight:bold;font-style:italic;font-size:1.5em;"}}|}}|}}{{#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}}}} | ||
{{#if:{{{domain|}}}|{{SpellTableRow|'''Domain'''|{{{domain|}}} }}|}} | {{#if:{{{domain|}}}|{{SpellTableRow|'''Domain'''|{{{domain|}}} }}|}} | ||
{{SpellTableRow||}} | {{SpellTableRow||}} |
Revision as of 18:10, 16 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
The cast parameter auto formats if the following values are applied:
|
|
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=standard
|range=20 meter
|components=V, S, M
|duration=Instantaneous
|area=Cylinder, 2 meter radius, 14 meter high
}}
Template Components