Template:Spell list table rowBugs: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
<tr> | <tr> | ||
<!--<td>{{IconLink|{{{controller icon}}}|{{{spell}}}|{{{name}}}}}{{#if:{{{conc|}}}|{{Nbts}}{{Icon|Concentration Icon.png|20px|link=Concentration|caption=}}|}}{{#if:{{{ritual|}}}|{{Nbts}}{{Icon|Ritual_Spell_Icon.png|16px|link=Ritual Spells|caption=}}|}}</td>--> | <!--<td>{{IconLink|{{{controller icon}}}|{{{spell}}}|{{{name}}}}}{{#if:{{{conc|}}}|{{Nbts}}{{Icon|Concentration Icon.png|20px|link=Concentration|caption=}}|}}{{#if:{{{ritual|}}}|{{Nbts}}{{Icon|Ritual_Spell_Icon.png|16px|link=Ritual Spells|caption=}}|}}</td>--> | ||
<td>{{SAI|{{{ | <td>{{SAI|{{{_pageName}}}}}</td> | ||
<td> | <td> | ||
{{#if: {{{bugs|}}} | {{blank}} | {{#if: {{{bugs|}}} | {{blank}} | ||
Line 16: | Line 16: | ||
| controller icon=Flame Blade Icon.webp | | controller icon=Flame Blade Icon.webp | ||
| spell=Flame Blade (Spell) | | spell=Flame Blade (Spell) | ||
| | | _pageName=Flame Blade | ||
| bugs = * bugged | | bugs = * bugged | ||
}} | }} | ||
Line 22: | Line 22: | ||
| spell=Blade Ward | | spell=Blade Ward | ||
| controller icon=Blade Ward Icon.webp | | controller icon=Blade Ward Icon.webp | ||
| | | _pageName=Blade Ward | ||
| bugs = * buggy | | bugs = * buggy | ||
}} | }} | ||
Line 33: | Line 33: | ||
| controller icon=Flame Blade Spell Icon.webp | | controller icon=Flame Blade Spell Icon.webp | ||
| spell=Flame Blade (Spell) | | spell=Flame Blade (Spell) | ||
| | | _pageName=Flame Blade | ||
| bugs = * bugged out | | bugs = * bugged out | ||
}} | }} | ||
Line 39: | Line 39: | ||
| spell=Blade Ward | | spell=Blade Ward | ||
| controller icon=Blade Ward Icon.webp | | controller icon=Blade Ward Icon.webp | ||
| | | _pageName=Blade Ward | ||
| bugs = * buggy | | bugs = * buggy | ||
}} | }} |
Latest revision as of 17:22, 29 January 2025
Example:
{{Spell list table row | controller icon=Flame Blade Icon.webp | spell=Flame Blade (Spell) | _pageName=Flame Blade | bugs = * bugged }} {{Spell list table row | spell=Blade Ward | controller icon=Blade Ward Icon.webp | _pageName=Blade Ward | bugs = * buggy }}
Result:
Name | Bugs |
---|---|
|
|
|
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 |