Template:Spell: Difference between revisions

Template page
No edit summary
No edit summary
Line 12: Line 12:
<code><nowiki>}}</nowiki></code>
<code><nowiki>}}</nowiki></code>


==Notes==
==Important==
Cantrips count as level 0:


<code><nowiki>|level=0</nowiki></code><br>
* 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: <code><nowiki>|name=Spell Name</nowiki></code>
----
* Cantrips count as level 0:
** <code><nowiki>|level=0</nowiki></code><br>
----
* The following '''''empty''''' 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>


The following '''''empty''''' parameters may be added to set the theme(s) of the spell.
==Example==
The following spells URL would be: https://rp.klanen.org/wiki/kfp/Hail_of_Blades


<code><nowiki>{{Spell</nowiki></code><br>
<code><nowiki>|name=</nowiki>Hail of Blades</code><br>
<code><nowiki>|level=</nowiki>1</code><br>
<code><nowiki>|arcane=</nowiki></code><br>
<code><nowiki>|arcane=</nowiki></code><br>
<code><nowiki>|divine=</nowiki></code><br>
<code><nowiki>|divine=</nowiki></code><br>
<code><nowiki>|primal=</nowiki></code><br>
<code><nowiki>|occult=</nowiki></code><br>
==Example==
<code><nowiki>{{Spell</nowiki></code><br>
<code><nowiki>|name=</nowiki>Hail of Blades</code> <-Must be the same as the page name, else categorization wont work<br>
<code><nowiki>|level=</nowiki>1</code><br>
<code><nowiki>|divine=</nowiki></code> <-Divine theme<br>
<code><nowiki>|occult=</nowiki></code> <-Occult theme, if we want to have multiple themes (Lux is ''not'' really an Occult spell, but in this example it is)<br>
<code><nowiki>|domain=</nowiki>Metal</code><br>
<code><nowiki>|domain=</nowiki>Metal</code><br>
<code><nowiki>|cast=</nowiki>1 action</code><br>
<code><nowiki>|cast=</nowiki>1 action</code><br>

Revision as of 15:35, 1 February 2023

Usage

{{Spell
|name=
|level=
|domain=
|cast=
|range=
|components=
|duration=
|area=
}}

Important


  • Cantrips count as level 0:
    • |level=0

  • The following empty parameters may be added to set the theme(s) of the spell.
    • |arcane=
      |divine=
      |primal=
      |occult=

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