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 |
(No difference)
|
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;