Module:Testing: Difference between revisions

From RuneTails
NES (talk | contribs)
No edit summary
NES (talk | contribs)
Blanked the page
Tag: Blanking
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
local p = {}


function p.getPath(frame)
    local url = frame.args[1] or ""
    return url:gsub("^https?://[^/]+/", "")
end
return p

Latest revision as of 15:02, 13 February 2025

Documentation for this module may be created at Module:Testing/doc