Module:BTD6 stats: Difference between revisions

mNo edit summary
mNo edit summary
Line 320: Line 320:
return table.concat(ret, "\n")
return table.concat(ret, "\n")
end
function p.last_updated(frame)
return string.format("<div class='hatnote'>This data was last updated for: [[Bloons TD 6 v%s|version %s]]</div>", data["_last_updated"], data["_last_updated"])
end
end


return p
return p