মডিউল:ক্রীড়া অবস্থান/উপাত্ত/আইসিসি দলীয় র‍্যাংকিং/পুরুষ টেস্ট

উইকিপিডিয়া, মুক্ত বিশ্বকোষ থেকে
মডিউল নথি[তৈরি করুন]
local data = {}
-- information about other templates used by module
data.templates = { flagged_team_link = 'fb' }
-- general information about ranking and website being cited
data.source = {
    url = 'https://www.icc-cricket.com/rankings/mens/team-rankings/test', 
 title = 'ICC Test Team Rankings (Men)',
 website = 'ICC'
}
-- date of latest update and previous one for movement
data.updated  = {  day =11,  month = 'January',  year =2021 }
data.previous = {  day =11,  month = 'January',   year =2021 }
-- see 'Generating code' section on doc page for how to update the rankings
data.rankings = {
           { 'নিউজিল্যান্ড', 1, 0, 118 },
           { 'অস্ট্রেলিয়া', 2, 0, 116 },
           { 'ভারত', 3, 0, 114 },
           { 'ইংল্যান্ড', 4, 0, 106 },
           { 'দক্ষিণ আফ্রিকা', 5, 0, 96 },
           { 'শ্রীলঙ্কা', 6, 0, 86 },
           { 'পাকিস্তান ', 7, 0, 82 },
           { 'ওয়েস্ট ইন্ডিজ', 8, 0, 77 },
           { 'বাংলাদেশ', 9, 0, 55 },
}
return data