Jump to content

Module:HTMLDecode

Revision as of 10:48, 13 March 2026 by Taurussmith (talk | contribs) (Protected "Module:HTMLDecode" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) [cascading])
(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;