Jump to content

Module:Params: Revision history

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 March 2026

  • curprev 23:2423:24, 14 March 2026 Taurussmith talk contribs m 75,899 bytes 0 Protected "Module:Params" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) [cascading]
  • curprev 23:2423:24, 14 March 2026 Taurussmith talk contribs 75,899 bytes +75,899 Created page with "requirestrict --- --- --- LOCAL ENVIRONMENT --- --- ________________________________ --- --- --- --Abstract utilities -- ---------------------------- -- Helper function for `string.gsub()` (for managing zero-padded numbers) local function zero_padded (str) return ('%03d%s'):format(#str, str) end -- Helper function for `table.sort()` (for natur..."