Jump to content

Module:HTMLDecode: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Created page with 'local i = {}; function i.HTMLDecode(frame) return mw.text.decode(frame.args["text"]); end return i;'
(No difference)

Revision as of 11:14, 19 April 2020

local i = {};

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

return i;