Jump to content

Main public logs

This is a combined display of all logs except the patrol, review, tag and thanks logs:

Who performed the action – enter their name without prefix under "Performer".
The page or user affected by an action – enter the page or user name (prefixed with "User:") under "Target".
User logs
  • 20:50, 20 March 2023 Sophivorus 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:assertDeepEq...')