Template:B2 level list by object: Difference between revisions
Created page with "<includeonly><h3>Flash version</h3> <div class="center-col-2"> {{#cargo_query:table=b2_levels |fields=CONCAT(level_F, ". ", name_F, "") = Level, {{{1|bloon}}}_F = Count |where={{{1|bloon}}}_F > 0 AND level_F IS NOT NULL |order by=level_F }} </div> <h3>''Christmas Expansion''</h3> <div class="center-col-2"> {{#cargo_query:table=b2_levels |fields=CONCAT(level_CE, ". ", name_F, "")..." |
mNo edit summary |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<includeonly>< | <includeonly>{{#if:{{{hide F|}}}||<h{{{header level|3}}}>[[Bloons 2 (Flash)|Flash version]]</h{{{header level|3}}}> | ||
<div class="center-col- | <div class="center-col-1 center-col-3"> | ||
{{#cargo_query:table=b2_levels | {{#cargo_query:table=b2_levels | ||
|fields=CONCAT( | |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> | ||
< | }}{{#if:{{{hide CE|}}}||<h{{{header level|3}}}>''[[Bloons 2 Christmas Expansion|Christmas Expansion]]''</h{{{header level|3}}}> | ||
<div class="center-col- | <div class="center-col-1 center-col-3"> | ||
{{#cargo_query:table=b2_levels | {{#cargo_query:table=b2_levels | ||
|fields=CONCAT( | |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> | ||
< | }}{{#if:{{{hide SF|}}}||<h{{{header level|3}}}>''[[Bloons 2 Spring Fling|Spring Fling]]''</h{{{header level|3}}}> | ||
<div class="center-col- | <div class="center-col-1 center-col-3"> | ||
{{#cargo_query:table=b2_levels | {{#cargo_query:table=b2_levels | ||
|fields=CONCAT( | |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> | ||
< | }}{{#if:{{{hide M|}}}||<h{{{header level|3}}}>[[Bloons 2 (mobile)|Mobile version]]</h{{{header level|3}}}> | ||
<div class="center-col- | <div class="center-col-1 center-col-3"> | ||
{{#cargo_query:table=b2_levels | {{#cargo_query:table=b2_levels | ||
|fields=CONCAT( | |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> | ||