User contributions for 172.70.114.146

For 172.70.114.146 talk block log logs
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽

25 June 2023

  • 01:4401:44, 25 June 2023 diff hist +4,153 N Module:URLCreated 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..." current