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

31 July 2025

  • curprev 09:4909:49, 31 July 2025 Randombell talk contribs 942 bytes +942 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 .. "..."