Changes
		
		
		
		
		
		
		Jump to navigation
		Jump to search
		
		
		
		
		
		
		
		
	
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