Jump to content

Module:HTMLDecode

Revision as of 10:48, 13 March 2026 by Taurussmith (talk | contribs) (Created page with "local i = {}; function i.HTMLDecode(frame) return mw.text.decode(frame.args["text"]); end return i;")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

Script error: Lua error: Internal error: The interpreter exited with status 127.

local i = {};

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

return i;