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

Content deleted Content added
add a few more exceptions that pass through
process parser parms better on example pages
લીટી ૮૨:
if mw.ustring.sub(image,1,2) == "[[" then
return image;
elseif mw.ustring.sub(image,1,2) == "{{" and mw.ustring.sub(image,1,3) ~= "{{{" then
return image;
elseif mw.ustring.sub(image,1,1) == "<" then