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).
- 03:37, 15 March 2025 Prd talk contribs created page Module:If any equal/testcases (Created page with "-- Unit tests for [[Module:{{ROOTPAGENAME}}]]. Click talk page to run tests. local p = require('Module:UnitTests') -- Example unit test. function p:test_live() self:preprocess_equals('{{#invoke:If any equal|main|a|b|c|d|value=c}}', 'yes') self:preprocess_equals('{{#invoke:If any equal|main|a|b|c|d|value=r}}', 'no') self:preprocess_equals('{{#invoke:If any equal|main|a|b|c|d|value=}}', 'no') self:preprocess_equals('{{#invoke:If any equal|main|a|b|c|d|values=b}}', 'ye...")