ഈ ഘടകത്തിന്റെ വിവരണം ഘടകം:HTMLDecode/വിവരണം എന്ന താളിൽ നിർമ്മിക്കാവുന്നതാണ്
local i = {}; function i.HTMLDecode(frame) return mw.text.decode(frame.args["text"]); end return i;