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

মডিউল নথি[তৈরি করুন]
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/womens/team-rankings/odi', 
 title = 'ICC ODI Team Rankings (Women)',
 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, 162 },
           { 'ভারত', 2, 0, 121 },
           { 'ইংল্যান্ড', 3, 0, 119 },
           { 'দক্ষিণ আফ্রিকা', 4, 0, 107 },
           { 'নিউজিল্যান্ড', 5, 0, 92 },
           { 'ওয়েস্ট ইন্ডিজ', 6, 0, 85 },
           { 'পাকিস্তান ', 7, 0, 77 },
           { 'বাংলাদেশ', 8, 0, 61 },
           { 'শ্রীলঙ্কা', 9, 0, 47 },
           { 'আয়ারল্যান্ড', 10, 0, 13 },
}
return data