Module:InfoboxImage: Difference between revisions

m
1 revision imported from wikipedia:Module:InfoboxImage
(add class param from sandbox as per edit request)
m (1 revision imported from wikipedia:Module:InfoboxImage)
 
(3 intermediate revisions by 3 users not shown)
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;
rtl-contributors
1,630

edits