Main public logs

Jump to navigation Jump to search

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

Logs
  • 00:07, 26 January 2025 Dartz talk contribs created page Module:ElectionStats (Created page with "local json = mw.text.jsonDecode local p = {} function p.generateCards(frame) local dataPage = 'Data:Election Data.json' local success, data = p.loadJson(dataPage) if not success then return "could not load JSON data from " .. dataPage .. "!" end local currentTime = os.time() local counts = { Local = 0, General = 0, Statewide = 0, Referendum = 0 } local total = 0 for _, elections in pairs(data) do for _, election in ipai...")