Module:Bold list/sandbox: Revision history


For any version listed below, click on its date to view it. For more help, see Help:Page history and Help:Edit summary. (cur) = difference from current version, (prev) = difference from preceding version,  m = minor edit, → = section edit, ← = automatic edit summary

6 November 2024

  • curprev 17:1717:17, 6 November 2024Muskit Gergous talk contribs 556 bytes +556 Created page with "-- Written by User:Muskit Gergous in response to a thread at BP:VPI return { main = function(frame) index, output = {}, "" for k, v in pairs(frame:getParent().args) do if type(k) == 'number' and (v or "") ~= "" then table.insert(index, k) end end table.sort(index) for i, v in ipairs(index) do output = output .. frame:getParent().args[v] .. ((i == #index - 1) and ("'''" .. (#index > 2 and ", " or " ") .. (frame.args.conj or "or") .. " '''") or ((#index > 1 an..."