更改
小
Protected "Module:HTMLDecode" ([Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite))
local i = {};
function i.HTMLDecode(frame)
return mw.text.decode(frame.args["text"]);
end
return i;
function i.HTMLDecode(frame)
return mw.text.decode(frame.args["text"]);
end
return i;