Difference between revisions of Module:InfoboxImage

NottNott (talk | contribs)
m 1 revision imported
Viceroy Sam (talk | contribs)
m top: Typo fixing, typos fixed: begining → beginning (2)
 
Line 175: Line 175:
         return image;
         return image;
     elseif mw.ustring.sub(image,1,5) == mw.ustring.char(127).."UNIQ" then
     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
         -- Found strip marker at beginning, so pass don't process at all
         return image;
         return image;
     elseif mw.ustring.sub(image,4,9) == "`UNIQ-" then
     elseif mw.ustring.sub(image,4,9) == "`UNIQ-" then
         -- Found strip marker at begining, so pass don't process at all
         -- Found strip marker at beginning, so pass don't process at all
         return image;
         return image;
     else
     else