Module:SportsRankings/data/FIBA Women's World Rankings
local data = {}
-- information about other templates used by module
data.templates = { flagged_team_link = "bkw" }
-- general information about ranking and website being cited
data.source = {
url = 'https://www.fiba.basketball/rankingwomen',
title = "FIBA Women's Ranking Presented by Nike",
website = "FIBA"
}
-- date of latest update and previous one for movement
data.updated = { day = 26, month = 'August', year =2024 }
data.previous = { day = 11, month = 'February', year =2024 }
--[[ the rankings list
copy rankings from FIBA and use follow excel to generate table entre
=CONCAT(" { '", B1, "', ",A1,", ",F1," },")
must manual fix for apostrophe in "Cote d'Ivoire"
--]]
data.rankings = {
-- { country code, rank, move },
{ 'USA', 1, 0, 883.3 },
{ 'Australia', 2, 1, 715.4 },
{ 'France', 3, 4, 706.4 },
{ 'China', 4, -2, 700.0 },
{ 'Spain', 5, -1, 694.9 },
{ 'Belgium', 6, 0, 684.1 },
{ 'Canada', 7, -2, 658.0 },
{ 'Nigeria', 8, 4, 631.0 },
{ 'Serbia', 9, 1, 627.1 },
{ 'Japan', 10, -1, 606.6 },
{ 'Brazil', 11, -3, 565.9 },
{ 'Puerto Rico', 12, -1, 521.7 },
{ 'Germany', 13, 8, 493.8 },
{ 'Korea', 14, -1, 448.5 },
{ 'Hungary', 15, 1, 377.6 },
{ 'Italy', 16, -1, 371.1 },
{ 'Turkey', 17, -3, 345.6 },
{ 'Greece', 18, 1, 333.0 },
{ 'Bosnia and Herzegovina', 19, -1, 332.7 },
{ 'Mali', 20, 0, 326.7 },
{ 'Great Britain', 21, 0, 313.5 },
{ 'Montenegro', 22, 2, 309.9 },
{ 'Czechia', 23, -1, 301.4 },
{ 'Slovenia', 24, 2, 293.0 },
{ 'Senegal', 25, -5, 292.4 },
{ 'New Zealand', 26, -3, 280.0 },
{ 'Sweden', 27, 0, 274.0 },
{ 'Slovakia', 28, 0, 263.8 },
{ 'Latvia', 29, 0, 263.7 },
{ 'Colombia', 30, 0, 252.4 },
{ 'Argentina', 31, 0, 238.3 },
{ 'Ukraine', 32, 2, 217.0 },
{ 'Mozambique', 33, -1, 212.1 },
{ 'Croatia', 34, 2, 201.5 },
{ 'Dominican Republic', 35, 0, 199.1 },
{ 'Venezuela', 36, 6, 187.4 },
{ 'Chinese Taipei', 37, -4, 187.3 },
{ 'Cuba', 38, 2, 182.3 },
{ 'Egypt', 39, -1, 181.2 },
{ 'Philippines', 40, -3, 175.3 },
{ 'Cameroon', 41, -2, 170.3 },
{ 'Angola', 42, -1, 164.6 },
{ 'Lithuania', 43, 3, 163.9 },
{ 'Poland', 44, 0, 163.7 },
{ 'Mexico', 45, -2, 159.3 },
{ 'Portugal', 46, 2, 158.7 },
{ 'Israel', 47, 2, 157.9 },
{ "Cote d'Ivoire", 48, -3, 144.7 },
{ 'Netherlands', 49, 1, 144.2 },
{ 'Denmark', 50, 6, 143.5 },
{ 'Lebanon', 51, -4, 139.6 },
{ 'Indonesia', 52, -1, 138.6 },
{ 'Luxembourg', 53, 15, 131.0 },
{ 'Virgin Islands', 54, 1, 130.7 },
{ 'Iran', 55, -3, 130.3 },
{ 'El Salvador', 56, -3, 128.4 },
{ 'Romania', 57, -3, 125.8 },
{ 'Uganda', 58, -1, 125.6 },
{ 'Bulgaria', 59, -1, 123.0 },
{ 'Finland', 60, 6, 119.8 },
{ 'Switzerland', 61, -1, 115.6 },
{ 'Jordan', 62, -3, 115.1 },
{ 'Paraguay', 63, -2, 113.9 },
{ 'Iceland', 64, 1, 112.5 },
{ 'Thailand', 65, -3, 111.2 },
{ 'Kenya', 66, -3, 109.8 },
{ 'Guatemala', 67, -3, 107.5 },
{ 'Estonia', 68, 1, 101.4 },
{ 'Malaysia', 69, 3, 101.3 },
{ 'Congo DR', 70, 1, 99.2 },
{ 'Costa Rica', 71, 2, 98.2 },
{ 'Kazakhstan', 72, -2, 96.6 },
{ 'North Macedonia', 73, 2, 95.6 },
{ 'Rwanda', 74, 0, 95.3 },
{ 'Norway', 75, 1, 94.2 },
{ 'Cyprus', 76, 1, 93.0 },
{ 'Chile', 77, 1, 92.7 },
{ 'Bahamas', 78, 1, 89.5 },
{ 'India', 79, -12, 89.1 },
{ 'Malta', 80, 1, 86.0 },
{ 'Ireland', 81, -1, 85.5 },
{ 'Austria', 82, 3, 83.9 },
{ 'Syria', 83, -1, 80.9 },
{ 'Ecuador', 84, 3, 74.1 },
{ 'Barbados', 85, 3, 72.5 },
{ 'Kosovo', 86, 3, 72.3 },
{ 'Guinea', 87, -4, 70.4 },
{ 'Mongolia', 88, 3, 70.0 },
{ 'Cape Verde', 89, 1, 69.8 },
{ 'Uzbekistan', 90, 2, 69.5 },
{ 'Singapore', 91, 2, 68.7 },
{ 'Albania', 92, -8, 68.7 },
{ 'Uruguay', 93, 1, 68.5 },
{ 'Panama', 94, 3, 64.6 },
{ 'Moldova', 95, 5, 61.4 },
{ 'Honduras', 96, 2, 60.5 },
{ 'Zimbabwe', 97, 4, 60.0 },
{ 'Tunisia', 98, -2, 60.0 },
{ 'St.Vincent and the Grenadines', 99, 3, 58.9 },
{ 'Jamaica', 100, 3, 58.2 },
{ 'South Sudan', 101, 3, 53.6 },
{ 'Korea DPR', 102, -17, 50.0 },
{ 'Nicaragua', 103, 3, 47.4 },
{ 'Suriname', 104, 3, 45.2 },
{ 'Azerbaijan', 105, 0, 43.5 },
{ 'Gibraltar', 106, 2, 42.2 },
{ 'Central African Rep.', 107, 2, 41.7 },
{ 'Fiji', 108, 2, 40.6 },
{ 'Zambia', 109, 2, 40.4 },
{ 'Benin', 110, 2, 40.2 },
{ 'Andorra', 111, 2, 39.8 },
{ 'Sri Lanka', 112, 3, 36.0 },
{ 'Gabon', 113, -19, 28.1 },
{ 'Guyana', 114, 2, 27.7 },
}
-- alias list (need empty list if not used)
data.alias = {
{ 'ALB', 'Albania' },
{ 'ALG', 'Algeria' },
{ 'AND', 'Andorra' },
{ 'ANG', 'Angola' },
{ 'ATG', 'Antigua and Barbuda' },
{ 'ARG', 'Argentina' },
{ 'ARM', 'Armenia' },
{ 'ASA', 'American Samoa' },
{ 'AUS', 'Australia' },
{ 'AUT', 'Austria' },
{ 'AZE', 'Azerbaijan' },
{ 'BAH', 'Bahamas' },
{ 'BAN', 'Bangladesh' },
{ 'BAR', 'Barbados' },
{ 'BDI', 'Burundi' },
{ 'BEL', 'Belgium' },
{ 'BEN', 'Benin' },
{ 'BER', 'Bermuda' },
{ 'BHR', 'Bahrain' },
{ 'BHU', 'Bhutan' },
{ 'BIH', 'Bosnia and Herzegovina' },
{ 'BLR', 'Belarus' },
{ 'BLZ', 'Belize' },
{ 'BOL', 'Bolivia' },
{ 'BOT', 'Botswana' },
{ 'BRA', 'Brazil' },
{ 'BRN', 'Bahrain' },
{ 'BRU', 'Brunei Darussalam' },
{ 'BUL', 'Bulgaria' },
{ 'BUR', 'Burkina Faso' },
{ 'CAF', 'Central African Rep.' },
{ 'CAM', 'Cambodia' },
{ 'CAN', 'Canada' },
{ 'CAY', 'Cayman Islands' },
{ 'CGO', 'Congo' },
{ 'CHA', 'Chad' },
{ 'CHI', 'Chile' },
{ 'CHN', 'China' },
{ 'CIV', "Cote d'Ivoire" },
{ 'CMR', 'Cameroon' },
{ 'COD', 'Congo DR' },
{ 'COK', 'Cook Islands' },
{ 'COL', 'Colombia' },
{ 'CPV', 'Cape Verde' },
{ 'CRC', 'Costa Rica' },
{ 'CRO', 'Croatia' },
{ 'CUB', 'Cuba' },
{ 'CYP', 'Cyprus' },
{ 'CZE', 'Czech Republic' },
{ 'DEN', 'Denmark' },
{ 'DOM', 'Dominican Republic' },
{ 'ECU', 'Ecuador' },
{ 'EGY', 'Egypt' },
{ 'EQG', 'Equatorial Guinea' },
{ 'ERI', 'Eritrea' },
{ 'ESA', 'El Salvador' },
{ 'ESP', 'Spain' },
{ 'EST', 'Estonia' },
{ 'FIJ', 'Fiji' },
{ 'FIN', 'Finland' },
{ 'FRA', 'France' },
{ 'GAB', 'Gabon' },
{ 'GBR', 'Great Britain' },
{ 'GEO', 'Georgia' },
{ 'GER', 'Germany' },
{ 'GIB', 'Gibraltar' },
{ 'GRE', 'Greece' },
{ 'GRN', 'Grenada' },
{ 'GUA', 'Guatemala' },
{ 'GUI', 'Guinea' },
{ 'GUM', 'Guam' },
{ 'GUY', 'Guyana' },
{ 'HAI', 'Haiti' },
{ 'HKG', 'Hong Kong' },
{ 'HON', 'Honduras' },
{ 'HUN', 'Hungary' },
{ 'INA', 'Indonesia' },
{ 'IND', 'India' },
{ 'IRI', 'Iran' },
{ 'IRL', 'Ireland' },
{ 'IRQ', 'Iraq' },
{ 'ISL', 'Iceland' },
{ 'ISR', 'Israel' },
{ 'ISV', 'US Virgin Islands' },
{ 'ISV', 'Virgin Islands' },
{ 'ITA', 'Italy' },
{ 'IVB', 'British Virgin Islands' },
{ 'JAM', 'Jamaica' },
{ 'JOR', 'Jordan' },
{ 'JPN', 'Japan' },
{ 'KAZ', 'Kazakhstan' },
{ 'KEN', 'Kenya' },
{ 'KOR', 'Korea' },
{ 'KOS', 'Kosovo' },
{ 'KSA', 'Saudi Arabia' },
{ 'KUW', 'Kuwait' },
{ 'LAT', 'Latvia' },
{ 'LBA', 'Libya' },
{ 'LBN', 'Lebanon' },
{ 'LCA', 'St. Lucia' },
{ 'LTU', 'Lithuania' },
{ 'LUX', 'Luxembourg' },
{ 'MAC', 'Macau' },
{ 'MAD', 'Madagascar' },
{ 'MAR', 'Morocco' },
{ 'MAS', 'Malaysia' },
{ 'MSR', 'Montserrat' },
{ 'MAW', 'Malawi' },
{ 'MDA', 'Moldova' },
{ 'MDV', 'Maldives' },
{ 'MEX', 'Mexico' },
{ 'MKD', 'North Macedonia' },
{ 'MLG', 'Mongolia' },
{ 'MLI', 'Mali' },
{ 'MLT', 'Malta' },
{ 'MNE', 'Montenegro' },
{ 'MOZ', 'Mozambique' },
{ 'MTN', 'Mauritania' },
{ 'MYA', 'Myanmar' },
{ 'NCA', 'Nicaragua' },
{ 'NED', 'Netherlands' },
{ 'NEP', 'Nepal' },
{ 'NGR', 'Nigeria' },
{ 'NOR', 'Norway' },
{ 'NZL', 'New Zealand' },
{ 'OMA', 'Oman' },
{ 'PAN', 'Panama' },
{ 'PAR', 'Paraguay' },
{ 'PER', 'Peru' },
{ 'PHI', 'Philippines' },
{ 'PLE', 'Palestine' },
{ 'POL', 'Poland' },
{ 'POR', 'Portugal' },
{ 'PRK', 'Korea DPR' },
{ 'PUR', 'Puerto Rico' },
{ 'QAT', 'Qatar' },
{ 'ROU', 'Romania' },
{ 'RSA', 'South Africa' },
{ 'RUS', 'Russia' },
{ 'RWA', 'Rwanda' },
{ 'SAM', 'Samoa' },
{ 'SEN', 'Senegal' },
{ 'SEY', 'Seychelles' },
{ 'SGP', 'Singapore' },
{ 'SLO', 'Slovenia' },
{ 'SMR', 'San Marino' },
{ 'SOM', 'Somalia' },
{ 'SRB', 'Serbia' },
{ 'SRI', 'Sri Lanka' },
{ 'SSD', 'South Sudan' },
{ 'SUI', 'Switzerland' },
{ 'SUR', 'Suriname' },
{ 'SVK', 'Slovakia' },
{ 'SWE', 'Sweden' },
{ 'SYR', 'Syria' },
{ 'TAH', 'Tahiti' },
{ 'TAN', 'Tanzania' },
{ 'THA', 'Thailand' },
{ 'TOG', 'Togo' },
{ 'TON', 'Tonga' },
{ 'TPE', 'Chinese Taipei' },
{ 'TTO', 'Trinidad and Tobago' },
{ 'TUN', 'Tunisia' },
{ 'TUR', 'Turkey' },
{ 'UAE', 'UAE' },
{ 'UGA', 'Uganda' },
{ 'UKR', 'Ukraine' },
{ 'URU', 'Uruguay' },
{ 'USA', 'USA' },
{ 'UZB', 'Uzbekistan' },
{ 'VEN', 'Venezuela' },
{ 'VIE', 'Vietnam' },
{ 'VIN', 'Saint Vincent and the Grenadines' },
{ 'ZAM', 'Zambia' },
{ 'ZIM', 'Zimbabwe' },
--
{ 'code', 'key'}
}
-- List of FIBA confederations
data.confederation = {
Africa = { "NGR", "SEN", "MLI", "MOZ", "ANG", "EGY", "CMR", "CIV", "KEN",
"COD", "GAB", "UGA", "CPV", "RWA", "TUN", "ALG", "GUI", "RSA", "ZIM",
"BDI", "CAF", "MAR", "BEN", "SSD", "BOT", "TAN"
},
Americas = { "USA", "CAN", "BRA", "PUR", "ARG", "CUB", "COL", "DOM", "ISV",
"MEX", "VEN", "PAR", "JAM", "BAH", "CHI", "ECU", "BAR", "CRC", "ESA",
"TTO", "ATG", "VIN", "GUA", "HON", "IVB", "PAN", "URU", "SUR", "GUY",
"NCA"
},
Asia = { "AUS", "CHN", "JPN", "KOR", "TPE", "NZL", "PHI", "LBN", "KAZ",
"MAS", "IND", "INA", "PRK", "IRI", "UZB", "SGP", "THA", "SYR", "HKG",
"FIJ", "SRI", "JOR"
},
Europe = { "ESP", "FRA", "BEL", "SRB", "TUR", "BLR", "RUS", "ITA", "GRE",
"SWE", "MNE", "GBR", "CZE", "SVK", "LAT", "SLO", "UKR", "BIH", "HUN",
"CRO", "LTU", "POL", "GER", "BUL", "ROU", "NED", "ISR", "POR", "LUX",
"DEN", "SUI", "IRL", "AUT", "EST", "FIN", "MLT", "ISL", "KOS", "MKD",
"CYP", "MDA", "NOR", "ALB", "AZE", "AND", "GIB"
},
}
return data