Template:Spell: Difference between revisions

Template page
No edit summary
No edit summary
Line 1: Line 1:
<noinclude>
<noinclude>
==Usage==
==Usage==
<code><nowiki>{{Spell</nowiki></code><br>
<code><nowiki>{{Spell</nowiki></code><br>
<code><nowiki>|name=</nowiki></code><br>
<code><nowiki>|name=</nowiki></code><br>
Line 14: Line 13:


==Note==
==Note==
The following ''empty'' parameters may be added to set the theme(s) of the spell.


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>
<code><nowiki>|divine=</nowiki></code><br>
<code><nowiki>|divine=</nowiki></code><br>
Line 22: Line 21:


==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 set the theme(s) of the spell.

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