More actions
m (added default text to display when missing min atk/hp/def values) |
mNo edit summary |
||
Line 8: | Line 8: | ||
<td>{{{rarity|}}}</td> | <td>{{{rarity|}}}</td> | ||
<td>{{{cost|}}}</td> | <td>{{{cost|}}}</td> | ||
<td>{{{minatk|- | <td>{{#if:{{{minatk|}}}|{{{minatk|}}}|-}}</td> | ||
<td>{{{minhp|- | <td>{{#if:{{{minhp|}}}|{{{minhp|}}}|-}}</td> | ||
<td>{{{mindef|- | <td>{{#if:{{{mindef|}}}|{{{mindef|}}}|-}}</td> | ||
<td>{{#if:{{{fxicon|}}}| | <td>{{#if:{{{fxicon|}}}| | ||
{{tt|[[File:{{{fxicon|}}}|45px|link=]]|{{{fxdesc|}}} }} | {{tt|[[File:{{{fxicon|}}}|45px|link=]]|{{{fxdesc|}}} }} |
Revision as of 04:18, 17 February 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 }}