Module:HTMLDecode: Difference between revisions

From IxWiki
Jump to navigation Jump to search
wp>WOSlinker
m Protected "Module:HTMLDecode" ([Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite))
 
>Xaosflux
m Changed protection settings for "Module:HTMLDecode": High-risk template or module ([Edit=Require administrator access] (indefinite) [Move=Require administrator access] (indefinite))
 
(One intermediate revision by one other user not shown)
(No difference)

Latest revision as of 11:57, 7 December 2023

Documentation for this module may be created at Module:HTMLDecode/doc

local i = {};

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

return i;