Template:BCS card list by introduced: Difference between revisions
mNo edit summary |
Hubianzhen (talk | contribs) No edit summary |
||
| Line 9: | Line 9: | ||
|tables=bcs_bloons | |tables=bcs_bloons | ||
;fields=CONCAT("[[File:", image, "|30px|link=", _pageName, "|Icon of ", name, "]] [[", _pageName, "|", name, "]]") = Card, | ;fields=CONCAT("[[File:", image, "|30px|link=", _pageName, "|Icon of ", name, "]] [[", _pageName, "|", name, "]]") = Card, | ||
COALESCE(CONCAT(class, " | COALESCE(CONCAT(class, " Bloon"), "Bloon")=Type | ||
;where=introduced="{{{1|2.0}}}"{{#if:{{{pack|}}}|AND pack="{{{pack}}}"}} | ;where=introduced="{{{1|2.0}}}"{{#if:{{{pack|}}}|AND pack="{{{pack}}}"}} | ||
| Line 15: | Line 15: | ||
|tables=bcs_powers | |tables=bcs_powers | ||
;fields=CONCAT("[[File:", image, "|30px|link=", _pageName, "|Icon of ", name, "]] [[", _pageName, "|", name, "]]") = Card, | ;fields=CONCAT("[[File:", image, "|30px|link=", _pageName, "|Icon of ", name, "]] [[", _pageName, "|", name, "]]") = Card, | ||
COALESCE(CONCAT(class, " | COALESCE(CONCAT(class, " Power"), "Power")=Type | ||
;where=introduced="{{{1|2.0}}}"{{#if:{{{pack|}}}|AND pack="{{{pack}}}"}} | ;where=introduced="{{{1|2.0}}}"{{#if:{{{pack|}}}|AND pack="{{{pack}}}"}} | ||