Module:HTMLDecode

From Constructed Worlds Wiki
Jump to navigation Jump to search
Wikipedia logo This page uses material from the Wikipedia page Module:HTMLDecode, which is released under the Creative Commons Attribution-ShareAlike 3.0 Unported License (view authors).

local i = {};

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

return i;