Module:InfoboxImage: Difference between revisions

Content deleted Content added
add border option
add a few more exceptions that pass through
Line 81:
 
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