No edit summary Tag: wikieditor |
Moving CSS to a separate page. Tag: wikieditor |
||
Line 68: | Line 68: | ||
</noinclude><includeonly>{{ | </noinclude><includeonly>{{ | ||
#ifeq: {{PAGENAME}} | {{{name}}} | #ifeq: {{PAGENAME}} | {{{name}}} | ||
| [[Category:Spell]] | | {{Spell/CSS}}[[Category:Spell]] | ||
{{ | {{ | ||
#switch:{{{level}}} | #switch:{{{level}}} | ||
Line 121: | Line 121: | ||
---- | ---- | ||
{{SpellTableHeader}} | {{SpellTableHeader}} | ||
{{#if:{{{level|}}}|{{SpellTableRow|{{#tag:span|{{#switch: {{{level}}} | 0 = Cantrip | 1 = 1st Level | 2 = 2nd Level | 3 = 3rd Level | #default = {{{level}}}th Level}}| | {{#if:{{{level|}}}|{{SpellTableRow|{{#tag:span|{{#switch: {{{level}}} | 0 = Cantrip | 1 = 1st Level | 2 = 2nd Level | 3 = 3rd Level | #default = {{{level}}}th Level}}|class="spell"}}|}}|}} | ||
{{#if:{{{themes|}}}|{{SpellTableRow|'''Theme(s)'''|{{#ifexpr:{{#count:{{{themes|}}}|arcane}} > 0 |{{#tag:div|Arcane}}|}}{{#ifexpr:{{#count:{{{themes|}}}|divine}} > 0 |{{#tag:div|Divine}}|}}{{#ifexpr:{{#count:{{{themes|}}}|occult}} > 0 |{{#tag:div|Occult}}|}}{{#ifexpr:{{#count:{{{themes|}}}|primal}} > 0 |{{#tag:div|Primal}}}} | {{#if:{{{themes|}}}|{{SpellTableRow|'''Theme(s)'''|{{#ifexpr:{{#count:{{{themes|}}}|arcane}} > 0 |{{#tag:div|Arcane}}|}}{{#ifexpr:{{#count:{{{themes|}}}|divine}} > 0 |{{#tag:div|Divine}}|}}{{#ifexpr:{{#count:{{{themes|}}}|occult}} > 0 |{{#tag:div|Occult}}|}}{{#ifexpr:{{#count:{{{themes|}}}|primal}} > 0 |{{#tag:div|Primal}}}} | ||
{{#ifexpr: 0 + {{#if:{{{arcane|}}}|{{{arcane|}}}|0}} + {{#if:{{{divine|}}}|{{{divine|}}}|0}} + {{#if:{{{primal|}}}|{{{primal|}}}|0}} + {{#if:{{{occult|}}}|{{{occult|}}}|0}} > 0|{{!}}-}} }} }} | {{#ifexpr: 0 + {{#if:{{{arcane|}}}|{{{arcane|}}}|0}} + {{#if:{{{divine|}}}|{{{divine|}}}|0}} + {{#if:{{{primal|}}}|{{{primal|}}}|0}} + {{#if:{{{occult|}}}|{{{occult|}}}|0}} > 0|{{!}}-}} }} }} |
Revision as of 12:21, 28 April 2023
Usage
{{Spell
|name=
|level=
|themes=
|domains=
|cast=
|range=
|components=
|duration=
|area=
}}
Important
The name parameter must be the same as the page name (underscore excluded, space works):
- Spell Page URL: https://rp.klanen.org/wiki/kfp/Spell_Name
- Template Parameter:
|name=Spell Name
Cantrips count as level 0:
|level=0
To set the theme(s) of the spell, write the theme name in lowercase and a space between each.
|themes=arcane divine occult primal
To set the domain(s) of the spell, write the Domain name in lowercase and a space between each.
|domains=earth elementus
The cast parameter auto formats if the following values are applied:
|
|
Example
NEED UPDATE
The following spells URL would be: https://rp.klanen.org/wiki/kfp/Hail_of_Blades
{{Spell
|name=Hail of Blades
|level=1
|arcane=1
|divine=1
|domain=Metal
|cast=standard
|range=20 meter
|components=V, S, M
|duration=Instantaneous
|area=Cylinder, 2 meter radius, 14 meter high
}}
Template Components