Toggle menu
15
236
75
27.7K
Kenshi Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Formatnum/sandbox: Revision history

From Kenshi 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.

2 March 2025

  • curprev 01:4201:42, 2 March 2025 Prd talk contribs 6,363 bytes +6,363 Created page with "-- This module is intended to replace the functionality of Template:Formatnum and related templates. local p = {} -- Holds functions to be returned from #invoke, and functions to make available to other Lua modules. --Helper functions used to avoid redundant code. local function getArgs(frame) local args = {} for key, value in pairs(frame:getParent().args) do args[key] = value end for key, value in pairs(frame.args) do args[key] =..."