Jump to content

Module:ElectoralPerformance: Revision history

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.

(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)

14 January 2025

  • curprev 02:3902:39, 14 January 2025 Jord talk contribs 845 bytes +845 Created page with "local p = {} function p.showResults(frame) local resultRows = "" for i = 1, 10 do local year = frame["year" .. i] if not year then break end local election = frame["election" .. i] local votes = frame["votes" .. i] local percent = frame["percent" .. i] local seats = frame["seats" .. i] local notes = frame["notes" .. i] resultRows = resultRows .. "|-\n" resultRows = res..."
(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)