Module:InfoboxImage: Difference between revisions

update strip maker detection as per request on talk page
m (75 revisions imported from wikipedia:Module:InfoboxImage)
(update strip maker detection as per request on talk page)
Line 173:
elseif mw.ustring.sub(image,1,1) == "<" then
return image;
elseif mw.ustring.sub(image,1,58) == mw.ustring.char(127).."'\"`UNIQ" then
-- Found strip marker at begining, so pass don't process at all
return image;
elseif mw.ustring.sub(image,4,9) == "`UNIQ-" then
-- Found strip marker at begining, so pass don't process at all
return image;
Anonymous user