|
|
| (6 intermediate revisions by 2 users not shown) |
| Line 1: |
Line 1: |
| <includeonly><div class="center-col-1 center-col-3 center-col-4"> | | <includeonly>{{generic cargo compact list |
| {{#cargo_compound_query: | | |table=bcs_cards |
| tables=bcs_monkeys
| | |col 1 name=Card |
| ;fields=CONCAT("[[File:", image, "|20px|link=", _pageName, "|", name, "]]") = Art,
| | |extra col 1=class=Class |
| CONCAT("[[", _pageName, "|", name, "]]") = Name,
| | |extra col 2={{#if:{{{hide rarity|}}}||rarity=Rarity}} |
| COALESCE(CONCAT(class, " Monkey"), "Monkey")=Card type
| | |where=introduced="{{{1|2.0}}}"{{#if:{{{pack|}}}|AND pack="{{{pack}}}"}} |
| | | |center extra cols=y |
| ;where=introduced="{{{1|2.0}}}"{{#if:{{{pack|}}}|AND pack="{{{pack}}}"}}
| | |image field=IF(icon IS NOT NULL, icon, image) |
| ;order by=name
| | |order by=name |
| |tables=bcs_bloons
| | }}</includeonly><noinclude>{{/doc}}</noinclude> |
| ;fields=CONCAT("[[File:", image, "|20px|link=", _pageName, "|", name, "]]") = Art,
| |
| CONCAT("[[", _pageName, "|", name, "]]") = Name,
| |
| COALESCE(CONCAT(class, " Bloon"), "Bloon")=Card type
| |
| | |
| ;where=introduced="{{{1|2.0}}}"{{#if:{{{pack|}}}|AND pack="{{{pack}}}"}}
| |
| ;order by=name
| |
| |tables=bcs_powers | |
| ;fields=CONCAT("[[File:", image, "|20px|link=", _pageName, "|", name, "]]") = Art,
| |
| CONCAT("[[", _pageName, "|", name, "]]") = Name,
| |
| COALESCE(CONCAT(class, " Power"), "Power")=Card type
| |
| | |
| ;where=introduced="{{{1|2.0}}}"{{#if:{{{pack|}}}|AND pack="{{{pack}}}"}}
| |
| ;order by=name
| |
| |format=table
| |
| }} | |
| </div></includeonly><noinclude>{{/doc}}</noinclude>
| |