Jump to content

Module:InfoboxImage

Permanently protected module
विकिपीडिया से
WOSlinker (बातचीत | योगदान) (Created page with "local i = {}; function i.InfoboxImage(args) -- if ustring.sub(args["image"],1,2) == "[[" then return args["image"]; -- else -- return args["image"]; -- ...") के द्वारा 18:40, 28 अगस्त 2012 के बदलाव
(अंतर) ← पुरान बदलाव | हाल के संसोधन (अंतर) | नया बदलाव → (अंतर)
local i = {};

function i.InfoboxImage(args)
--    if ustring.sub(args["image"],1,2) == "[[" then
        return args["image"];
--    else
--        return args["image"];
--    end
end

return i;