Main public logs
Combined display of all available logs of NBITTRPG Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 10:20, 13 March 2025 CStatic talk contribs created page Module:Delink (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...")