No edit summary |
m Wioum moved page Template:Spell to Template:SpellV1 without leaving a redirect |
||
(6 intermediate revisions by the same user not shown) | |||
Line 12: | Line 12: | ||
<code><nowiki>|duration=</nowiki></code><br> | <code><nowiki>|duration=</nowiki></code><br> | ||
<code><nowiki>|area=</nowiki></code><br> | <code><nowiki>|area=</nowiki></code><br> | ||
<code><nowiki>}}</nowiki></code> | <code><nowiki>}}</nowiki></code> | ||
===Example=== | ===Example=== | ||
<code><nowiki>{{Spell</nowiki></code><br> | <code><nowiki>{{Spell</nowiki></code><br> | ||
<code><nowiki>|name=</nowiki>Lux</code><br> | <code><nowiki>|name=</nowiki>Lux</code> <-Must be the same as the page name, else categorization wont work<br> | ||
<code><nowiki>|level=</nowiki>0</code> <-Cantrip<br> | <code><nowiki>|level=</nowiki>0</code> <-Cantrip<br> | ||
<code><nowiki>|theme=</nowiki>Divine</code><br> | <code><nowiki>|theme=</nowiki>Divine</code><br> | ||
Line 25: | Line 24: | ||
<code><nowiki>|components=</nowiki>V, S</code><br> | <code><nowiki>|components=</nowiki>V, S</code><br> | ||
<code><nowiki>|duration=</nowiki>10 minutes</code><br> | <code><nowiki>|duration=</nowiki>10 minutes</code><br> | ||
<code><nowiki>}}</nowiki></code></noinclude> | <code><nowiki>}}</nowiki></code></noinclude> | ||
<includeonly> | <includeonly>{{ | ||
{{ | |||
#ifeq: {{PAGENAME}} | {{{name}}} | #ifeq: {{PAGENAME}} | {{{name}}} | ||
| [[Category:Spell]] | | [[Category:Spell]] | ||
Line 45: | Line 42: | ||
| 2 = [[Category:2nd-Level_{{{theme}}}_Spell]] | | 2 = [[Category:2nd-Level_{{{theme}}}_Spell]] | ||
| [[Category:{{{level}}}th-Level_{{{theme}}}_Spell]] | | [[Category:{{{level}}}th-Level_{{{theme}}}_Spell]] | ||
}} | }}{{#if:{{{domain|}}} | [[Category:{{{domain}}}_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}}} }}''''' | |||
---- | ---- | ||
{{#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|}}}|'''[[Component]]s''':<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:{{{components|}}}|'''[[ | |||
{{#if:{{{duration|}}}|{{#tag:br}}|}} | |||
{{#if:{{{duration|}}}|'''Duration''':<nowiki> </nowiki>{{{duration}}}|}} | |||
{{#if:{{{area|}}}|{{#tag:br}}|}} | |||
{{#if:{{{area|}}}|'''Area''':<nowiki> </nowiki>{{{area}}}|}} | {{#if:{{{area|}}}|'''Area''':<nowiki> </nowiki>{{{area}}}|}} | ||
---- | ---- | ||
</includeonly> | </includeonly> |
Latest revision as of 12:54, 2 February 2023
Usage
{{Spell
|name=
|level=
|theme=
|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
}}