Module:ElectoralCalendarMap: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

26 January 2025

23 January 2025

  • curprev 18:4718:47, 23 January 2025 Dartz talk contribs 4,280 bytes +4,280 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..."