Difference between revisions of "Spell Preload"

From Mournheim
Jump to navigation Jump to search
 
(4 intermediate revisions by the same user not shown)
Line 15: Line 15:
  
 
----
 
----
<nowiki>
+
<!-- check if current page is in the spell namespace and only include the categories if it is -->
‎<noinclude>
+
{{#ifeq: {{NAMESPACE}} | Spell | 
 +
 
 
[[Category:Spells]]
 
[[Category:Spells]]
 
[[Category:<!--class name--> <!--level-->]]<!--repeat for every class which can cast this spell-->
 
[[Category:<!--class name--> <!--level-->]]<!--repeat for every class which can cast this spell-->
  
 
[[Category:Spell <!--level-->]]<!--repeat for every level this spell can count as-->
 
[[Category:Spell <!--level-->]]<!--repeat for every level this spell can count as-->
‎</noinclude>
+
 
</nowiki>
+
| }}
 
</onlyinclude></nowiki>
 
</onlyinclude></nowiki>

Latest revision as of 18:02, 10 April 2022

<onlyinclude> {{Spell |name=<!-- name of spell--> |school=<!--Abjuration, Conjuration, Divination, Enchantment, Evocation, Illusion, Necromancy, Transmutation --> |ritual=<!--"yes" or leave blank--> |lvl=<!-- cantrip, 1st, 2nd, 3rd, 4th, 5th, 6th, 7th, 8th, 9th --> |casttime=<!-- 1 action, 1 reaction, 1 minute, etc. --> |range=<!-- Self, Touch, 120 feet, Self (15-foot cube), etc. --> |comp=<!-- spell components and/or foci --> |dur=<!-- duration: Instantaneous, 1 minute, Up to 1 hour, 1 hour, "Concentration, up to 1 minute", etc. --> |summary=<!--Summary that is displayed on this page and in the spellbook.--> }} <!--Detailed description of your spell, including targets, mechanics (saving throws), effects, etc.--> ---- <!-- check if current page is in the spell namespace and only include the categories if it is --> {{#ifeq: {{NAMESPACE}} | Spell | [[Category:Spells]] [[Category:<!--class name--> <!--level-->]]<!--repeat for every class which can cast this spell--> [[Category:Spell <!--level-->]]<!--repeat for every level this spell can count as--> | }} </onlyinclude>