Jump to content

Module:HTMLDecode: Difference between revisions

From Wikipedia, the free encyclopedia
m Protected "Module:HTMLDecode" ([Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite))
m Changed protection settings for "Module:HTMLDecode": High-risk template or module ([Edit=Require administrator access] (indefinite) [Move=Require administrator access] (indefinite))
 
(No difference)

Latest revision as of 16:57, 7 December 2023

local i = {};

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

return i;