From Afropedia.world
![]() wikipediatemplates>Xaosflux (Changed protection settings for "Module:HTMLDecode": High-risk template or module ([Edit=Require administrator access] (indefinite) [Move=Require administrator access] (indefinite))) m |
m |
||
(No difference)
|
Latest revision as of 15:24, 31 May 2024
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;