본문으로 이동

모듈:HTMLDecode

위키백과, 우리 모두의 백과사전.

local i = {};

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

return i;