Lua error in မော်ဂျူး:Documentation at line 144: message: type error in message cfg.container (string expected, got nil).

local i = {};

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

return i;