Main public logs

From Warwick Wiki

Combined display of all available logs of Warwick Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 19:41, 6 July 2025 AlfieG talk contribs created page Module:Citation (Created page with "local p = {} local h = {} function p.citation(frame) local args = frame:getParent().args local data = {} data["authors"] = args["authors"] or "" if data["authors"] == "" then local finished = false local i = 1 while not finished do if i == 1 then local displayText = "" if args["author"] or args["author1"] then displayText = displayText .. (args["author"] or args["author1"]) elseif args["last"] or args["last1"] then displayText = disp...")