Update history:Bloons TD 6: Difference between revisions

From Blooncyclopedia, the independent Bloons knowledge base
Jump to navigation Jump to search
Updates: ACTUAL WIZARDRY GOING ON HERE (but please remove the images from the minor update pages)
Updates: fixed some updates not being in list, currently trying to fix ordering still
Line 6: Line 6:
{|class="wikitable center-col-2 center-col-1 center-col-3 center-col-4"  
{|class="wikitable center-col-2 center-col-1 center-col-3 center-col-4"  
!data-sort-type="number"|Version
!data-sort-type="number"|Version
!Release Date (Steam)
!data-sort-type="date"|Release Date (Steam)
{{#cargo_query:table=btd6_updates
{{#cargo_query:table=btd6_updates
|fields=
|fields=
Line 12: Line 12:
IF(image IS NOT NULL, (CONCAT("[[File:", image, "{{!}}x100px{{!}}link=", _pageName, "]]<br>[[", _pageName, "{{!}}Version ", version , "]]")), (CONCAT("[[", _pageName, "{{!}}Version ", version, "]]"))),
IF(image IS NOT NULL, (CONCAT("[[File:", image, "{{!}}x100px{{!}}link=", _pageName, "]]<br>[[", _pageName, "{{!}}Version ", version , "]]")), (CONCAT("[[", _pageName, "{{!}}Version ", version, "]]"))),
"</td><td>",
"</td><td>",
steam_date, "</tr></td>"
IF(steam_date IS NOT NULL, steam_date, ""), "</tr></td>"
)=text
)=text



Revision as of 12:42, 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>", IF(steam_date IS NOT NULL, steam_date, ""), "</tr></td>" ) AS `text` FROM `cargo__btd6_updates` `btd6_updates` ORDER BY `version` LIMIT 100