Jump to content

Module:HTMLDecode

Permanently protected module
From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Xaosflux (talk | contribs) at 16:57, 7 December 2023 (Changed protection settings for "Module:HTMLDecode": High-risk template or module ([Edit=Require administrator access] (indefinite) [Move=Require administrator access] (indefinite))). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local i = {};

function i.HTMLDecode(frame)
    return mw.text.decode(frame.args["text"]);
end

return i;