Toggle menu
15
236
70
27.5K
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/testcases: 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 8,061 bytes +8,061 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..."