Module:Testing
From RuneTails
Documentation for this module may be created at Module:Testing/doc
local p = {}
function p.getPath(frame)
local url = frame.args[1] or ""
return url:gsub("^https?://[^/]+/", "")
end
return p
Documentation for this module may be created at Module:Testing/doc
local p = {}
function p.getPath(frame)
local url = frame.args[1] or ""
return url:gsub("^https?://[^/]+/", "")
end
return p