Permanently protected module

Module:HTMLDecode

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search

local i = {};

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

return i;