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).
- 18:47, 23 January 2025 Dartz talk contribs created page Module:ElectoralCalendarMap (Created page with "local p = {} function p.load(frame) -- i understand chocolateman now, we can't fetch data from an outside source due to mediawiki's stupid restrictions 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...")