Jump to content

Module:SportsRankings/data/FIVB Women's World Rankings

From Wikipedia, the free encyclopedia

local data = {}

-- information about other templates used by module
data.templates = { flagged_team_link = "vbw" }

-- general information about ranking and website being cited
data.source = {
    url = "https://en.volleyballworld.com/volleyball/world-ranking/women", 
	title = "The FIVB Women's World Ranking",
	website = "FIVB"
}

-- date of latest update and previous one for movement
data.updated = { 	day = 10, 	month = 'June',  year =2024 }
data.previous  = { 	day = 20, 	month = 'May',  year =2024 }

-- see "Generating code" section on doc page for how to update the rankings

data.rankings = {
          { "Turkey", 1, 0, 388.69 },
          { "Brazil", 2, 0, 382.13 }, 
          { "Poland", 3, 0, 373.16 },
          { "Italy", 4, 1, 358.51 },  
          { "United States", 5, -1, 346.78 },
          { "Japan", 6, 2, 329.62 },
		  { "China", 7, -1, 327.57 }, 
          { "Serbia", 8, -1, 324.00 },
          { "Netherlands", 9, 2, 290.95 },   
          { "Canada", 10, 0, 288.74 },     
          { "Dominican Republic", 11, -2, 267.49 },
          { "Germany", 12, 0, 217.83 },
          { "Thailand", 13, 0, 209.11 },
          { "Belgium", 14, 0, 206.26 },
          { "Puerto Rico", 15, 1, 181.90 },
          { "Czechia", 16, 2, 178.53 },   
          { "Argentina", 17, 0, 177.17 },  
          { "Ukraine", 18, 1, 172.15 },
          { "France", 19, -4, 167.11 }, 
          { "Kenya", 20, 0, 162.42 },
          { "Colombia", 21, 1, 149.21 },
          { "Bulgaria", 22, -1, 147.08 },
          { "Cuba", 23, 0, 144.19 },
          { "Sweden", 24, 3, 137.81 },
          { "Cameroon", 25, 0, 135.69 },
          { "Slovakia", 26, 0, 133.33 },
          { "Mexico", 27, 1, 132.77 },
          { "Slovenia", 28, -4, 132.56 },
          { "Romania", 29, 3, 117.72 },
          { "Spain", 30, 1, 116.82 },
          { "Kazakhstan", 31, 2, 112.89 },
          { "Greece", 32, 2, 110.79 },          
          { "Azerbaijan", 33, -3, 108.95 },
          { "Vietnam", 34, 5, 105.98 },       
          { "Egypt", 35, 1, 104.62 },    
          { "Croatia", 36, -1, 103.91 },   
          { "Portugal", 37, 5, 99.24 },    
          { "South Korea", 38, 5, 99.22 },  
          { "Austria", 39, -2, 98.23 },          
          { "Peru", 40, -2, 97.31 },      
          { "Hungary", 41, 0, 96.47 },
          { "Bosnia and Herzegovina", 42, -13, 95.83 },
          { "Finland", 43, 2, 95.75 },
          { "Montenegro", 44, -4, 95.42 }, 
          { "Switzerland", 45, 1, 87.21 },
          { "Chinese Taipei", 46, -2, 80.08 },
          { "Algeria", 47, 0, 78.00 },
          { "Trinidad and Tobago", 48, 0, 69.02 },
          { "Estonia", 49, 0, 63.40 },         
          { "Costa Rica", 50, 0, 56.51 },          
          { "Morocco", 51, 0, 55.79 },         
          { "Latvia", 52, 1, 54.42 },  
          { "Nigeria", 53, -1, 53.66 },          
          { "Virgin Islands", 54, 0, 50.57 },
          { "Philippines", 55, 8, 50.23 },    
          { "Mali", 56, 0, 47.16 },       
          { "India", 57, 5, 46.53 },   
          { "Indonesia", 58, -3, 45.60 },          
          { "Chile", 59, -1, 45.50 },   
          { "Georgia", 60, 5, 44.69 },
          { "Australia", 61, -2, 44.13 },
          { "Rwanda", 62, -2, 43.25 },
          { "Iran", 63, -6, 41.46 },   
          { "Israel", 64, -3, 41.24 },
          { "Macau", 65, -1, 39.83 },
          { "Singapore", 66, 11, 39.47 },
          { "Uganda", 67, -1, 39.43 },
          { "North Macedonia", 68, 0, 37.79 },
          { "Hong Kong", 69, -2, 36.18 },          
          { "Luxembourg", 70, 0, 28.82 },   
          { "Burkina Faso", 71, 1, 27.11 },
          { "Faroe Islands", 72, -1, 25.92 },  
          { "Mongolia", 73, 0, 24.53 },    
          { "Iceland", 74, -5, 24.50 },           
		  { "Denmark", 75, -1, 20.84 },
          { "Uzbekistan", 76, -1, 5.86 },
          { "Burundi", 76, -1, 1.11 },
}

-- list of FIVB country codes
data.alias = { 
		{ "AFG",  "Afghanistan" },
        { "AIA",  "Anguilla" },
        { "ALB",  "Albania" },
        { "ALG",  "Algeria" },
        { "AND",  "Andorra" },
        { "ANG",  "Angola" },
        { "ARG",  "Argentina" },
        { "ARM",  "Armenia" },
        { "ARU",  "Aruba" },
        { "ASA",  "American Samoa" },
        { "ATG",  "Antigua and Barbuda" },
        { "AUS",  "Australia" },
        { "AUT",  "Austria" },
        { "AZE",  "Azerbaijan" },
        { "BAH",  "Bahamas" },
        { "BAN",  "Bangladesh" },
        { "BDI",  "Burundi" },
        { "BEL",  "Belgium" },
        { "BEN",  "Benin" },
        { "BER",  "Bermuda" },
        { "BFA",  "Burkina Faso" },
        { "BHR",  "Bahrain" },
        { "BHU",  "Bhutan" },
        { "BIH",  "Bosnia and Herzegovina" },
        { "BLR",  "Belarus" },
        { "BLZ",  "Belize" },
        { "BOL",  "Bolivia" },
        { "BOT",  "Botswana" },
        { "BRA",  "Brazil" },
        { "BRB",  "Barbados" },
        { "BRU",  "Brunei Darussalam" },
        { "BUL",  "Bulgaria" },
        { "CAM",  "Cambodia" },
        { "CAN",  "Canada" },
        { "CAY",  "Cayman Islands" },
        { "CGO",  "Congo" },
        { "CHA",  "Chad" },
        { "CHI",  "Chile" },
        { "CHN",  "China PR" },
        { "CIV",  "Côte d'Ivoire" },
        { "CMR",  "Cameroon" },
        { "COD",  "Congo DR" },
        { "COK",  "Cook Islands" },
        { "COL",  "Colombia" },
        { "COM",  "Comoros" },
        { "CPV",  "Cabo Verde" },
        { "CRC",  "Costa Rica" },
        { "CRO",  "Croatia" },
        { "CTA",  "Central African Republic" },
        { "CUB",  "Cuba" },
        { "CUW",  "Curaçao" },
        { "CYP",  "Cyprus" },
        { "CZE",  "Czechia" },
        { "DEN",  "Denmark" },
        { "DJI",  "Djibouti" },
        { "DMA",  "Dominica" },
        { "DOM",  "Dominican Republic" },
        { "ECU",  "Ecuador" },
        { "EGY",  "Egypt" },
        { "ENG",  "England" },
        { "EQG",  "Equatorial Guinea" },
        { "ERI",  "Eritrea" },
        { "ESP",  "Spain" },
        { "EST",  "Estonia" },
        { "ETH",  "Ethiopia" },
        { "FIJ",  "Fiji" },
        { "FIN",  "Finland" },
        { "FRA",  "France" },
        { "FRO",  "Faroe Islands" },
        { "GAB",  "Gabon" },
        { "GAM",  "The Gambia" },
        { "GEO",  "Georgia" },
        { "GER",  "Germany" },
        { "GHA",  "Ghana" },
        { "GIB",  "Gibraltar" },
        { "GNB",  "Guinea-Bissau" },
        { "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",  "IR Iran" },
        { "IRL",  "Republic of Ireland" },
        { "IRQ",  "Iraq" },
        { "ISL",  "Iceland" },
        { "ISR",  "Israel" },
        { "ITA",  "Italy" },
        { "JAM",  "Jamaica" },
        { "JOR",  "Jordan" },
        { "JPN",  "Japan" },
        { "KAZ",  "Kazakhstan" },
        { "KEN",  "Kenya" },
        { "KGZ",  "Kyrgyz Republic" },
        { "KOR",  "Korea Republic" },
        { "KSA",  "Saudi Arabia" },
        { "KUW",  "Kuwait" },
        { "KOS",  "Kosovo" },
        { "LAO",  "Laos" },
        { "LBR",  "Liberia" },
        { "LBY",  "Libya" },
        { "LCA",  "St Lucia" },
        { "LES",  "Lesotho" },
        { "LBN",  "Lebanon" },
        { "LIE",  "Liechtenstein" },
        { "LTU",  "Lithuania" },
        { "LUX",  "Luxembourg" },
        { "LVA",  "Latvia" },
        { "MAC",  "Macau" },
        { "MAD",  "Madagascar" },
        { "MAR",  "Morocco" },
        { "MAS",  "Malaysia" },
        { "MDA",  "Moldova" },
        { "MDV",  "Maldives" },
        { "MEX",  "Mexico" },
        { "MKD",  "North Macedonia" },
        { "MLI",  "Mali" },
        { "MLT",  "Malta" },
        { "MNE",  "Montenegro" },
        { "MGL",  "Mongolia" },
        { "MOZ",  "Mozambique" },
        { "MRI",  "Mauritius" },
        { "MSR",  "Montserrat" },
        { "MTN",  "Mauritania" },
        { "MWI",  "Malawi" },
        { "MYA",  "Myanmar" },
        { "NAM",  "Namibia" },
        { "NCA",  "Nicaragua" },
        { "NCL",  "New Caledonia" },
        { "NED",  "Netherlands" },
        { "NEP",  "Nepal" },
        { "NGA",  "Nigeria" },
        { "NIG",  "Niger" },
        { "NIR",  "Northern Ireland" },
        { "NOR",  "Norway" },
        { "NZL",  "New Zealand" },
        { "OMA",  "Oman" },
        { "PAK",  "Pakistan" },
        { "PAN",  "Panama" },
        { "PAR",  "Paraguay" },
        { "PER",  "Peru" },
        { "PHI",  "Philippines" },
        { "PLE",  "Palestine" },
        { "PNG",  "Papua New Guinea" },
        { "POL",  "Poland" },
        { "POR",  "Portugal" },
        { "PRK",  "Korea DPR" },
        { "PUR",  "Puerto Rico" },
        { "QAT",  "Qatar" },
        { "ROU",  "Romania" },
        { "RSA",  "South Africa" },
        { "RUS",  "Russia" },
        { "RWA",  "Rwanda" },
        { "SAM",  "Samoa" },
        { "SCO",  "Scotland" },
        { "SDN",  "Sudan" },
        { "SEN",  "Senegal" },
        { "SEY",  "Seychelles" },
        { "SGP",  "Singapore" },
        { "SKN",  "St Kitts and Nevis" },
        { "SLE",  "Sierra Leone" },
        { "SLV",  "El Salvador" },
        { "SMR",  "San Marino" },
        { "SOL",  "Solomon Islands" },
        { "SOM",  "Somalia" },
        { "SRB",  "Serbia" },
        { "SRI",  "Sri Lanka" },
        { "SSD",  "South Sudan" },
        { "STP",  "São Tomé and Príncipe" },
        { "SUI",  "Switzerland" },
        { "SUR",  "Suriname" },
        { "SVK",  "Slovakia" },
        { "SVN",  "Slovenia" },
        { "SWE",  "Sweden" },
        { "SWZ",  "Eswatini" },
        { "SYR",  "Syria" },
        { "TAH",  "Tahiti" },
        { "TAN",  "Tanzania" },
        { "TCA",  "Turks and Caicos Islands" },
        { "TGA",  "Tonga" },
        { "THA",  "Thailand" },
        { "TJK",  "Tajikistan" },
        { "TKM",  "Turkmenistan" },
        { "TLS",  "Timor-Leste" },
        { "TOG",  "Togo" },
        { "TPE",  "Chinese Taipei" },
        { "TRI",  "Trinidad and Tobago" },
        { "TUN",  "Tunisia" },
        { "TUR",  "Türkiye" },
        { "UAE",  "United Arab Emirates" },
        { "UGA",  "Uganda" },
        { "UKR",  "Ukraine" },
        { "URU",  "Uruguay" },
        { "USA",  "USA" },
        { "UZB",  "Uzbekistan" },
        { "VAN",  "Vanuatu" },
        { "VEN",  "Venezuela" },
        { "VGB",  "British Virgin Islands" },
        { "VIE",  "Vietnam" },
        { "VIN",  "St Vincent and the Grenadines" },
        { "VIR",  "US Virgin Islands" },
        { "WAL",  "Wales" },
        { "YEM",  "Yemen" },
        { "ZAM",  "Zambia" },
        { "ZIM",  "Zimbabwe" },
        -- Alternate names
        { "TUR",  "Turkey" },
        { "CZE",  "Czech Republic" },
        { "CUW",  "Curacao" },
        { "BRU",  "Brunei" },
        { "CPV",  "Cape Verde" },
        { "CPV",  "Cape Verde Islands" },
        { "CHN",  "China" },
        { "COD",  "DR Congo" },
        { "GAM",  "Gambia" },
        { "IRI",  "Iran" },
        { "CIV",  "Ivory Coast" },
        { "PRK",  "North Korea" },
        { "KOR",  "South Korea" },
        { "KGZ",  "Kyrgyzstan" },
        { "SKN",  "Saint Kitts and Nevis" },
        { "SKN",  "St. Kitts and Nevis" },
        { "LCA",  "Saint Lucia" },
        { "LCA",  "St. Lucia" },
        { "VIN",  "Saint Vincent and the Grenadines" },
        { "VIN",  "St. Vincent and the Grenadines" },
        { "STP",  "São Tomé e Príncipe" },
        { "STP",  "Sao Tome e Principe" },
        { "USA",  "United States" },
        { "VIR",  "U.S. Virgin Islands" },
        { "VIR",  "United States Virgin Islands" },
}
-- List of FIVB confederations
data.confederation = { 
	CAVB = { "ALG", "BDI", "BFA", "CMR", "EGY", "KEN", "MAR", "MLI", "NGA", "RWA", "SEN", "TUN", "UGA" },
	
	AVC = { "AUS", "CHN", "TPE", "HKG", "IND", "INA", "IRI", "JPN", "KAZ", "MAC", "MGL", "PHI", "KOR", "SGP", "THA", "UZB", "VIE" },
	
	CEV = { "AUT", "AZE", "BLR", "BEL", "BIH", "BUL", "CRO", "CYP", "CZE",
		"DEN", "EST", "FRO", "FIN", "FRA", "GEO", "GER", "GRE", "HUN", "ISL",
		"ISR", "ITA", "LVA", "LUX", "MNE", "NED", "NOR", "POL", "POR", "ROU",
		"RUS", "SRB", "SVK", "SVN", "ESP", "SWE", "SUI", "TUR", "UKR"
	},
	
	NORCECA = { "CAN", "CRC", "CUB", "DOM", "MEX", "NCA", "PUR", "TRI", "USA", "VIR"
		},
	
	CSV = { "ARG", "BRA", "CHI", "COL", "PER", "VEN"
		},
		
	}
    	                          
return data