Module:ElectoralCalendarArticle: 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.

31 January 2025

23 January 2025

  • curprev 15:1015:10, 23 January 2025 Dartz talk contribs 2,667 bytes +2,667 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..."