Template:SpellV1: Difference between revisions

Template page
No edit summary
No edit summary
Line 50: Line 50:
'''''{{#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''':<nowiki> </nowiki>{{{domain}}}|}}
{{#if:{{{domain|}}}|'''Spellcasting Domain''':<nowiki> </nowiki>{{{domain}}}|}}{{#if:{{{cast|}}}|{{#tag:br}}|}}
{{#if:{{{cast|}}}|{{#tag:br}}|}}
{{#if:{{{cast|}}}|'''Casting Time''':<nowiki> </nowiki>{{{cast}}}|}}{{#if:{{{range|}}}|{{#tag:br}}|}}
{{#if:{{{cast|}}}|'''Casting Time''':<nowiki> </nowiki>{{{cast}}}|}}
{{#if:{{{range|}}}|'''Range''':<nowiki> </nowiki>{{{range}}}|}}{{#if:{{{components|}}}|{{#tag:br}}|}}
{{#if:{{{range|}}}|{{#tag:br}}|}}
{{#if:{{{components|}}}|'''[[Spell#Components|Components]]''':<nowiki> </nowiki>{{{components}}}|}}{{#if:{{{duration|}}}|{{#tag:br}}|}}
{{#if:{{{range|}}}|'''Range''':<nowiki> </nowiki>{{{range}}}|}}
{{#if:{{{duration|}}}|'''Duration''':<nowiki> </nowiki>{{{duration}}}|}}{{#if:{{{area|}}}|{{#tag:br}}|}}
{{#if:{{{components|}}}|{{#tag:br}}|}}
{{#if:{{{area|}}}|'''Area''':<nowiki> </nowiki>{{{area}}}|}}{{#if:{{{tag|}}}|{{#tag:br}}|}}
{{#if:{{{components|}}}|'''[[Spell#Components|Components]]''':<nowiki> </nowiki>{{{components}}}|}}
{{#if:{{{duration|}}}|{{#tag:br}}|}}
{{#if:{{{duration|}}}|'''Duration''':<nowiki> </nowiki>{{{duration}}}|}}
{{#if:{{{area|}}}|{{#tag:br}}|}}
{{#if:{{{area|}}}|'''Area''':<nowiki> </nowiki>{{{area}}}|}}
{{#if:{{{tag|}}}|{{#tag:br}}|}}
{{#if:{{{tag|}}}|'''Affinity Tag''':<nowiki> </nowiki>{{{tag}}}|}}
{{#if:{{{tag|}}}|'''Affinity Tag''':<nowiki> </nowiki>{{{tag}}}|}}
----
----
</includeonly>
</includeonly>

Revision as of 15:29, 27 January 2023

Usage

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

Example

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