Template:BCS card list by introduced: Difference between revisions

From Blooncyclopedia, the independent Bloons knowledge base
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 6: Line 6:
CONCAT("Monkey")=Card type
CONCAT("Monkey")=Card type


;where=introduced="{{{1|2.0}}}" {{#if:{{{2|}}}|OR introduced={{{2}}}}}
;where=introduced="{{{1|2.0}}}"
;order by=name
;order by=name
|tables=bcs_bloons
|tables=bcs_bloons
Line 13: Line 13:
CONCAT("Bloon")=Card type
CONCAT("Bloon")=Card type


;where=introduced="{{{1|2.0}}}" {{#if:{{{2|}}}|OR introduced={{{2}}}}}
;where=introduced="{{{1|2.0}}}"
;order by=name
;order by=name
|tables=bcs_powers
|tables=bcs_powers
Line 20: Line 20:
CONCAT("Power")=Card type
CONCAT("Power")=Card type


;where=introduced="{{{1|2.0}}}" {{#if:{{{2|}}}|OR introduced={{{2}}}}}
;where=introduced="{{{1|2.0}}}"
;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.

Template parameters[Edit template data]

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Version1

The version to list items from. Must be a number and cannot include the "v".

Example
40.0
Numberrequired
Packpack

If specified, only lists cards from a specific card pack. (Use "None" for cards that do not belong to any pack, like the Wolf.)

Example
Lead Storm
Stringoptional

Example usage

{{BCS card list by introduced|2.0}}
{{BCS card list by introduced|4.0|pack=None}}