Changes

105 bytes added ,  21:54, 15 July 2021
Pywikibot 6.4.0
local i = {};

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

return i;