मोड्युल:HTMLDecode

विकिपिडिया, एक स्वतन्त्र विश्वकोशबाट
local i = {};

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

return i;