No edit summary |
No edit summary |
||
Line 26: | Line 26: | ||
<code><nowiki>}}</nowiki></code></noinclude> | <code><nowiki>}}</nowiki></code></noinclude> | ||
<includeonly> | <includeonly> | ||
{{#ifeq: {{PAGENAME}} | {{{name}}} | {{ | ||
| [[Category:Spell | #ifeq: {{PAGENAME}} | {{{name}}} | ||
{{#switch:{{{level}}} | | [[Category:Spell]] | ||
{{ | |||
#switch:{{{level}}} | |||
| 0 = [[Category:Cantrip]] | |||
| 1 = [[Category:1st-Level_Spell]] | |||
{{#switch:{{{level}}} | | 2 = [[Category:2nd-Level_Spell]] | ||
| [[Category:{{{level}}}th-Level_Spell]] | |||
}} | |||
[[Category:{{{theme}}}_Spell]] | |||
{{ | |||
#switch:{{{level}}} | |||
| 0 = [[Category:{{{theme}}}_Cantrip]] | |||
| 1 = [[Category:1st-Level_{{{theme}}}_Spell]] | |||
| 2 = [[Category:2nd-Level_{{{theme}}}_Spell]] | |||
| [[Category:{{{level}}}th-Level_{{{theme}}}_Spell]] | |||
}} | |||
}} | }} | ||
'''''{{#ifeq:{{{level}}}|0|{{{theme}}}<nowiki> </nowiki>|}}{{#switch:{{{level}}}|0 = Cantrip|1 = 1st-level|2 = 2nd-level|{{{level}}}th-level}}{{#ifeq:{{{level}}}|0||<nowiki> </nowiki>{{{theme}}} }}''''' | '''''{{#ifeq:{{{level}}}|0|{{{theme}}}<nowiki> </nowiki>|}}{{#switch:{{{level}}}|0 = Cantrip|1 = 1st-level|2 = 2nd-level|{{{level}}}th-level}}{{#ifeq:{{{level}}}|0||<nowiki> </nowiki>{{{theme}}} }}''''' |
Revision as of 13:21, 19 January 2023
Usage
{{Spell
|name=
|level=
|theme=
|domain=
|cast=
|range=
|components=
|duration=
|area=
}}
Example
{{Spell
|name=Lux
|level=0
<-Cantrip
|theme=Divine
|domain=Light
|cast=1 action
|range=Touch
|components=V, S
|duration=10 minutes
}}