Jump to content

Module:HTMLDecode: Difference between revisions

Taurussmith (talk | contribs)
Created page with "local i = {}; function i.HTMLDecode(frame) return mw.text.decode(frame.args["text"]); end return i;"
 
Taurussmith (talk | contribs)
m Protected "Module:HTMLDecode" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) [cascading]
 
(No difference)

Latest revision as of 10:48, 13 March 2026

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;