Template:B1 level list by object: Difference between revisions

From Blooncyclopedia, the independent Bloons knowledge base
Jump to navigation Jump to search
first set of templates to test functionality
rest of the levels
Line 27: Line 27:
|where={{{1|bloon}}}_F > 0 AND level_EMB IS NOT NULL
|where={{{1|bloon}}}_F > 0 AND level_EMB IS NOT NULL
|order by=level_EMB
|order by=level_EMB
}}
</div>
<h{{{header level|3}}}>''[[Bloons Player Pack 1|Player Pack 1]]''</h{{{header level|3}}}>
<div class="center-col-1 center-col-3">
{{#cargo_query:table=b1_levels
|fields=level_PP1 = №,
CONCAT("[[", _pageName, "|", name_F, "]]") = Level,
{{{1|bloon}}}_F = Count
|where={{{1|bloon}}}_F > 0 AND level_PP1 IS NOT NULL
|order by=level_PP1
}}
</div>
<h{{{header level|3}}}>''[[Bloons Player Pack 2|Player Pack 2]]''</h{{{header level|3}}}>
<div class="center-col-1 center-col-3">
{{#cargo_query:table=b1_levels
|fields=level_PP2 = №,
CONCAT("[[", _pageName, "|", name_F, "]]") = Level,
{{{1|bloon}}}_F = Count
|where={{{1|bloon}}}_F > 0 AND level_PP2 IS NOT NULL
|order by=level_PP2
}}
</div>
<h{{{header level|3}}}>''[[Bloons Player Pack 3|Player Pack 3]]''</h{{{header level|3}}}>
<div class="center-col-1 center-col-3">
{{#cargo_query:table=b1_levels
|fields=level_PP3 = №,
CONCAT("[[", _pageName, "|", name_F, "]]") = Level,
{{{1|bloon}}}_F = Count
|where={{{1|bloon}}}_F > 0 AND level_PP3 IS NOT NULL
|order by=level_PP3
}}
</div>
<h{{{header level|3}}}>''[[Bloons Player Pack 4|Player Pack 4]]''</h{{{header level|3}}}>
<div class="center-col-1 center-col-3">
{{#cargo_query:table=b1_levels
|fields=level_PP4 = №,
CONCAT("[[", _pageName, "|", name_F, "]]") = Level,
{{{1|bloon}}}_F = Count
|where={{{1|bloon}}}_F > 0 AND level_PP4 IS NOT NULL
|order by=level_PP4
}}
</div>
<h{{{header level|3}}}>''[[Bloons Player Pack 5|Player Pack 5]]''</h{{{header level|3}}}>
<div class="center-col-1 center-col-3">
{{#cargo_query:table=b1_levels
|fields=level_PP5 = №,
CONCAT("[[", _pageName, "|", name_F, "]]") = Level,
{{{1|bloon}}}_F = Count
|where={{{1|bloon}}}_F > 0 AND level_PP5 IS NOT NULL
|order by=level_PP5
}}
</div>
<h{{{header level|3}}}>''[[Bloons Insanity Pack|Insanity Pack]]''</h{{{header level|3}}}>
<div class="center-col-1 center-col-3">
{{#cargo_query:table=b1_levels
|fields=level_BIP = №,
CONCAT("[[", _pageName, "|", name_F, "]]") = Level,
{{{1|bloon}}}_F = Count
|where={{{1|bloon}}}_F > 0 AND level_BIP IS NOT NULL
|order by=level_BIP
}}
</div>
<h{{{header level|3}}}>''[[Bloons Junior|Junior]]''</h{{{header level|3}}}>
<div class="center-col-1 center-col-3">
{{#cargo_query:table=b1_levels
|fields=level_J = №,
CONCAT("[[", _pageName, "|", name_F, "]]") = Level,
{{{1|bloon}}}_F = Count
|where={{{1|bloon}}}_F > 0 AND level_J IS NOT NULL
|order by=level_J
}}
</div>
<h{{{header level|3}}}>[[Bloons (iOS)|iOS version]]</h{{{header level|3}}}>
<div class="center-col-1 center-col-3">
{{#cargo_query:table=b1_levels
|fields=level_M = №,
CONCAT("[[", _pageName, "|", name_M, "]]") = Level,
{{{1|bloon}}}_M = Count
|where={{{1|bloon}}}_M > 0 AND level_M IS NOT NULL
|order by=level_M
}}
</div>
<h{{{header level|3}}}>''[[Bloons Festive Fun|Festive Fun]]''</h{{{header level|3}}}>
<div class="center-col-1 center-col-3">
{{#cargo_query:table=b1_levels
|fields=level_FF = №,
CONCAT("[[", _pageName, "|", name_M, "]]") = Level,
{{{1|bloon}}}_M = Count
|where={{{1|bloon}}}_M > 0 AND level_FF IS NOT NULL
|order by=level_FF
}}
}}
</div></includeonly><noinclude>{{/doc}}</noinclude>
</div></includeonly><noinclude>{{/doc}}</noinclude>

Revision as of 13:55, 18 July 2025

Creates lists of "Bloons 1" (Bloons Flash and expansions, Bloons iOS and demos, and Bloons Festive Fun) 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 More Bloonshide MB

If enabled, does not show a table for More Bloons.

Booleanoptional
Hide Even More Bloonshide EMB

If enabled, does not show a table for Even More Bloons.

Booleanoptional
Hide Player Pack 1hide PP1

If enabled, does not show a table for Player Pack 1.

Booleanoptional
Hide Player Pack 2hide PP2

If enabled, does not show a table for Player Pack 2.

Booleanoptional
Hide Player Pack 3hide PP3

If enabled, does not show a table for Player Pack 3.

Booleanoptional
Hide Player Pack 4hide PP4

If enabled, does not show a table for Player Pack 4.

Booleanoptional
Hide Player Pack 5hide PP5

If enabled, does not show a table for Player Pack 5.

Booleanoptional
Hide Insanity Packhide IP

If enabled, does not show a table for Insanity Pack.

Booleanoptional
Hide Juniorhide J

If enabled, does not show a table for Junior.

Booleanoptional
Hide iOS versionhide M

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

Booleanoptional
Hide Litehide L

If enabled, does not show a table for Lite.

Booleanoptional
Hide Lite+hide LP

If enabled, does not show a table for Lite+.

Booleanoptional
Hide Festive Funhide FF

If enabled, does not show a table for Festive Fun.

Booleanoptional

Example usage

{{B1 level list by object|triple_shot}}
Level Count
7 Dart from above 2
24 Monsta 3
31 The Cell 5
41 Myriad 1
42 Chilly Chips 4
Level Count
1 The Bells, the bells 1
8 Mirror 1
14 Lions Share 1
22 Can o Beans 1
28 Tick Tock Toe 1
31 3 way 1
32 Crafty Devil 1
34 Bunkabusta 1
39 Pipe 1
49 Throwaway 1
Level Count
22 Heliarious 1
41 100 for the win 3
45 Chilly Chips 3 1
48 Pinball pain 1
50 Banana Split 1
Level Count
7 Temple 2 1
11 Champ Four 2
26 Rubber Trouble 1
41 NuthnsImpossible 2
Level Count
1 flowerPop 3
4 Pippin 1
8 yea boii 1
10 two hole 1
18 Marius XVII 1
23 strophik 005 2
28 numbur 1 2
32 CHYEA 3
46 care 1
47 Got Skill 1
50 brain challenge 1
Level Count
7 Minesweeper 1
33 Extremely Hard 1
49 Rara Avis 1
Level Count
10 Gingerbread Man 7
25 Christmas Love 1
35 Burn the Tree 1
47 Jingle Bell Rock 1
Error: No field named "level_BIP" found for any of the specified database tables.
Level Count
6 Lovely 2
10 Swiper 1
25 Good Dog 2
27 Trampolinear 2
43 Need Skill 1
Level Count
5 Split Shot 3
7 Bowman 2
13 Flower Pop 1
16 Big Cookie 2
17 Big Split 1
20 Ice Cave 5
23 Diode 1
29 Allsorts 3
31 Firewall 1
34 Free Lunch 1
36 Isotropic 1
39 Split Decision 1
42 Boom Box 1
42 Order and Chaos 1
46 Hiss and Roar 1
49 Psychosis 2
49 Brain Challenge 1
50 Namaste 1
Level Count
36 Tree Topper 1
38 Upwards 1
53 Gingerbread Man 3
58 3x3 1
66 Pine Pother 2

See also