Difference between revisions of "Template:5e Spell Pointer/doc"

From Dungeons and Dragons Wiki
Jump to: navigation, search
(Created page with "==Usage== Template for 5th edition spells that are copyrighted and published. ==Syntax== <pre>{{5e Spell Pointer |name= |level= <!--0 for cantrip--> |school= <!-- Conjuration...")
 
m
Line 7: Line 7:
 
|level= <!--0 for cantrip-->
 
|level= <!--0 for cantrip-->
 
|school= <!-- Conjuration, Evocation, etc. -->
 
|school= <!-- Conjuration, Evocation, etc. -->
|ritual= <!-- y if ritual-->
+
|ritual= <!-- Y if ritual-->
 
|casttime= <!-- action, bonus, reaction, minute, hour, {freeform} -->
 
|casttime= <!-- action, bonus, reaction, minute, hour, {freeform} -->
 
|range= <!-- 60 feet -->
 
|range= <!-- 60 feet -->
Line 13: Line 13:
 
|dur= <!-- duration Instantaneous, 1 round, 1 hour, etc.-->
 
|dur= <!-- duration Instantaneous, 1 round, 1 hour, etc.-->
 
|summary= <!-- UNOFFICIAL summary of spell -->
 
|summary= <!-- UNOFFICIAL summary of spell -->
|scales= <!-- blank or description of being cast at higher levels-->
+
|scales= <!-- Y if changes with spell slot or level-->
 
|pub= <!-- publication -->
 
|pub= <!-- publication -->
 
}}
 
}}

Revision as of 17:45, 10 April 2017

Usage

Template for 5th edition spells that are copyrighted and published.

Syntax

{{5e Spell Pointer
|name=
|level= <!--0 for cantrip-->
|school= <!-- Conjuration, Evocation, etc. -->
|ritual= <!-- Y if ritual-->
|casttime= <!-- action, bonus, reaction, minute, hour, {freeform} -->
|range= <!-- 60 feet -->
|comp=V, S, M <!-- no material listing -->
|dur= <!-- duration Instantaneous, 1 round, 1 hour, etc.-->
|summary= <!-- UNOFFICIAL summary of spell -->
|scales= <!-- Y if changes with spell slot or level-->
|pub= <!-- publication -->
}}

Example

{{5e Spell Pointer
|name=foo
|level=0<!--0 for cantrip-->
|school=Conjuration <!-- Conjuration, Evocation, etc. -->
|ritual=  <!-- y if ritual-->
|casttime=action<!-- action, bonus, reaction, minute, hour, {freeform} -->
|range=Touch<!-- 60 feet -->
|comp=V, S, M<!-- V, S, M -->
|dur= Instantaneous<!-- duration Instantaneous, 1 round, 1 hour, etc.-->
|summary=foo creates a fully stocked bar, complete with bartender<!-- summary of spell -->
|scales=Y
|pub=Bar's Guide to Spells
}}

produces:

name=foo level=0 school=Conjuration ritual= casttime=action range=Touch comp=V, S, M dur= Instantaneous summary=foo creates a fully stocked bar, complete with bartender scales=Y pub=Bar's Guide to Spells

}}