Module:FIBA World Rankings/data
Ìrísí
Documentation for this module may be created at Module:FIBA World Rankings/data/doc
-- Data for [[Module:FIBA World Rankings]]
return {
-- Current men's rankings
-- As of 27 February 2023
men = {
['USA'] = 1,
['ESP'] = 2,
['GER'] = 3,
['AUS'] = 4,
['SRB'] = 5,
['LAT'] = 6,
['CAN'] = 7,
['ARG'] = 8,
['FRA'] = 9,
['LTU'] = 10,
['SLO'] = 11,
['BRA'] = 12,
['ITA'] = 13,
['GRE'] = 14,
['POL'] = 15,
['PUR'] = 16,
['MNE'] = 17,
['DOM'] = 18,
['CZE'] = 19,
['FIN'] = 20,
['NGR'] = 37, -- Nigeria
['TUN'] = 36, -- Tunisia
['SEN'] = 47, -- Senegal
['ANG'] = 34, -- Angola
['CIV'] = 33, -- Cote d'Ivoire
},
-- Current women's rankings
women = {
['USA'] = 1,
['CHN'] = 2,
['AUS'] = 3,
['ESP'] = 4,
['CAN'] = 5,
['BEL'] = 6,
['FRA'] = 7,
['BRA'] = 8,
['JPN'] = 9,
['SRB'] = 10,
['NGR'] = 11, -- Nigeria (D'Tigress are ranked very high!)
}
}