Module:InfoboxImage: திருத்தங்களுக்கு இடையிலான வேறுபாடு
உள்ளடக்கம் நீக்கப்பட்டது உள்ளடக்கம் சேர்க்கப்பட்டது
imported>Info-farmer சி en:Module:InfoboxImage இலிருந்து திருத்தம் இறக்குமதி செய்யப்பட்டன |
imported>Ravidreams சி en:Module:InfoboxImage இலிருந்து திருத்தம் இறக்குமதி செய்யப்பட்டன |
||
| (பயனரால் செய்யப்பட்ட ஒரு இடைப்பட்ட திருத்தம் காட்டப்படவில்லை.) | |||
வரிசை 22:
"Blue - Replace this image female.svg",
"Blue - Replace this image male.svg",
"Flag of None (square).svg",
"Flag of None.svg",
வரி 39 ⟶ 38:
"Red - Replace this image female.svg",
"Red - Replace this image male.svg",
"Replace this image female.svg",
"Replace this image male (blue).svg",
வரி 91 ⟶ 89:
"Noimage.gif",
}
local categories = {
url_image_links = "[[Category:Pages using infoboxes with URL in image parameter]]",
thumbnail_images = "[[Category:Pages using infoboxes with thumbnail images]]",
}
local function trackable()
local ns = mw.title.getCurrentTitle().nsText:lower()
return not (ns == 'user' or ns == 'user talk')
function i.IsPlaceholder(image)
வரி 142 ⟶ 150:
end
end
if
-- Error category.
return trackable() and categories.url_image_links or ""
▲ end
▲ end
▲ end
if mw.ustring.sub(image,1,2) == "[[" then
வரி 166 ⟶ 160:
local cat = "";
if mw.title.getCurrentTitle().namespace == 0 and (mw.ustring.find(image, "|%s*thumb%s*[|%]]") or mw.ustring.find(image, "|%s*thumbnail%s*[|%]]")) then
cat =
end
return image .. cat;
| |||