模块:HTMLDecode
wikilife>WOSlinker2020年4月19日 (日) 19:19的版本 (Protected "Module:HTMLDecode" ([Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite)))
此模块的文档可以在模块:HTMLDecode/doc创建
local i = {}; function i.HTMLDecode(frame) return mw.text.decode(frame.args["text"]); end return i;