Module:InfoboxImage: Difference between revisions
From Savez
update strip maker detection as per request on talk page
BalkanMapper (talk | contribs) m (1 revision imported) |
death date and age/infobox music genre>WOSlinker (update strip maker detection as per request on talk page) |
||
| Line 173: | Line 173: | ||
elseif mw.ustring.sub(image,1,1) == "<" then | elseif mw.ustring.sub(image,1,1) == "<" then | ||
return image; | return image; | ||
elseif mw.ustring.sub(image,1, | elseif mw.ustring.sub(image,1,8) == mw.ustring.char(127).."'\"`UNIQ" then | ||
-- Found strip marker at begining, so pass don't process at all | -- Found strip marker at begining, so pass don't process at all | ||
return image; | return image; | ||