Module:Params: Revision history

Diff selection: mark the radio boxes of the versions to compare and hit enter or the button at the bottom.

22 May 2025

  • curprev 13:1313:13, 22 May 2025 SeaDragon1 talk contribs 63,794 bytes +63,794 Created page with " --- --- --- 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 natural sorting) local fu..."