Module:Params: Revision history

From Space Station 14 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.

9 August 2024

  • curprev 15:4615:46, 9 August 2024Aliser talk contribs 46,648 bytes +46,648 Created page with "-- source: https://en.wikipedia.org/wiki/Module:Params --- --- --- LOCAL ENVIRONMENT --- --- ________________________________ --- --- --- --Abstract utilities -- ---------------------------- -- Helper function for `string.gsub()` (for managing zero-padded numbers) function zero_padded(str) return ("%03d%s"):format(#str, str) end -- Helper function f..."