Template:Spell list table row: Difference between revisions
Jump to navigation
Jump to search
HiddenDragon (talk | contribs) (DIsplay name instead of pageName) |
HiddenDragon (talk | contribs) No edit summary |
||
Line 47: | Line 47: | ||
<pre> | <pre> | ||
{{Spell list table row | {{Spell list table row | ||
| image= | | image=Flame Blade Spell Icon.webp | ||
| level=Cantrip | | level=Cantrip | ||
| spell=Flame Blade (Spell) | | spell=Flame Blade (Spell) | ||
Line 57: | Line 57: | ||
{{Spell list table row | {{Spell list table row | ||
| spell=Blade Ward | | spell=Blade Ward | ||
| name=Blade Ward | |||
| level=Cantrip | | level=Cantrip | ||
| casttime={{action}} | | casttime={{action}} | ||
Line 66: | Line 67: | ||
{{Spell list table row | {{Spell list table row | ||
| spell=Firebolt? | | spell=Firebolt? | ||
| name=Firebolt? | |||
| level=Cantrip | | level=Cantrip | ||
| upcastable=yes | | upcastable=yes | ||
Line 80: | Line 82: | ||
{{Spell list table row/header}} | {{Spell list table row/header}} | ||
{{Spell list table row | {{Spell list table row | ||
| image= | | image=Flame Blade Spell Icon.webp | ||
| level= | | level=Cantrip | ||
| spell= | | spell=Flame Blade (Spell) | ||
| name=Flame Blade | |||
| area=2/7 | | area=2/7 | ||
| save=DEX | | save=DEX | ||
Line 89: | Line 92: | ||
{{Spell list table row | {{Spell list table row | ||
| spell=Blade Ward | | spell=Blade Ward | ||
| name=Blade Ward | |||
| level=0 | | level=0 | ||
| casttime={{action}} | | casttime={{action}} | ||
Line 98: | Line 102: | ||
{{Spell list table row | {{Spell list table row | ||
| spell=Firebolt? | | spell=Firebolt? | ||
| name=Firebolt? | |||
| level=0 | | level=0 | ||
| upcastable=y | | upcastable=y | ||
Line 108: | Line 113: | ||
{{Spell list table row | {{Spell list table row | ||
| spell=Ensnaring Strike (Ranged) | | spell=Ensnaring Strike (Ranged) | ||
| name=Ensnaring Strike | |||
| level=1 | | level=1 | ||
| casttime={{action}} | | casttime={{action}} |
Revision as of 19:48, 22 November 2023
Example:
{{Spell list table row | image=Flame Blade Spell Icon.webp | level=Cantrip | spell=Flame Blade (Spell) | name=Flame Blade | area=2/7 | save=DEX | damage=Acid }} {{Spell list table row | spell=Blade Ward | name=Blade Ward | level=Cantrip | casttime={{action}} | duration=2 | range=self | conc=required | attack=no }} {{Spell list table row | spell=Firebolt? | name=Firebolt? | level=Cantrip | upcastable=yes | casttime={{action}} | duration=2 | range=self | ritual=true | attack=no }}
Result:
Name | Level | Cast time | Duration | Range/Area | Attack/Save | Damage/Effect | |
---|---|---|---|---|---|---|---|
Cantrip | - |
{{{range}}}m / ft 2m / 7ft (Radius) |
Acid | ||||
C | 2 turns | Self | -
|
- |
|||
C | 2 turns | Self | -
|
- |
|||
1 | 10 turns | Weapon Range | Attack roll | - |
template data
Template to fill the rows of the Spell list table. It is intended to use inside wikitable with appropriate columns.
Parameter | Description | Type | Status | |
---|---|---|---|---|
spell | spell | Name of the spell | String | required |
level | level | The level of the spell.
| Unknown | optional |
upcastable | upcastable | If specified, adds the upcastable marker next to the level. | Boolean | optional |
image | image | File name, auto-generated as "{{spell}} Icon.png" if not provided. | String | optional |
conc | conc | If specified, marks spell as requiring concentration.
| Boolean | optional |
ritual | ritual | If specified, marks spell as ritual. | Boolean | optional |
casttime | casttime | Casting time of the Spell
| Unknown | optional |
duration | duration | Duration of the spell.
| Unknown | optional |
range | range | Range of the spell separated by "/".
| String | optional |
area | area | AoE range of the spell separated by "/". | String | optional |
aoe | aoe | AoE type of the spell.
| String | optional |
attack | attack | Does spell require an attack roll.
| String | optional |
save | save | Does spell require a saving throw against its DC.
| String | optional |
damage | damage | Type of the damage dealt by the Spell.
| String | optional |