Main public logs

Jump to navigation Jump to search

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

Logs
  • 09:49, 31 July 2025 Randombell talk contribs created page Module:Cslist (Created page with "p = {} p.makelist = function(frame) local args = frame.args if not args[1] then args = frame:getParent().args if not args[1] then return end end local semi = args.semi if semi then semi = semi:lower() end local oxford = args.oxford if oxford then oxford = oxford:lower() end local embedded = args.embedded if embedded then embedded = embedded:lower() end local out = "" for k, v in ipairs(args) do v = mw.text.trim(v) if v ~= "" then out = out .. "...")