|
|
| (2 intermediate revisions by the same user not shown) |
| Line 1: |
Line 1: |
| | {{for|examples for Cargo queries|User:Planterror/Sandbox/Cargo Wizardry}} |
| {{BTDB2 popular loadout list by tower|Monkey Sub}} | | {{BTDB2 popular loadout list by tower|Monkey Sub}} |
| t<br> | | t<br> |
| Line 4: |
Line 5: |
| s<br> | | s<br> |
| t<br> | | t<br> |
| | |
| [[Finn (BATTD)|Finn]] | | [[Finn (BATTD)|Finn]] |
| [[Double Shot (BTD6) (Ninja Monkey)|Double Shot]] | | [[Double Shot (BTD6) (Ninja Monkey)|Double Shot]] |
|
| |
|
| {{#cargo_query:table=btdb2_loadouts|fields=name,towers,heroes | | {{BTD6 hero list by insta|HeliPilot}} |
| |fields=
| |
| name = Name,
| |
| towers = Tower Loadout,
| |
| heroes = Possible Hero options,
| |
| | |
| |where=name="Tack-Wiz-Farm"
| |
| }} | |
|
| |
|
| qweqwer₵‹⇗→⇐▲▲› | | qweqwer₵‹⇗→⇐▲▲› |
|
| |
|
| [https://www.reddit.com/r/battles2/comments/1djoyyb/update_402_is_rolling_out_now_patch_notes_going/] | | [https://www.reddit.com/r/battles2/comments/1djoyyb/update_402_is_rolling_out_now_patch_notes_going/] |
|
| |
| {{BTD6 hero list by insta|NinjaMonkey}}
| |
|
| |
| == temporary storage while I sleep ==
| |
|
| |
| <div style="text-align:center">
| |
| {|class="wikitable mw-collapsible mw-collapsed center-col-2 center-col-1 center-col-3 center-col-4"
| |
| |+Activated Abilities in Bloons TD 5
| |
| !Tower
| |
| !colspan="2"|Upgrade
| |
| !colspan="2"|Description
| |
| {{#cargo_query:table=btd5_upgrades
| |
| |fields=
| |
| CONCAT("<tr><td>[[", tower, " (BTD5){{!}}",tower,"]]</td><td>",
| |
| "[[File:", icon_M, "{{!}}x50px{{!}}link=", _pageName, "]]<br>[[", _pageName, "{{!}}", name_M, "]]</td><td>",
| |
| IF(icon_F IS NOT NULL, CONCAT("[[File:", icon_F, "{{!}}x50px{{!}}link=", _pageName, "]]</td><td>"), "</td><td>"),
| |
| description_M, "</td><td>", IF(description_F IS NOT NULL, description_F, ""), "</tr></td>")=text
| |
|
| |
| |where=name_M != "Banana Investments Advisory" AND path = 2 AND tier = 4
| |
| |order by=tower
| |
| |delimiter=\n
| |
| }}
| |
| |}</div>
| |
|
| |
|
| == my nemesis == | | == my nemesis == |
| {{BTDBM change list by upgrade|Bloonchipper|1|4|since=6.19|before=6.21|hide header=true}} | | {{BTDBM change list by upgrade|Bloonchipper|1|4|since=6.19|before=6.21|hide header=true}} |
|
| |
|
| == wow incredible == | | == Navigation == |
| {|class="wikitable inline"
| | {{User:Planterror/Template:planterror nav}} |
| |+Beginner Maps
| |
| {{#cargo_query:table=btd6_maps
| |
| |fields=CONCAT("[[File:", image, "|x100px|link=", _pageName, "]]<br>[[", _pageName, "|", name, "]]") = Map,
| |
| introduced=Introduced
| |
| | |
| |where=difficulty="Beginner"
| |
| |group by=image, _pageName, name, difficulty, introduced
| |
| |order by=(CASE difficulty WHEN 'Beginner' THEN 0 WHEN 'Intermediate' THEN 1 WHEN 'Advanced' THEN 2 WHEN 'Expert' THEN 3 END),
| |
| name
| |
| }}
| |
| |}
| |
| | |
| {|class="wikitable inline"
| |
| |+Beginner Maps that have a single lane
| |
| {{#cargo_query:table=btd6_maps | |
| |fields=CONCAT("[[File:", image, "|x100px|link=", _pageName, "]]<br>[[", _pageName, "|", name, "]]") = Map,
| |
| introduced=Introduced
| |
| | |
| |where=difficulty="Beginner" AND entrances=1 AND exits=1
| |
| |group by=image, _pageName, name, difficulty, introduced
| |
| |order by=(CASE difficulty WHEN 'Beginner' THEN 0 WHEN 'Intermediate' THEN 1 WHEN 'Advanced' THEN 2 WHEN 'Expert' THEN 3 END),
| |
| name
| |
| }} | |
| |}
| |