Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
انتقل إلى المحتوى

وحدة:HTMLDecode

من ويكيبيديا، الموسوعة الحرة
local i = {};

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

return i;