Template:BCS card list by introduced: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| Line 1: | Line 1: | ||
<includeonly><div class="center-col- | <includeonly><div class="center-col-2 responsive-block-col-1"> | ||
{{#cargo_compound_query: | {{#cargo_compound_query: | ||
tables=bcs_monkeys | tables=bcs_monkeys | ||
;fields=CONCAT("[[File:", image, "| | ;fields=CONCAT("[[File:", image, "|30px|link=", _pageName, "|Icon of ", name, "]] [[", _pageName, "|", name, "]]") = Card, | ||
COALESCE(CONCAT(class, " Monkey"), "Monkey")=Type | |||
COALESCE(CONCAT(class, " Monkey"), "Monkey")= | |||
;where=introduced="{{{1|2.0}}}"{{#if:{{{pack|}}}|AND pack="{{{pack}}}"}} | ;where=introduced="{{{1|2.0}}}"{{#if:{{{pack|}}}|AND pack="{{{pack}}}"}} | ||
;order by=name | ;order by=name | ||
|tables=bcs_bloons | |tables=bcs_bloons | ||
;fields=CONCAT("[[File:", image, "| | ;fields=CONCAT("[[File:", image, "|30px|link=", _pageName, "|Icon of ", name, "]] [[", _pageName, "|", name, "]]") = Card, | ||
COALESCE(CONCAT(class, " Monkey"), "Monkey")=Type | |||
COALESCE(CONCAT(class, " | |||
;where=introduced="{{{1|2.0}}}"{{#if:{{{pack|}}}|AND pack="{{{pack}}}"}} | ;where=introduced="{{{1|2.0}}}"{{#if:{{{pack|}}}|AND pack="{{{pack}}}"}} | ||
;order by=name | ;order by=name | ||
|tables=bcs_powers | |tables=bcs_powers | ||
;fields=CONCAT("[[File:", image, "| | ;fields=CONCAT("[[File:", image, "|30px|link=", _pageName, "|Icon of ", name, "]] [[", _pageName, "|", name, "]]") = Card, | ||
COALESCE(CONCAT(class, " Monkey"), "Monkey")=Type | |||
COALESCE(CONCAT(class, " | |||
;where=introduced="{{{1|2.0}}}"{{#if:{{{pack|}}}|AND pack="{{{pack}}}"}} | ;where=introduced="{{{1|2.0}}}"{{#if:{{{pack|}}}|AND pack="{{{pack}}}"}} | ||
Revision as of 02:44, 10 July 2025
Generates a table of cards in Bloons Card Storm according to the version they were introduced in using a Cargo query.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Version | 1 | The version to list items from. Must be a number and cannot include the "v".
| Number | required |
| Pack | pack | If specified, only lists cards from a specific card pack. (Use "None" for cards that do not belong to any pack, like the Wolf.)
| String | optional |
Example usage
{{BCS card list by introduced|2.0}}
| Card | Type |
|---|---|
| Primary Monkey | |
| Primary Monkey | |
| Support Monkey | |
| Support Monkey | |
| Basic Monkey | |
| Advanced Monkey | |
| Exotic Monkey | |
| Advanced Monkey | |
| Basic Monkey | |
| Basic Monkey | |
| Advanced Monkey | |
| Advanced Monkey | |
| Basic Monkey | |
| Exotic Monkey | |
| Exotic Monkey | |
| Advanced Monkey | |
| Basic Monkey | |
| Exotic Monkey |
{{BCS card list by introduced|4.0|pack=None}}
| Card | Type |
|---|---|
| Monkey | |
| Monkey | |
| Exotic Monkey | |
| Exotic Monkey | |
| Monkey | |
| Exotic Monkey | |
| Exotic Monkey | |
| Exotic Monkey | |
| Exotic Monkey | |
| Exotic Monkey | |
| Exotic Monkey |