More actions
m (fixed status icons not loading properly) |
m (added html for filtering grimoires by status application) |
||
Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
<tr> | <tr class="bbdw-status" data-bbdw-status="All; {{#replace:{{{statuses|}}}|,|;}}"> | ||
<td>{{#if:{{{icon|}}}|[[File:{{{icon|}}}|100px]] | <td>{{#if:{{{icon|}}}|[[File:{{{icon|}}}|100px]] | ||
|{{#if:{{{image|}}}|[[File:{{{image|}}}|100px]]}} | |{{#if:{{{image|}}}|[[File:{{{image|}}}|100px]]}} |
Latest revision as of 00:34, 24 March 2021
Displays Category:BBDW Grimoire information formatted nicely in a single table row.
Usage
{{#cargo_query: |tables=BBDW_Grimoires=g |fields=g.icon,g.image,g.pgname,g.nameen,g.namejp ,g.rarity,g.cost,g.minatk,g.minhp,g.mindef ,g.fxicon,g.fxdesc,g.flavortext ,g.characters |order by=g.releasejp desc,g.rarity desc,g.namejp |format=template |template=BBDW_Grimoire_Table |named args=yes }}