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.

14 January 2025

  • curprev 02:4002:40, 14 January 2025 Jord talk contribs m 845 bytes 0 Protected "Module:ElectoralPerformance" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
  • 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..."