Template:Spell info: Difference between revisions
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
<templatestyles src="Spell info/style.css" /> | <templatestyles src="Spell info/style.css" /> | ||
<includeonly>[[File:{{{school}}}.png|right|400px]] | <includeonly>{{#if: {{{tooltip|}}}||[[File:{{{school}}}.png|right|400px]]}} | ||
<div class="spellcard"> | <div class="spellcard"> | ||
{| class="spell" | {| class="spell" | ||
|+{{{name}}} {{#if: {{{concentration|}}}|[[File:concentration.svg|24px]]}} | {{#if: {{{tooltip|}}}||{{!}}+{{{name}}} {{#if: {{{concentration|}}}|[[File:concentration.svg|24px]]}}}} | ||
!Level | !Level | ||
!Casting time | !Casting time | ||
Line 26: | Line 26: | ||
|{{{cast}}}}} | |{{{cast}}}}} | ||
|{{{range}}} | |{{{range}}} | ||
|{{#if: {{{verbal|}}}|V}}{{#if: {{{somatic|}}}|{{#if: {{{verbal|}}}|,<nowiki> </nowiki>}}S}}{{#if: {{{material|}}}|{{#if: {{{verbal|}}}{{{somatic|}}}|,<nowiki> </nowiki>}}M*}} | |{{#if: {{{verbal|}}}|V}}{{#if: {{{somatic|}}}|{{#if: {{{verbal|}}}|,<nowiki> </nowiki>}}S}}{{#if: {{{material|}}}|{{#if: {{{verbal|}}}{{{somatic|}}}|,<nowiki> </nowiki>}}M{{#if: {{{tooltip|}}}||*}}}} | ||
|- | |- | ||
!Duration | !Duration | ||
Line 68: | Line 68: | ||
{{{description}}} | {{{description}}} | ||
</div> | </div> | ||
{{#if: {{{components|}}}|<span class="small">''* ({{{components}}})</span>}} | {{#if: {{{tooltip|}}}||{{#if: {{{components|}}}|<span class="small">''* ({{{components}}})</span>}} | ||
<div class="spelllists"><span class="small">Available for:</span> <ul>{{{lists}}}</ul></div></div> | <div class="spelllists"><span class="small">Available for:</span> <ul>{{{lists}}}</ul></div></div>}} | ||
<br clear="both"></includeonly> | <br clear="both"></includeonly> | ||
<noinclude>{{documentation}}</noinclude> | <noinclude>{{documentation}}</noinclude> |
Revision as of 16:10, 14 February 2022
Parameters
Creates a spell info table. if the nocat parameter is omitted, the page will automatically be categorized into categories for the spell level, spell school, and each class spell list.
Parameter | Description | Type | Status | |
---|---|---|---|---|
spell name | name | The name of the spell.
| String | required |
spell level | level | The level of the spell. Use 0 for cantrips.
| Number | required |
cast time | cast | Action or time required to cast the spell. You can use "BA" or "A" for Bonus Action or Action, and "R" for Reaction.
| String | required |
reaction trigger condition | trigger | The trigger to use for reaction spells.
| String | optional |
ritual flag | ritual | Whether the spell can be cast as a ritual (adding 10 minutes to the cast time in order to cast it without using a spell slot).
| String | optional |
spell range | range | The range and area of the spell effect.
| String | required |
verbal flag | verbal | Whether the spell has a verbal component. Leave empty for false.
| String | optional |
somatic flag | somatic | Whether the spell has a somatic component. Leave empty for false.
| String | optional |
material flag | material | Whether the spell has material components. Leave empty for false.
| String | optional |
material components | components | Material components for the spell. Should be included if material is set
| String | optional |
spell duration | duration | How long the spell lasts.
| String | required |
concentration required | concentration | Set to true if the spell requires concentration.
| String | optional |
spell school | school | The school of magic to which the spell belongs. Must be one of Abjuration, Conjuration, Divination, Enchantment, Evocation, Illusion, Necromancy, or Transmutation.
| String | required |
attack type | attack | The type of attack made with the spell. Must be one of Ranged or Melee.
| String | optional |
save type | save | The saving throw made against the spell. Must be one of Strength, Constitution, Dexterity, Intelligence, Wisdom, or Charisma.
| String | optional |
damage type | damage | The type of damage dealt by the spell when it his or the target fails a save. Must be one of Bludgeoning, Piercing, Slashing, Acid, Cold, Fire, Force, Lightning, Necrotic, Poison, Psychic, Radiant, or Thunder.
| String | optional |
spell effect | effect | A category to place a non-damaging spell effect in. Required if damage parameter is omitted.
| String | optional |
has additional spell effects | additional | Set to true if the spell has additional damage types or effects beyond the first.
| String | optional |
spell description | description | The full text of the spell.
| String | required |
spell lists | lists | The spell lists which contain the spell. Classes on this list will not be automatically categorized, but it can be used to add the spell to subclass lists.
| String | required |
on artificer spell list | artificer | Whether this spell is on the Artificer spell list.
| String | optional |
on bard spell list | bard | Whether this spell is on the Bard spell list.
| String | optional |
on cleric spell list | cleric | Whether this spell is on the Cleric spell list.
| String | optional |
on druid spell list | druid | Whether this spell is on the Druid spell list.
| String | optional |
on paladin spell list | paladin | Whether this spell is on the Paladin spell list.
| String | optional |
on ranger spell list | ranger | Whether this spell is on the Ranger spell list.
| String | optional |
on sorcerer spell list | sorcerer | Whether this spell is on the Sorcerer spell list.
| String | optional |
on warlock spell list | warlock | Whether this spell is on the Warlock spell list.
| String | optional |
on wizard spell list | wizard | Whether this spell is on the Wizard spell list.
| String | optional |
toggle tooltip version | tooltip | Whether the spell info block is being used in a tooltip.
| String | optional |
remove automatic categories | nocat | Whether the template will automatically add certain categories to the page.
| String | optional |
source book | source | The third party / homebrew source which the spell comes from. Used for Cargo data purposes, and is not displayed.
| String | optional |
Examples
{{spell info |name=True Strike |level=0 |cast=BA |range=30 ft |somatic=true |duration=1 Round |school=Divination |effect=Foreknowledge |description=You point a finger at a target in range. Your magic grants you a brief insight into the target's defenses. The next attack roll you make before the spell ends has advantage. |bard=true |sorcerer=true |warlock=true |wizard=true}}

Level | Casting time | Range/Area | Components |
---|---|---|---|
Cantrip | 1 Bonus Action | 30 ft | S |
Duration | School | Attack/Save | Damage/Effect |
1 Round | Divination | None | Foreknowledge |
You point a finger at a target in range. Your magic grants you a brief insight into the target's defenses. The next attack roll you make before the spell ends has advantage.
- {{{lists}}}