All public logs

Combined display of all available logs of W.K.pedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 01:11, 25 June 2023 Simon talk contribs created page Module:Transcluder/testcases (Created page with "local frame = mw.getCurrentFrame() local title = frame and frame.args and frame.args.module or 'Transcluder' local T = require( 'Module:' .. title ) local ScribuntoUnit = require('Module:ScribuntoUnit') local Suite = ScribuntoUnit:new() function Suite:testCategories() self:assertThrows( function() T.getCategories() end ) self:assertThrows( function() T.getCategories({}) end ) self:assertThrows( function() T.getCategories(false) end ) self:assertDeepEquals( {}, T.ge...")