মডিউল:প্রবেশদ্বার: সংশোধিত সংস্করণের মধ্যে পার্থক্য

বিষয়বস্তু বিয়োগ হয়েছে বিষয়বস্তু যোগ হয়েছে
সম্পাদনা সারাংশ নেই
সম্পাদনা সারাংশ নেই
১৩৬ নং লাইন:
local function getAllImageTables()
local images = {}
local subpages = { 'অ-', 'আ', 'ই', 'ঈ', 'উ', 'ঊ', 'ঋ', 'এ', 'ঐ', 'ও', 'ঔ', 'ক-', 'খ', 'গ', 'ঘ', 'ঙ', 'চ', 'ছ', 'জ', 'ঝ', 'ঞ', 'ট', 'ঠ', 'ড', 'ঢ', 'ণ', 'ত', 'থ', 'দ', 'ধ', 'ন-', 'প', 'ফ', 'ব', 'ভ', 'ম', 'য', 'র', 'ল', 'শ', 'ষ', 'স', 'হ', 'ড়', 'ঢ়', 'য়', 'অন্যান্য' }
for i, subpage in ipairs( subpages ) do
table.insert( images, mw.loadData( 'Module:প্রবেশদ্বার/চিত্র/' .. subpage ) )
১৭০ নং লাইন:
exists[ image ] = portal
else
table.insert( dupes, mw.ustring.format( 'The image "[[:File:%s|%s]]" isচিত্রটি দুইটি usedপ্রবেশদ্বারে forব্যবহার bothকরা portalsহয়েছে, "%s" andএবং "%s".', image, image, exists[ image ], portal ) )
end
end
end
if #dupes < 1 then
return 'কোন সদৃশ চিত্র খুঁজে পাওয়া যায় নি।'
return 'No duplicate images found.'
else
return 'Theযেখানে followingনিম্নলিখিত duplicateসদৃশ imagesচিত্র wereপাওয়া foundগেছে:\n* ' .. table.concat( dupes, '\n* ' )
end
end