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

19 July 2023

  • curprev 10:4910:49, 19 July 2023CruxyMC talk contribs 1,547 bytes +1,547 Created page with "-- Module:InfoboxElection local p = {} function p.infobox(frame) local getArgs = require('Module:Arguments').getArgs local args = getArgs(frame) local electionName = args.name or "" local electionDate = args.date or "" local electionLocation = args.location or "" local electionParticipants = args.participants or "" local electionWinner = args.winner or "" local output = mw.html.create("table") output:addClass("infobox") output:..."