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:25, 11 March 2025 Prd talk contribs created page Module:Compact list/testcases (Created page with "-- Unit tests for Module:Compact list. Click talk page to run tests. local p = require('Module:UnitTests') function p:test() self:preprocess_equals_preprocess('{{#invoke:Compact list|main|ook|xxx=111}}','') self:preprocess_equals_preprocess('{{#invoke:Compact list|main|ook|ook=A|spud=1234}}','A') self:preprocess_equals_preprocess('{{#invoke:Compact list|main|ook|ook1=A|ook_2=B}}','{{hlist|A|B}}') self:preprocess_equals_preprocess('{{#invoke:Compact list|main|ook...")