Changes

Jump to navigation Jump to search

Module:InfoboxImage

142 bytes added, 13:52, 4 November 2016
add tracking for Category:Pages using deprecated image syntax as per talk page request
if mw.title.getCurrentTitle().namespace == 0 and (mw.ustring.find(image, "|%s*thumb%s*[|%]]") or mw.ustring.find(image, "|%s*thumbnail%s*[|%]]")) then
return image .. "[[Category:Pages using infoboxes with thumbnail images]]";
elseif mw.title.getCurrentTitle().namespace == 0 then
return image .. "[[Category:Pages using deprecated image syntax]]";
else
return image;
Anonymous user

Navigation menu