Jump to content

Editing disabled for anonymous users

Revision as of 08:08, 21 March 2025 by Shia.k (talk | contribs) (Created page with " local function pipedLink(name, display) return ''..display..'' end local function isEmpty(value) return value == nil or value == '' end local function notEmpty(value) return not isEmpty(value) end -- Unescape functionality grabbed from https://stackoverflow.com/a/14899740/1832568 local function unescape(str) str = string.gsub(str, '&#(%d+);', string.char) str = string.gsub(str, '&#x(%d+);', function(d) return string.char(tonumber(d, 16)) end) retur...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Anonymous editing is currently disabled. Please log in to edit pages.

Return to Template:Annotated link.