You can know more about editing the articles in the wiki by reading guidelines.
Changes
From Speedrunwiki.com
Jump to navigationJump to search
m
Protected "Module:HTMLDecode" ([Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite))
local i = {};
function i.HTMLDecode(frame)
return mw.text.decode(frame.args["text"]);
end
return i;
function i.HTMLDecode(frame)
return mw.text.decode(frame.args["text"]);
end
return i;