跳去內容

模組:HTMLDecode

出自維基百科,自由嘅百科全書
模組解[]
local i = {};

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

return i;