Main public logs
More actions
Combined display of all available logs of Kenshi Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 01:42, 2 March 2025 Prd talk contribs created page Module:Formatnum/testcases (Created page with "-- Unit tests for Module:Formatnum. Click talk page to run tests. local p = require('Module:UnitTests') local function err(msg) -- Generates wikitext error messages. return mw.ustring.format('<strong class="error">Formatting error: %s</strong>', msg) end function p:test_1_English_basic() self:preprocess_equals('{{#invoke:Formatnum/sandbox|main|0|en}}', '0') self:preprocess_equals('{{#invoke:Formatnum/sandbox|main|-123|en}}', '-123') end function p:test_2...")