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).
- 02:20, 11 March 2025 Prd talk contribs created page Module:Factorization/testcases (Created page with "-- Unit tests for Module:Factorization. Click talk page to run tests. local p = require('Module:UnitTests') function p:test_factor() self:preprocess_equals('{{#invoke:Factorization | factor | -20}}', '- 2<sup>2</sup>· 5') self:preprocess_equals('{{#invoke:Factorization | factor | -10}}', '- 2 · 5') self:preprocess_equals('{{#invoke:Factorization | factor | -3}}', '-3') self:preprocess_equals('{{#invoke:Factorization | factor | -1}}', '-1') self...")