“模块:HTMLDecode”的版本间的差异

wikilife>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;