Template:Spell: Difference between revisions

Template page
No edit summary
Tag: wikieditor
No edit summary
Tag: wikieditor
Line 53: Line 53:
     {{#if:{{{domain|}}} | [[Category:{{{domain}}}_Spell]] | }}
     {{#if:{{{domain|}}} | [[Category:{{{domain}}}_Spell]] | }}
}}
}}
----
<noinclude>----</noinclude>
{{SpellTableHeader}}
{{SpellTableHeader}}
{{#if:{{{level|}}}|{{SpellTableRow|{{#tag:span|{{#switch: {{{level}}} | 0 = Cantrip | 1 = 1st Level | 2 = 2nd Level | 3 = 3rd Level | #default = {{{level}}}th Level}}|class="spell"}}|}}|}}
{{#if:{{{level|}}}|{{SpellTableRow|{{#tag:span|{{#switch: {{{level}}} | 0 = Cantrip | 1 = 1st Level | 2 = 2nd Level | 3 = 3rd Level | #default = {{{level}}}th Level}}|class="spell"}}|}}|}}

Revision as of 09:48, 17 January 2024

Usage

{{Spell
|name=
|level=
|themes=
|domains=
|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

To set the theme(s) of the spell, write the theme name in lowercase and a space between each.

|themes=arcane divine occult primal

To set the domain(s) of the spell, write the Domain name in lowercase and a space between each.

|domains=earth elementus

The cast parameter auto formats if the following values are applied:

|cast=full
|cast=standard
|cast=major
|cast=minor
|cast=quick
|cast=reaction
|cast=full action
|cast=standard action
|cast=major action
|cast=minor action
|cast=quick action
 

Example

NEED UPDATE

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
}}