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).
- 05:23, 26 February 2025 Prd talk contribs created page Module:ScribuntoUnit/showcase (Created page with "local ScribuntoUnit = require('Module:ScribuntoUnit') local suite = ScribuntoUnit:new() function suite:testAssertTrueSuccessful() self:assertTrue(true) self:assertTrue(true, "A custom message") end function suite:testAssertTrueFailed() self:assertTrue(false) end function suite:testAssertTrueFailedWithMessage() self:assertTrue(false, "A custom message") end function suite:testAssertStringContainsSuccessful() self:assertStringContains("contained", "has contained")...")