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:49, 4 August 2021 MeritedElm63160 talk changes created page Module:URL/testcases (Created page with "-- Unit tests for Module:URL. Click talk page to run tests. local p = require('Module:UnitTests') function p:test_url() local cases = { '{{#invoke:URL/sandbox|url}}', '{{#invoke:URL/sandbox|url|}}', '{{#invoke:URL/sandbox|url||}}', } text = self.frame:expandTemplate{ title = 'tlx', args = { 'URL', "''example.com''", "''optional display text''" } } for _, case in ipairs(cases) do self:preprocess_equals(case, text)...")