Template:B1 level list by object: Difference between revisions

rest of the levels
forgot lite and lite+ exist
Line 82: Line 82:
<div class="center-col-1 center-col-3">
<div class="center-col-1 center-col-3">
{{#cargo_query:table=b1_levels
{{#cargo_query:table=b1_levels
|fields=level_BIP = №,
|fields=level_IP = №,
CONCAT("[[", _pageName, "|", name_F, "]]") = Level,
CONCAT("[[", _pageName, "|", name_F, "]]") = Level,
{{{1|bloon}}}_F = Count
{{{1|bloon}}}_F = Count
|where={{{1|bloon}}}_F > 0 AND level_BIP IS NOT NULL
|where={{{1|bloon}}}_F > 0 AND level_IP IS NOT NULL
|order by=level_BIP
|order by=level_IP
}}
}}
</div>
</div>
Line 107: Line 107:
|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>
<h{{{header level|3}}}>''[[Bloons (iOS)|Lite]]''</h{{{header level|3}}}>
<div class="center-col-1 center-col-3">
{{#cargo_query:table=b1_levels
|fields=level_L = №,
CONCAT("[[", _pageName, "|", name_M, "]]") = Level,
{{{1|bloon}}}_M = Count
|where={{{1|bloon}}}_M > 0 AND level_L IS NOT NULL
|order by=level_L
}}
</div>
<h{{{header level|3}}}>''[[Bloons (iOS)|Lite+]]''</h{{{header level|3}}}>
<div class="center-col-1 center-col-3">
{{#cargo_query:table=b1_levels
|fields=level_LP = №,
CONCAT("[[", _pageName, "|", name_M, "]]") = Level,
{{{1|bloon}}}_M = Count
|where={{{1|bloon}}}_M > 0 AND level_LP IS NOT NULL
|order by=level_LP
}}
}}
</div>
</div>