Template:B2 level list by object: Difference between revisions

From Blooncyclopedia, the independent Bloons knowledge base
Jump to navigation Jump to search
No edit summary
mNo edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly><h{{{header level|3}}}>[[Bloons 2 (Flash)|Flash version]]</h{{{header level|3}}}>
<includeonly>{{#if:{{{hide F|}}}||<h{{{header level|3}}}>[[Bloons 2 (Flash)|Flash version]]</h{{{header level|3}}}>
<div class="center-col-2">
<div class="center-col-1 center-col-3">
{{#cargo_query:table=b2_levels
{{#cargo_query:table=b2_levels
|fields=CONCAT(level_F, ". [[", _pageName, "|", name_F, "]]") = Level,
|fields=level_F = №,
CONCAT("[[", _pageName, "|", name_F, "]]") = Level,
{{{1|bloon}}}_F = Count
{{{1|bloon}}}_F = Count
|where={{{1|bloon}}}_F > 0 AND level_F IS NOT NULL
|where={{{1|bloon}}}_F > 0 AND level_F IS NOT NULL
Line 8: Line 9:
}}
}}
</div>
</div>
<h{{{header level|3}}}>''[[Bloons 2 Christmas Expansion|Christmas Expansion]]''</h{{{header level|3}}}>
}}{{#if:{{{hide CE|}}}||<h{{{header level|3}}}>''[[Bloons 2 Christmas Expansion|Christmas Expansion]]''</h{{{header level|3}}}>
<div class="center-col-2">
<div class="center-col-1 center-col-3">
{{#cargo_query:table=b2_levels
{{#cargo_query:table=b2_levels
|fields=CONCAT(level_CE, ". [[", _pageName, "|", name_F, "]]") = Level,
|fields=level_CE = №,
CONCAT("[[", _pageName, "|", name_F, "]]") = Level,
{{{1|bloon}}}_F = Count
{{{1|bloon}}}_F = Count
|where={{{1|bloon}}}_F > 0 AND level_CE IS NOT NULL
|where={{{1|bloon}}}_F > 0 AND level_CE IS NOT NULL
Line 17: Line 19:
}}
}}
</div>
</div>
<h{{{header level|3}}}>''[[Bloons 2 Spring Fling|Spring Fling]]''</h{{{header level|3}}}>
}}{{#if:{{{hide SF|}}}||<h{{{header level|3}}}>''[[Bloons 2 Spring Fling|Spring Fling]]''</h{{{header level|3}}}>
<div class="center-col-2">
<div class="center-col-1 center-col-3">
{{#cargo_query:table=b2_levels
{{#cargo_query:table=b2_levels
|fields=CONCAT(level_SF, ". [[", _pageName, "|", name_F, "]]") = Level,
|fields=level_SF = №,
CONCAT("[[", _pageName, "|", name_F, "]]") = Level,
{{{1|bloon}}}_F = Count
{{{1|bloon}}}_F = Count
|where={{{1|bloon}}}_F > 0 AND level_SF IS NOT NULL
|where={{{1|bloon}}}_F > 0 AND level_SF IS NOT NULL
Line 26: Line 29:
}}
}}
</div>
</div>
<h{{{header level|3}}}>[[Bloons 2 (mobile)|Mobile version]]</h{{{header level|3}}}>
}}{{#if:{{{hide M|}}}||<h{{{header level|3}}}>[[Bloons 2 (mobile)|Mobile version]]</h{{{header level|3}}}>
<div class="center-col-2">
<div class="center-col-1 center-col-3">
{{#cargo_query:table=b2_levels
{{#cargo_query:table=b2_levels
|fields=CONCAT(level_M, ". [[", _pageName, "|", name_M, "]]") = Level,
|fields=level_M = №,
CONCAT("[[", _pageName, "|", name_M, "]]") = Level,
{{{1|bloon}}}_M = Count
{{{1|bloon}}}_M = Count
|where={{{1|bloon}}}_M > 0 AND level_M IS NOT NULL
|where={{{1|bloon}}}_M > 0 AND level_M IS NOT NULL
|order by=level_M
|order by=level_M
}}
}}
</div></includeonly><noinclude>{{/doc}}</noinclude>
</div>}}</includeonly><noinclude>{{/doc}}</noinclude>

Latest revision as of 05:39, 20 July 2025

Creates lists of Flash Bloons 2, Christmas Expansion, Spring Fling, and mobile Bloons 2 levels that contain a specific object.

Template parameters[Edit template data]

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
ID1

The ID of the object. This is the name of the Cargo column without the suffix (i.e. use "bomb" instead of "bomb_F").

Example
extra_dart
Stringrequired
Header levelheader level

The level of headers to use.

Default
3
Example
4
Numberoptional
Hide Flash versionhide F

If enabled, does not show a table for the Flash version.

Booleanoptional
Hide Christmas Expansionhide CE

If enabled, does not show a table for Christmas Expansion.

Booleanoptional
Hide Spring Flinghide SF

If enabled, does not show a table for Spring Fling.

Booleanoptional
Hide mobile versionhide M

If enabled, does not show a table for the mobile version.

Booleanoptional

Example usage

{{B2 level list by object|triple_shot}}
Level Count
7 Triple the Fun 22
29 Bloomin Box 1
41 2fer 1
53 Key Hole 1
61 Bee Hive 1
67 Hold the Spikes 1
93 Flower Pot 1

See also