模块:HTMLDecode:修订间差异

来自UJNWiki
UJNWiki>WOSlinker
(Protected "Module:HTMLDecode" ([Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite)))
 
(导入1个版本)
 
(没有差异)

2023年5月28日 (日) 00:55的最新版本

此模块的文档可以在模块:HTMLDecode/doc创建

local i = {};

function i.HTMLDecode(frame)
    return mw.text.decode(frame.args["text"]);
end

return i;