Module:Sandbox: Revision history

From RosieSoCrossing

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.

14 January 2026

  • curprev 11:4511:45, 14 January 2026 Rosie talk contribs 4,502 bytes +4,502 Created page with "local p = {} local getArgs = require('Module:Arguments').getArgs function setDefault (t, d) local mt = {__index = function () return d end} setmetatable(t, mt) end -- Imported function from https://www.lua.org/pil/13.4.3.html -- function copyTable(t) local t2 = {} for k,v in pairs(t) do t2[k] = v end return t2 end function p.outputAvailability (data, args1, args2, args3, args4, note, text, size, nb, noimages) local function isEmpty(s) return s == nil or..."