Jump to content

🚨 Get your Google Knowledge Panel
â—‰ Displays your name, photo, and profession in Google Search
Click here to get started now

Main public logs

Combined display of all available logs of Knowlepedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 09:21, 12 July 2025 Knowlepedia talk contribs created page Special:Badtitle/NS828:URL (Created page with "-- -- This module implements {{URL}} -- -- See unit tests at Module:URL/testcases local p = {} local function safeUri(s) local success, uri = pcall(function() return mw.uri.new(s) end) if success then return uri end end local function extractUrl(args) for name, val in pairs(args) do if name ~= 2 and name ~= "msg" then local url = name .. "=" .. val; url = mw.ustring.gsub(url, '^[Hh][Tt][Tt][Pp]([Ss]?):(/?)([^/])', 'http%1://%3') local uri = sa...")