Jump to content

Main public logs

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" )
Logs
  • 04:42, 4 August 2021 MeritedElm63160 talk changes created page Module:WDL/sandbox (Created page with "require('Module:No globals') local getArgs = require('Module:Arguments').getArgs local roundAndPad = require('Module:Math')._precision_format local p = {} local function total(won, drawn, lost) if not won and not drawn and not lost then return '' else return (won or 0) + (drawn or 0) + (lost or 0) end end local function displayWinPercent(frame, winPercent, decimals) local retval = '' if winPercent < 10 then retval = '<span style="visibility:hidden;color:tr...")