All public logs
Jump to navigation
Jump to search
Combined display of all available logs of RetroMC. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 09:32, 19 July 2023 CruxyMC talk contribs created page Template:InfoboxElection (Created page with "-- Template:InfoboxElection local p = {} function p.infobox(frame) local args = frame.args 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:addClass("wikitable") output:addClass("plainlist")...")