Template:B1 level list by object: Difference between revisions

Created page with "<includeonly>{{autofill|dummy template for listing pre-Bloons 2 levels, functionality will be added later}}</includeonly><noinclude>{{/doc}}</noinclude>"
 
first set of templates to test functionality
Line 1: Line 1:
<includeonly>{{autofill|dummy template for listing pre-Bloons 2 levels, functionality will be added later}}</includeonly><noinclude>{{/doc}}</noinclude>
<includeonly><h{{{header level|3}}}>[[Bloons (Flash)|Flash version]]</h{{{header level|3}}}>
<div class="center-col-1 center-col-3">
{{#cargo_query:table=b1_levels
|fields=level_F = №,
CONCAT("[[", _pageName, "|", name_F, "]]") = Level,
{{{1|bloon}}}_F = Count
|where={{{1|bloon}}}_F > 0 AND level_F IS NOT NULL
|order by=level_F
}}
</div>
<h{{{header level|3}}}>''[[More Bloons]]''</h{{{header level|3}}}>
<div class="center-col-1 center-col-3">
{{#cargo_query:table=b1_levels
|fields=level_MB = №,
CONCAT("[[", _pageName, "|", name_F, "]]") = Level,
{{{1|bloon}}}_F = Count
|where={{{1|bloon}}}_F > 0 AND level_MB IS NOT NULL
|order by=level_MB
}}
</div>
<h{{{header level|3}}}>''[[Even More Bloons]]''</h{{{header level|3}}}>
<div class="center-col-1 center-col-3">
{{#cargo_query:table=b1_levels
|fields=level_EMB = №,
CONCAT("[[", _pageName, "|", name_F, "]]") = Level,
{{{1|bloon}}}_F = Count
|where={{{1|bloon}}}_F > 0 AND level_EMB IS NOT NULL
|order by=level_EMB
}}
</div></includeonly><noinclude>{{/doc}}</noinclude>