Template:BTD6 cosmetic item list by introduced: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
column noting if an item is in the trophy store or not |
||
| Line 1: | Line 1: | ||
<includeonly><div class="center-col-2"> | <includeonly><div class="center-col-2 center-col-3">{{#cargo_query:table=btd6_cosmetic_items=items, btd6_cosmetic_sources=sources | ||
{{#cargo_query:table=btd6_cosmetic_items | |fields=CONCAT("[[File:", items.image, "|30px|link=", items._pageName, "|Icon of", items.name, "]] ", items.name) = Name, | ||
|fields=CONCAT("[[File:", image, "|30px|link=", _pageName, "|Icon of", name, "]] ", name) = Name, | CONCAT(items.category, " ― [[", items._pageName, "|", items.subcategory, "]]") = Category, | ||
CONCAT(category, " ― [[", _pageName, "|", subcategory, "]]") = Category | IF(GROUP_CONCAT(sources.name) LIKE "%Trophy Store%", "{{Y}}", "{{N}}") = Trophy Store? | ||
|where=introduced = "{{{1|}}}" | |where=items.introduced = "{{{1|}}}" | ||
|join on =items.id = sources.item | |||
|group by=items._pageName, items.name, items.image, items.category, items.subcategory, items.introduced | |||
|format=table | |format=table | ||
|order by=category, subcategory, name | |order by=Trophy Store?, items.category, items.subcategory, items.name | ||
}}</div></includeonly><noinclude>{{/doc}}</noinclude> | }}</div></includeonly><noinclude>{{/doc}}</noinclude> | ||
Revision as of 04:42, 1 July 2025
Generates a table of cosmetic items in Bloons TD 6 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 |
| XD only? | xd only | If enabled, shows items exclusive to the Chinese version. If not, Chinese version-exclusive items are excluded. | Boolean | optional |
Example usage
{{BTD6 cosmetic item list by introduced|45.0}}
| Name | Category | Trophy Store? |
|---|---|---|
| Game & UI ― Avatars | ||
| Game & UI ― Profile Banners | ||
| Bloons ― MOAB Skins | ||
| Game & UI ― Avatars | ||
| Game & UI ― Profile Banners | ||
| Heroes ― Pets | ||
| Monkeys ― Projectiles |