વિભાગ:InfoboxImage: આવૃત્તિઓ વચ્ચેનો તફાવત

Content deleted Content added
add border option
add a few more exceptions that pass through
લીટી ૮૧:
 
if mw.ustring.sub(image,1,2) == "[[" then
return image;
elseif mw.ustring.sub(image,1,2) == "{{" then
return image;
elseif mw.ustring.sub(image,1,1) == "<" then
return image;
else