Module:HTMLDecode
Appearance
Documentation for this module may be created at Module:HTMLDecode/doc
Script error: Lua error: Internal error: The interpreter exited with status 127.
local i = {};
function i.HTMLDecode(frame)
return mw.text.decode(frame.args["text"]);
end
return i;