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).

Logs
  • 10:49, 19 July 2023 CruxyMC talk contribs created page Module:InfoboxElection (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:...")