Main public logs
Appearance
This shows all the logs of Wikipedia. You can also view logs by log type, the user making the log, or the affected page or user.
- "User" - This is the person who made the action. It does not use the "User:" prefix ( JohnDoe, not User:JohnDoe ).
- "Title" - The page or user affected by an action. The username uses the "User:" prefix ( User:JohnDoe, not JohnDoe ). Page names use the full title of the page. (for example, "Wikipedia talk:Userboxes" )
- 19:44, 4 August 2021 MeritedElm63160 talk changes created page Module:Yesno/testcases (Created page with "local yesno = require('Module:Yesno') local yesnoSandbox = require('Module:Yesno/sandbox') local ScribuntoUnit = require('Module:ScribuntoUnit') local suite = ScribuntoUnit:new() local function compareLiveAndSandbox(expected, liveValue, sandboxValue) local message = "Expected " .. tostring(expected) .. ". Got " suite:assertEquals(expected, liveValue, message .. tostring(liveValue) .. " from live module.") suite:assertEquals(expected, sandboxValue, message .. tostri...")