更改

添加105字节 、 2020年4月19日 (日) 19:19
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;
匿名用户