Template:Spell: Difference between revisions

Template page
No edit summary
No edit summary
Line 80: Line 80:
{{SpellTableHeader}}
{{SpellTableHeader}}
{{#if:{{{domain|}}}|{{SpellTableRow|'''Spellcasting Domain'''|{{{domain}}} }}|}}
{{#if:{{{domain|}}}|{{SpellTableRow|'''Spellcasting Domain'''|{{{domain}}} }}|}}
{{#if:{{{cast|}}}|{{SpellTableRow|'''Casting Time'''|{{{cast}}} }}|}}
{{#if:{{{range|}}}|{{SpellTableRow|'''Range'''|{{{range}}} }}|}}
{{#if:{{{components|}}}|{{SpellTableRow|'''[[Component]]s'''|{{{components}}} }}|}}
{{#if:{{{duration|}}}|{{SpellTableRow|'''Duration'''|{{{duration}}} }}|}}
{{#if:{{{area|}}}|{{SpellTableRow|'''Area'''|{{{area}}} }}|}}
{{SpellTableFooter}}
{{SpellTableFooter}}
{{#if:{{{cast|}}}|{{#tag:br}}|}}
{{#if:{{{cast|}}}|'''Casting Time''':<nowiki> </nowiki>{{{cast}}}|}}{{#if:{{{range|}}}|{{#tag:br}}|}}
{{#if:{{{range|}}}|'''Range''':<nowiki> </nowiki>{{{range}}}|}}{{#if:{{{components|}}}|{{#tag:br}}|}}
{{#if:{{{components|}}}|'''[[Component]]s''':<nowiki> </nowiki>{{{components}}}|}}{{#if:{{{duration|}}}|{{#tag:br}}|}}
{{#if:{{{duration|}}}|'''Duration''':<nowiki> </nowiki>{{{duration}}}|}}{{#if:{{{area|}}}|{{#tag:br}}|}}
{{#if:{{{area|}}}|'''Area''':<nowiki> </nowiki>{{{area}}}|}}
----
----
</includeonly>
</includeonly>

Revision as of 13:41, 1 February 2023

Usage

{{Spell
|name=
|level=
|arcane=
|divine=
|primal=
|occult=
|domain=
|cast=
|range=
|components=
|duration=
|area=
}}

Example

{{Spell
|name=Lux <-Must be the same as the page name, else categorization wont work
|level=0 <-Cantrip
|theme=Divine
|domain=Light
|cast=1 action
|range=Touch
|components=V, S
|duration=10 minutes
}}