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
  • 19:16, 1 August 2021 MeritedElm63160 talk changes created page Module:IPA symbol/sandbox (Created page with "local data = mw.loadData('Module:IPA symbol/sandbox/data').data local p = {} local gsub = mw.ustring.gsub local len = mw.ustring.len local sub = mw.ustring.sub local function reverseLook(t, s) local ret for i = 1, len(s) - 1 do -- Look for 2-char matches first ret = t[sub(s, i, i + 1)] or t[sub(s, i, i)] if ret then return ret end end ret = t[sub(s, -1)] -- Last character if ret then return ret end end local function returnData(s, dataType) for _,...")