Module:ElectoralCalendarTable: 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

25 January 2025

24 January 2025

23 January 2025

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