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
  • 18:47, 23 January 2025 Dartz talk contribs created page Module:ElectoralCalendarTable (Created page with "local p = {} function p.paginate(frame) local dataPage = "Data:Election_Data.json" local rowsPerPage = 7 local currentPage = tonumber(frame.args.page) or 1 local dataTitle = mw.title.new(dataPage) if not dataTitle then return "could not find data page '" .. dataPage .. "'!" end local dataContent = dataTitle:getContent() if not dataContent then return "could not retrieve content from '" .. dataPage .. "'!" end...")