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).
- 21:52, 8 March 2025 Prd talk contribs created page Module:Reply to/testcases (Created page with "local libName = 'Module:Reply to' local ScribuntoUnit = require('Module:ScribuntoUnit') local suite = ScribuntoUnit:new() local frame = mw.getCurrentFrame() -- Helper to run all tests using sandbox version of the library from the debug console. To run against main lib, use =p.run() function suite.runSandbox() return suite.run(frame:newChild{ title = libName .. '/testcases', args = { module = libName .. '/sandbox', displayMode = 'log' }, }) end -- Allow te...")