Main public logs
From RuneTails
Combined display of all available logs of RuneTails. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 02:07, 13 February 2025 NES talk contribs created page Module:ExtractImageURL (Created page with "local p = {} function p.getPath(frame) local url = frame.args[1] or "" local path = url:match("https?://[^/]+/(.*)") return path or "" end return p")