Module:Main page: Revision history

From Sandustry Official Wiki

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.

18 June 2025

  • curprev 11:4511:45, 18 June 2025 DCello talk contribs m 4,446 bytes 0 76561198021843184 moved page Module:Main Page to Module:Main page without leaving a redirect
  • curprev 11:4511:45, 18 June 2025 DCello talk contribs 4,446 bytes +4,446 Created page with "local p = {} local h = {} -- merge args from frame and frame:getParent() function h.mergeArgs(frame) local inputArgs = {} for k, v in pairs(frame.args) do v = mw.text.trim(tostring(v)) if v ~= '' then inputArgs[k] = v end end for k, v in pairs(frame:getParent().args) do v = mw.text.trim(v) if v ~= '' then inputArgs[k] = v end end return inputArgs end -------------------------------------------------------------------- function p.main(fram..."