Template:Spell: Difference between revisions

Template page
No edit summary
No edit summary
Line 14: Line 14:


==Note==
==Note==
The following ''empty'' parameters may be added to categorize them according to the themes.
The following ''empty'' parameters may be added to categorize them according to the themes.
<code><nowiki>|arcane=</nowiki></code><br>
<code><nowiki>|arcane=</nowiki></code><br>
Line 21: Line 22:


==Example==
==Example==
<code><nowiki>{{Spell</nowiki></code><br>
<code><nowiki>{{Spell</nowiki></code><br>
<code><nowiki>|name=</nowiki>Lux</code> <-Must be the same as the page name, else categorization wont work<br>
<code><nowiki>|name=</nowiki>Lux</code> <-Must be the same as the page name, else categorization wont work<br>

Revision as of 14:23, 1 February 2023

Usage

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

Note

The following empty parameters may be added to categorize them according to the themes. |arcane=
|divine=
|primal=
|occult=

Example

{{Spell
|name=Lux <-Must be the same as the page name, else categorization wont work
|level=0 <-Cantrip
|divine= <-Divine theme
|occult= <-Occult theme, if we want to have multiple themes (Lux is not really an Occult spell, but in this example it is)
|domain=Light
|cast=1 action
|range=Touch
|components=V, S
|duration=10 minutes
}}