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

Module:HTMLDecode

From EverybodyWiki Bios & Wiki
Revision as of 18:49, 1 June 2025 by WikiMasterBot2 (talk | contribs) (Pywikibot 8.4.0)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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