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 2: Line 2:
{{#cargo_compound_query:
{{#cargo_compound_query:
tables=bcs_monkeys
tables=bcs_monkeys
;fields=CONCAT("[[File:", image, "|20px|link=", _pageName, "|", name, "]]") = Art,
;fields=CONCAT("[[File:", image, "|x20px|link=", _pageName, "|", name, "]]") = Art,
CONCAT("[[", _pageName, "|", name, "]]") = Name,
CONCAT("[[", _pageName, "|", name, "]]") = Name,
CONCAT("Monkey")=Card type
CONCAT("Monkey")=Card type
Line 9: Line 9:
;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, "|x20px|link=", _pageName, "|", name, "]]") = Art,
CONCAT("[[", _pageName, "|", name, "]]") = Name,
CONCAT("[[", _pageName, "|", name, "]]") = Name,
CONCAT("Bloon")=Card type
CONCAT("Bloon")=Card type
Line 16: Line 16:
;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, "|x20px|link=", _pageName, "|", name, "]]") = Art,
CONCAT("[[", _pageName, "|", name, "]]") = Name,
CONCAT("[[", _pageName, "|", name, "]]") = Name,
CONCAT("Power")=Card type
CONCAT("Power")=Card type

Revision as of 00:09, 23 April 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}}