User:Planterror/Sandbox: Difference between revisions

hey did you guys know that these two tables are the exact same? incredible
moving cargo wizardry to a new page
Line 1: Line 1:
{{BTDB2 popular loadout list by tower|Monkey Sub}}
{{for|examples for Cargo queries|User:Planterror/Sandbox/Cargo Wizardry}}
t<br>
t<br>
e<br>
e<br>
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
|fields=
name = Name,
towers = Tower Loadout,
heroes = Possible Hero options,
|where=name="Tack-Wiz-Farm"
}}


qweqwer₵‹⇗→⇐▲▲›
qweqwer₵‹⇗→⇐▲▲›
Line 20: Line 12:
[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 ==
== temporary storage while I sleep ==
Line 45: Line 37:
== 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 ==
{|class="wikitable inline"
|+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
}}
|}