Jump to content

Module:HTMLDecode

विकिपीडिया से
en>WOSlinker (Protected "Module:HTMLDecode" ([Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite))) के द्वारा 11:19, 19 अप्रैल 2020 के बदलाव

local i = {};

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

return i;