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).
- 15:04, 23 January 2025 Dartz talk contribs created page Module:ElectoralCalendarArticle (Created page with "local p = {} function p.generateArticle(frame) local dataPage = "Data:Election_Data.json" 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 local APIData = mw.text.jsonDecode(dataContent) if not APIData then...")