మాడ్యూల్:HTMLDecode

వికీపీడియా నుండి
Jump to navigation Jump to search
local i = {};

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

return i;