Template:BCS bloon nav: Difference between revisions
Jump to navigation
Jump to search
Hubianzhen (talk | contribs) No edit summary |
Hubianzhen (talk | contribs) don't want to write every name by hand, so cargo queried everything |
||
| Line 5: | Line 5: | ||
{|class="nav-sub" | {|class="nav-sub" | ||
![[File:BCS ClassIconBasicBloon 3.0.png|x30px|link=]]<br>Basic | ![[File:BCS ClassIconBasicBloon 3.0.png|x30px|link=]]<br>Basic | ||
| | |{{#cargo_query:table=bcs_bloons | ||
|fields=CONCAT("[[", _pageName, "|", name, "]] ") = Text, | |||
|delimiter=• | |||
|where=class='Basic' | |||
}} | |||
|- | |- | ||
![[File:BCS ClassIconAdvancedBloon 3.0.png|x30px|link=]]<br>Advanced | ![[File:BCS ClassIconAdvancedBloon 3.0.png|x30px|link=]]<br>Advanced | ||
| | |{{#cargo_query:table=bcs_bloons | ||
|fields=CONCAT("[[", _pageName, "|", name, "]] ") = Text, | |||
|delimiter=• | |||
|where=class='Advanced' | |||
}} | |||
|- | |- | ||
![[File:BCS ClassIconLargeBloon 3.0.png|x30px|link=]]<br>Large | ![[File:BCS ClassIconLargeBloon 3.0.png|x30px|link=]]<br>Large | ||
| | |{{#cargo_query:table=bcs_bloons | ||
|fields=CONCAT("[[", _pageName, "|", name, "]] ") = Text, | |||
|delimiter=• | |||
|where=class='Large' | |||
}} | |||
|- | |- | ||
!Other | !Other | ||
|[[ | |{{#cargo_query:table=bcs_bloons | ||
|fields=CONCAT("[[", _pageName, "|", name, "]] ") = Text, | |||
|delimiter=• | |||
|where=class is NULL | |||
}} | |||
|} | |} | ||
|}<noinclude>[[Category:BCS templates]][[Category:Navboxes]]</noinclude> | |}<noinclude>[[Category:BCS templates]][[Category:Navboxes]]</noinclude> | ||