Template:SpellV1: Difference between revisions

Template page
No edit summary
No edit summary
Line 28: Line 28:
''{{#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}}}}}''
----
----
{{#if:{{{domain}}}|'''Spellcasting Domain''': {{{domain}}}|}}
{{#ifeq:{{{domain}}}|'''Spellcasting Domain''': {{{domain}}}|}}
{{#if:{{{domain}}}|<br>|}}
{{#ifeq:{{{domain}}}|<br>|}}
{{#if:{{{cast}}}|'''Casting Time''': {{{cast}}}|}}
{{#ifeq:{{{cast}}}|'''Casting Time''': {{{cast}}}|}}
{{#if:{{{cast}}}|<br>|}}
{{#ifeq:{{{cast}}}|<br>|}}
{{#if:{{{range}}}|'''Range''': {{{range}}}|}}
{{#ifeq:{{{range}}}|'''Range''': {{{range}}}|}}
{{#if:{{{range}}}|<br>|}}
{{#ifeq:{{{range}}}|<br>|}}
{{#if:{{{components}}}|'''Components''': {{{components}}}|}}
{{#ifeq:{{{components}}}|'''Components''': {{{components}}}|}}
{{#if:{{{components}}}|<br>|}}
{{#ifeq:{{{components}}}|<br>|}}
{{#if:{{{duration}}}|'''Duration''': {{{duration}}}|}}
{{#ifeq:{{{duration}}}|'''Duration''': {{{duration}}}|}}
{{#if:{{{duration}}}|<br>|}}
{{#ifeq:{{{duration}}}|<br>|}}
{{#if:{{{area}}}|'''Area''': {{{area}}}|}}
{{#ifeq:{{{area}}}|'''Area''': {{{area}}}|}}
----
----

Revision as of 22:57, 17 January 2023

Usage

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

Example

{{Spell
|name=Lux
|level=0 <-Cantrip
|theme=Divine
|domain=Light
|cast=1 action
|range=Touch
|components=V, S
|duration=10 minutes
}}


{{{level}}}th-level {{{theme}}}