Template:Spell table: Difference between revisions

Jump to navigation Jump to search
Don't query the description.
(add spell level)
(Don't query the description.)
 
(10 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<includeonly>{{#cargo_query:
<includeonly>{{#cargo_query:
tables = spells
tables = spells
|fields= _pageName=spell, is_concentration=conc, is_ritual=ritual, action_type=casttime, description, spell_level=level, spell_range=range, aoe, aoe_size=area, has_attack_roll=attack, damage_save=save, damage_type=damage, condition_duration=duration
|fields= _pageName=spell, controller_icon, name, is_spell, is_concentration=conc, is_ritual=ritual, action_type=casttime, spell_level=level, can_upcast=upcastable, spell_range=range, aoe, aoe_size=area, has_attack_roll=attack, {{#if:save|save|damage_save}}=save, damage, damage_type, extra_damage, extra_damage_type, condition_duration=duration
|where={{{where|_pageName = "Firebolt?"}}}
|where={{{where|_pageName = "Firebolt?"}}}
|order by=_pageName
|order by=spell_level,name
|limit=500
|intro={{Spell list table row/header}}
|intro={{Spell list table row/header}}
|outro={{Spell list table row/footer}}
|outro={{Spell list table row/footer}}
Line 22: Line 23:
[[Category:Templates]]
[[Category:Templates]]
== Template data ==
== Template data ==
</noinclude>
<templatedata>
{
"params": {
"where": {
"description": "A \"where\" clause for the SQL query.",
"suggested": true
}
}
}
</templatedata></noinclude>

Navigation menu