Template:Spell list table row
Jump to navigation
Jump to search
Template documentation
A template for formatting rows from Template:Spell table
Example:
{{Spell list table row
| controller icon=Flame Blade Icon.webp
| level=0
| spell=Flame Blade (Spell)
| name=Flame Blade
| area=2/7
| save=DEX
| damage=2d6
| damage type=Acid
}}
{{Spell list table row
| spell=Blade Ward
| controller icon=Blade Ward Icon.webp
| name=Blade Ward
| level=0
| casttime={{r|action}}
| duration=2
| range=self
| conc=required
| attack=no
}}
{{Spell list table row
| spell=Firebolt?
| controller icon=Fire Bolt Icon.webp
| name=Firebolt?
| level=0
| upcastable=yes
| casttime={{r|action}}
| duration=2
| range=self
| ritual=true
| attack=no
}}
Result:
| Name | Level | Cast time | Duration | Range/Area | Attack/Save | Damage/Effect | |
|---|---|---|---|---|---|---|---|
| C | - |
2m / 7ft (Radius) | 2d6 | ||||
| C | 2 turns | Self | -
|
- |
|||
| C | 2 turns | Self | -
|
1d10 2d8 |
|||
| 1 | 10 turns | Weapon Range | Normal weapon damage | ||||
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 |
| controller icon | controller icon | File name of the spell's icon. | 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 |