Update history:Bloons TD 6: Difference between revisions

From Blooncyclopedia, the independent Bloons knowledge base
Jump to navigation Jump to search
Qwertyxp2000 (talk | contribs)
created article, at least it's better than before
 
Updates: ACTUAL WIZARDRY GOING ON HERE (but please remove the images from the minor update pages)
Line 4: Line 4:


==Updates==
==Updates==
{{cleanup|Numbers are listed with "alphabeticalness", not "numericalness"}}
{|class="wikitable center-col-2 center-col-1 center-col-3 center-col-4"  
{{#cargo_query:tables=btd6_updates
!data-sort-type="number"|Version
|fields=CONCAT("[[", _pageName, "{{!}}Version ", version, "]]") = Version,
!Release Date (Steam)
steam_date = Release date (Steam)
{{#cargo_query:table=btd6_updates
|fields=
CONCAT("<tr><td data-sort-value=", version, ">",
IF(image IS NOT NULL, (CONCAT("[[File:", image, "{{!}}x100px{{!}}link=", _pageName, "]]<br>[[", _pageName, "{{!}}Version ", version , "]]")), (CONCAT("[[", _pageName, "{{!}}Version ", version, "]]"))),
"</td><td>",
steam_date, "</tr></td>"
)=text
 
|order by=version
|order by=version
|delimiter=\n
}}
}}
|}


==Navigation==
==Navigation==

Revision as of 12:24, 25 October 2025

This is a list of software updates to Bloons TD 6.

Updates

Version Release Date (Steam)
Error 1054: Unknown column 'steam_date' in 'field list'

Function: CargoSQLQuery::run Query: SELECT `btd6_updates`.`_pageID` AS `cargo_backlink_page_id_btd6_updates`,CONCAT("<tr><td data-sort-value=", version, ">", IF(image IS NOT NULL, (CONCAT("File:", image, "<br>Version ", version , "")), (CONCAT("Version ", version, ""))), "</td><td>", steam_date, "</tr></td>" ) AS `text` FROM `cargo__btd6_updates` `btd6_updates` ORDER BY `version` LIMIT 100