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-2 responsive-block-col-1">{{#cargo_query:table=bcs_cards | <includeonly><div class="center-col-2 center-col-3 responsive-block-col-1">{{#cargo_query:table=bcs_cards | ||
|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, | ||
class=Type | class=Type{{#if:{{{hide rarity|}}}||, rarity=Rarity}} | ||
|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 | ||
}} | }} | ||
</div></includeonly><noinclude>{{/doc}}</noinclude> | </div></includeonly><noinclude>{{/doc}}</noinclude> | ||
Revision as of 04:16, 25 September 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 | Rarity |
|---|---|---|
| Exotic Power | Super Rare | |
| Advanced Power | Super Rare | |
| Basic Power | Rare | |
| Basic Power | Uncommon | |
| Primary Monkey | Uncommon | |
| Advanced Power | Rare | |
| Advanced Power | Uncommon | |
| Basic Power | Rare | |
| Exotic Power | Uncommon | |
| Exotic Power | Super Rare | |
| Primary Monkey | Ultra Rare | |
| Support Monkey | Uncommon | |
| Support Monkey | Common | |
| Advanced Power | Uncommon | |
| Basic Bloon | Rare | |
| Advanced Bloon | Common | |
| Basic Power | Rare | |
| Exotic Power | Common |
{{BCS card list by introduced|4.0|pack=None}}
| Card | Type | Rarity |
|---|---|---|
| Exotic Power | Super Rare | |
| Exotic Power | Super Rare | |
| Power | Common | |
| Exotic Power | Super Rare | |
| Exotic Power | Super Rare | |
| Exotic Power | Super Rare | |
| Exotic Power | Super Rare | |
| Exotic Power | Super Rare | |
| Bloon | Common | |
| Monkey | Common | |
| Exotic Power | Super Rare |