Module:Delink: Revision history

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.

13 March 2025

  • curprev 10:2010:20, 13 March 2025 CStatic talk contribs 8,278 bytes +8,278 Created page with "-- This module de-links most wikitext. require('Module:No globals') local p = {} local getArgs local function safeUriDecode(s) local isInvalid = false local ret = string.gsub(s, '%%(%x%x)', function(hex) local decodedNumber = tonumber(hex, 16) if decodedNumber > 127 then isInvalid = true end return string.char(decodedNumber) end) return ret, isInvalid end local function delinkReversePipeTrick(s) if s:ma..."