Template:Spell: Difference between revisions

Template page
Tag: wikieditor
No edit summary
Tag: wikieditor
Line 77: Line 77:
         | [[Category:{{{level}}}th-Level_Spell]]  
         | [[Category:{{{level}}}th-Level_Spell]]  
     }}
     }}
     {{#if:{{{arcane|}}}|[[Category:Arcane_Spell]]
     {{#ifexpr:{{#count:{{{themes|}}}|arcane}} > 0|[[Category:Arcane_Spell]]
         {{
         {{
         #switch:{{{level}}}  
         #switch:{{{level}}}  
Line 86: Line 86:
         | [[Category:{{{level}}}th-Level_Arcane_Spell]]
         | [[Category:{{{level}}}th-Level_Arcane_Spell]]
         }}
         }}
     |}}
     }}
     {{#if:{{{divine|}}}|[[Category:Divine_Spell]]
     {{#ifexpr:{{#count:{{{themes|}}}|divine}} > 0|[[Category:Divine_Spell]]
         {{
         {{
         #switch:{{{level}}}  
         #switch:{{{level}}}  
Line 96: Line 96:
         | [[Category:{{{level}}}th-Level_Divine_Spell]]  
         | [[Category:{{{level}}}th-Level_Divine_Spell]]  
         }}
         }}
    |}}
    {{#if:{{{primal|}}}|[[Category:Primal_Spell]]
    {{
        #switch:{{{level}}}
        | 0 = [[Category:Primal_Cantrip]]
        | 1 = [[Category:1st-Level_Primal_Spell]]
        | 2 = [[Category:2nd-Level_Primal_Spell]]
        | 3 = [[Category:3rd-Level_Primal_Spell]]
        | [[Category:{{{level}}}th-Level_Primal_Spell]]
     }}
     }}
     |}}
     {{#ifexpr:{{#count:{{{themes|}}}|occult}} > 0|[[Category:Occult_Spell]]
    {{#if:{{{occult|}}}|[[Category:Occult_Spell]]
         {{
         {{
         #switch:{{{level}}}  
         #switch:{{{level}}}  
Line 116: Line 106:
         | [[Category:{{{level}}}th-Level_Occult_Spell]]  
         | [[Category:{{{level}}}th-Level_Occult_Spell]]  
         }}
         }}
     |}}
     }}
    {{#ifexpr:{{#count:{{{themes|}}}|primal}} > 0|[[Category:Primal_Spell]]
    {{
        #switch:{{{level}}}
        | 0 = [[Category:Primal_Cantrip]]
        | 1 = [[Category:1st-Level_Primal_Spell]]
        | 2 = [[Category:2nd-Level_Primal_Spell]]
        | 3 = [[Category:3rd-Level_Primal_Spell]]
        | [[Category:{{{level}}}th-Level_Primal_Spell]]
    }}
    }}
     {{#if:{{{domain|}}} | [[Category:{{{domain}}}_Spell]] | }}
     {{#if:{{{domain|}}} | [[Category:{{{domain}}}_Spell]] | }}
}}
}}

Revision as of 17:59, 17 February 2023

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=minor
|cast=quick
|cast=reaction
|cast=full action
|cast=standard 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
}}

Template Components

Template:SpellTableHeader
Template:SpellTableFooter
Template:SpellTableRow
Template:SpellTableRowColStart