Template:BCS card list by introduced: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| Line 6: | Line 6: | ||
COALESCE(CONCAT(class, " Monkey"), "Monkey")=Card type | COALESCE(CONCAT(class, " Monkey"), "Monkey")=Card type | ||
;where=introduced="{{{1|2.0}}}"{{#if:{{{pack|}}}|AND pack="{{{ | ;where=introduced="{{{1|2.0}}}"{{#if:{{{pack|}}}|AND pack="{{{pack}}}"}} | ||
;order by=name | ;order by=name | ||
|tables=bcs_bloons | |tables=bcs_bloons | ||
| Line 13: | Line 13: | ||
COALESCE(CONCAT(class, " Bloon"), "Bloon")=Card type | COALESCE(CONCAT(class, " Bloon"), "Bloon")=Card type | ||
;where=introduced="{{{1|2.0}}}"{{#if:{{{pack|}}}|AND pack="{{{ | ;where=introduced="{{{1|2.0}}}"{{#if:{{{pack|}}}|AND pack="{{{pack}}}"}} | ||
;order by=name | ;order by=name | ||
|tables=bcs_powers | |tables=bcs_powers | ||
| Line 20: | Line 20: | ||
COALESCE(CONCAT(class, " Power"), "Power")=Card type | COALESCE(CONCAT(class, " Power"), "Power")=Card type | ||
;where=introduced="{{{1|2.0}}}"{{#if:{{{pack|}}}|AND pack="{{{ | ;where=introduced="{{{1|2.0}}}"{{#if:{{{pack|}}}|AND pack="{{{pack}}}"}} | ||
;order by=name | ;order by=name | ||
|format=table | |format=table | ||
}} | }} | ||
</div></includeonly><noinclude>{{/doc}}</noinclude> | </div></includeonly><noinclude>{{/doc}}</noinclude> | ||
Revision as of 15:59, 31 May 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}}
| Art | Name | Card type |
|---|---|---|
| Dart Monkey Twins | Primary Monkey | |
| MOAB Dominator | Primary Monkey | |
| Monkey Investigator | Support Monkey | |
| Quincy Action Figure | Support Monkey | |
| Signal Bloon | Basic Bloon | |
| Slowing Bloon | Advanced Bloon | |
| Ability Ban | Exotic Power | |
| Bloon Melter | Advanced Power | |
| Bloon Reinforcements! | Basic Power | |
| Bubble Time! | Basic Power | |
| Divination | Advanced Power | |
| Energy Overload | Advanced Power | |
| Enhanced Reflexes | Basic Power | |
| In Our Darkest Hour... | Exotic Power | |
| Max Heal | Exotic Power | |
| Rare Power | Advanced Power | |
| Spike Storm! | Basic Power | |
| Try this! | Exotic Power |
{{BCS card list by introduced|4.0|pack=None}}
| Art | Name | Card type |
|---|---|---|
| Transformed Monkey | Monkey | |
| Rock Bloon | Bloon | |
| Armored | Exotic Power | |
| Avalanche | Exotic Power | |
| Bomb | Power | |
| Dread Shield | Exotic Power | |
| Echoes of Avalanche | Exotic Power | |
| Fearful Aura | Exotic Power | |
| Immunity | Exotic Power | |
| Repercussions | Exotic Power | |
| Wrath of Dread | Exotic Power |