这是Module:HTMLDecode的当前版本,由Xiplus-abot(留言 | 贡献)编辑于2025年1月1日 (三) 20:51 (已更改“Module:HTMLDecode”的保护设置:高風險模板:6655引用<!-- 機器人3 -->([编辑=仅允许模板编辑员](无限期)[移动=仅允许模板编辑员](无限期)))。这个网址是本页该版本的固定链接。
local i = {}; function i.HTMLDecode(frame) return mw.text.decode(frame.args["text"]); end return i;