Module:InfoboxImage: Difference between revisions

add extra strip marker test
(Image is needed male is already in the list, no need for having it twice)
(add extra strip marker test)
Line 172:
return image;
elseif mw.ustring.sub(image,1,5) == 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