Open main menu

Changes

Module:InfoboxImage

143 bytes added, 15:46, 18 March 2013
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
Anonymous user