Main public logs
Appearance
Combined display of all available logs of nUSA Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 02:39, 14 January 2025 Jord talk contribs created page Module:ElectoralPerformance (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...")