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

local i = {};

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

return i;