Event history:Race Event: Difference between revisions

Created page with "This is a list of Race Events in ''Bloons TD 6''. ==List== {{#cargo_query:table=btd6_events |fields=CONCAT("", name, "") = Name, CONCAT("{", "{timestamp{{!}}", start, "}", "}") = Start time, CONCAT("{", "{timestamp{{!}}", end, "}", "}") = End time |where=type="raceEvent" |order by=start |limit=1000 }} ==Navigation== {{BTD6 event history nav}} *Category:BTD6 event histories"
 
Pymonkibot (talk | contribs)
m Pymonkibot moved page Event history:Bloons TD 6/Race Event to Event history:Race Event without leaving a redirect: Text replacement - "Bloons TD 6/Race Event" to "Race Event"
 
(One intermediate revision by one other user not shown)
Line 4: Line 4:
{{#cargo_query:table=btd6_events
{{#cargo_query:table=btd6_events
|fields=CONCAT("[[", _pageName, "#", name, "|", name, "]]") = Name,
|fields=CONCAT("[[", _pageName, "#", name, "|", name, "]]") = Name,
CONCAT("{", "{timestamp{{!}}", start, "}", "}") = Start time,
DATE_FORMAT(start, '%d %M %Y at %H:%i:%s') = Start time,
CONCAT("{", "{timestamp{{!}}", end, "}", "}") = End time
DATE_FORMAT(end, '%d %M %Y at %H:%i:%s') = End time
|where=type="raceEvent"
|where=type="raceEvent"
|order by=start
|order by=start