বিষয়বস্তুতে চলুন

মডিউল:এইচটিএমএল ডিকোড

উইকিপিডিয়া, মুক্ত বিশ্বকোষ থেকে

local i = {};

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

return i;