模块:HTMLDecode:修订间差异
UJNWiki>WOSlinker 小 (Protected "Module:HTMLDecode" ([Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite))) |
(没有差异)
|
2020年4月19日 (日) 19:19的版本
此模块的文档可以在模块:HTMLDecode/doc创建
local i = {};
function i.HTMLDecode(frame)
return mw.text.decode(frame.args["text"]);
end
return i;