Main public logs

From 20R1

Combined display of all available logs of 20R1. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 20:51, 19 November 2025 Alex talk contribs created page Module:CountdownTimer (Created page with "local p = {} function p.show(frame) local currentTime = os.time() local soonest = nil local soonestDate = nil -- Query all events with a start date in the future local events = frame:getParent().args.events or mw.smw.ask({ "Category:Events", "[[Event Date::>" .. os.date("!%Y-%m-%d", currentTime) .. "]]", "?Event Date", "?Event Name", "?Event Location", "?Event Flyer", "sort=Event Date",...")