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" )
- 01:45, 4 November 2021 MeritedElm63160 talk changes created page Module:UnitTests (Created page with "-- UnitTester provides unit testing for other Lua scripts. For details see Wikipedia:Lua#Unit_testing. -- For user documentation see talk page. local UnitTester = {} local frame, tick, cross local result_table_header = "{|class=\"wikitable\"\n|+ %s\n! !! Text !! Expected !! Actual" local result_table_live_sandbox_header = "{|class=\"wikitable\"\n|+ %s\n! !! Test !! Live !! Sandbox !! Expected" local result_table = { n = 0 } local result_table_mt = { insert = func...")