Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:URL: Revision history

From WikiOasis Meta

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

15 May 2026

  • curprev 16:5116:51, 15 May 2026 DarkMatterMan4500 talk contribs 3,262 bytes +3,262 Created page with "-- -- This module implements {{URL}} -- -- See unit tests at Module:URL/tests local p = {} function trim(s) return (mw.ustring.gsub(s, "^%s*(.-)%s*$", "%1")) end function safeUri(s) local success, uri = pcall(function() return mw.uri.new(s) end) if success then return uri end end function p._url(url, text) url = trim(url or '') text = trim(text or '') if url == '' then if text == '' then re..."
Cookies help us deliver our services. By using our services, you agree to our use of cookies.