User:Planterror/Sandbox/Cargo Wizardry: Difference between revisions
Planterror (talk | contribs) why are there commas |
Planterror (talk | contribs) →cargo tables that served a specific purpose in mind: I'll do this when I get back from the cold north maybe Tags: Mobile edit Mobile web edit |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{#cargo_query:table=btdb2_loadouts|fields=name,towers,heroes | {{#cargo_query:table=btdb2_loadouts|fields=name,towers,heroes | ||
|fields= | |fields= | ||
| Line 9: | Line 9: | ||
}} | }} | ||
== cargo tables that served a specific purpose in mind == | |||
== | |||
{|class="wikitable inline" | {|class="wikitable inline" | ||
|+Beginner Maps | |+Beginner Maps | ||
| Line 38: | Line 36: | ||
|} | |} | ||
{|class="wikitable mw-collapsible mw-collapsed center-col-2 center-col-1 center-col-3 center-col-4" | |||
{|class="wikitable mw-collapsible center-col-2 center-col-1 center-col-3 center-col-4" | |||
|+Tier 3 upgrades in Bloons Monkey City | |+Tier 3 upgrades in Bloons Monkey City | ||
!Tower | !Tower | ||
| Line 52: | Line 49: | ||
|where=tier = 3 | |where=tier = 3 | ||
|order by=tower | |||
|delimiter=\n | |||
}} | }} | ||
|} | |} | ||
<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> | |||
{{#cargo_query:table=bmc_tracks | |||
|fields=CONCAT("[[File:", image_M, "|x100px|link=", _pageName, "]]<br>[[", _pageName, "|", name, "]]") = Map, | |||
_pageName=Terrain, | |||
path_lengths_M=Length, | |||
|where=image_M != "" | |||
|order by=path_lengths_M | |||
|group by=image_M, _pageName, name, path_lengths_M | |||
}} | |||
TODO: use table joining to make bmcm buildings table with most xp per power | |||
== Navigation == | |||
{{User:Planterror/Template:planterror nav}} | |||