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:45, 7 March 2025 Prd talk contribs created page Module:WikitextParser/testcases (Created page with "local W = require( 'Module:WikitextParser' ) local testpage = mw.title.new( 'Module:WikitextParser/testpage' ):getContent() local ScribuntoUnit = require( 'Module:ScribuntoUnit' ) local Suite = ScribuntoUnit:new() function Suite:testLead() self:assertEquals( '', W.getLead( '' ) ) self:assertEquals( '', W.getLead( '==b==' ) ) self:assertEquals( 'a', W.getLead( 'a' ) ) self:assertEquals( 'a', W.getLead( 'a', 'a\n==b==' ) ) self:assertEquals( 'This test page interacts...")