跳至內容

模組:HTMLDecode

被永久保護的模塊
維基百科,自由的百科全書
local i = {};

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

return i;