You can edit almost every page by Creating an account and confirming your email.

Module:HTMLDecode

From EverybodyWiki Bios & Wiki

Documentation for this module may be created at Module:HTMLDecode/doc

local i = {};

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

return i;

This module "HTMLDecode" is from Wikipedia if otherwise notified