Template:BCS card list by introduced: Difference between revisions
Jump to navigation
Jump to search
Created page with "<includeonly><div class="center-col-1 center-col-3 center-col-4"> {{#cargo_compound_query: tables=bcs_monkeys ;fields=CONCAT("20px|link=", _pageName, "|", name, "") = Art, CONCAT("", name, "") = Name, CONCAT("Monkey")=Card type, COALESCE(rarity, "—") = Rarity ;where=introduced="{{{1|2.0}}}" ;order by=name |tables=bcs_bloons ;fields=CONCAT("20px|link=", _pageName, "|", name, "") = Art, CONCAT("", _pageName..." |
mNo edit summary |
||
| Line 4: | Line 4: | ||
;fields=CONCAT("[[File:", image, "|20px|link=", _pageName, "|", name, "]]") = Art, | ;fields=CONCAT("[[File:", image, "|20px|link=", _pageName, "|", name, "]]") = Art, | ||
CONCAT("[[", _pageName, "|", name, "]]") = Name, | CONCAT("[[", _pageName, "|", name, "]]") = Name, | ||
CONCAT("Monkey")=Card type | CONCAT("Monkey")=Card type | ||
;where=introduced="{{{1|2.0}}}" | ;where=introduced="{{{1|2.0}}}" {{#if:{{{2|}}}|OR introduced={{{2}}}}} | ||
;order by=name | ;order by=name | ||
|tables=bcs_bloons | |tables=bcs_bloons | ||
;fields=CONCAT("[[File:", image, "|20px|link=", _pageName, "|", name, "]]") = Art, | ;fields=CONCAT("[[File:", image, "|20px|link=", _pageName, "|", name, "]]") = Art, | ||
CONCAT("[[", _pageName, "|", name, "]]") = Name, | CONCAT("[[", _pageName, "|", name, "]]") = Name, | ||
CONCAT("Bloon")=Card type | CONCAT("Bloon")=Card type | ||
;where=introduced="{{{1|2.0}}}" | ;where=introduced="{{{1|2.0}}}" {{#if:{{{2|}}}|OR introduced={{{2}}}}} | ||
;order by=name | ;order by=name | ||
|tables=bcs_powers | |tables=bcs_powers | ||
;fields=CONCAT("[[File:", image, "|20px|link=", _pageName, "|", name, "]]") = Art, | ;fields=CONCAT("[[File:", image, "|20px|link=", _pageName, "|", name, "]]") = Art, | ||
CONCAT("[[", _pageName, "|", name, "]]") = Name, | CONCAT("[[", _pageName, "|", name, "]]") = Name, | ||
CONCAT("Power")=Card type | CONCAT("Power")=Card type | ||
;where=introduced="{{{1|2.0}}}" | ;where=introduced="{{{1|2.0}}}" {{#if:{{{2|}}}|OR introduced={{{2}}}}} | ||
;order by=name | ;order by=name | ||
|format=table | |format=table | ||
}} | }} | ||
</div></includeonly><noinclude>{{/doc}}</noinclude> | </div></includeonly><noinclude>{{/doc}}</noinclude> | ||
Revision as of 12:14, 18 January 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 | Monkey | |
| MOAB Dominator | Monkey | |
| Monkey Investigator | Monkey | |
| Quincy Action Figure | Monkey | |
| Signal Bloon | Bloon | |
| Slowing Bloon | Bloon | |
| Ability Ban | Power | |
| Bloon Melter | Power | |
| Bloon Reinforcements! | Power | |
| Bubble Time! | Power | |
| Divination | Power | |
| Energy Overload | Power | |
| Enhanced Reflexes | Power | |
| In Our Darkest Hour... | Power | |
| Max Heal | Power | |
| Rare Power | Power | |
| Spike Storm! | Power | |
| Try this! | Power |
{{BCS card list by introduced|4.0|pack=None}}