Module:SportsRankings/data/FIVB World Rankings

From Wikipedia, the free encyclopedia

local data = {}

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

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

-- date of latest update and previous one for movement
data.updated  = { 	day = 31, 	month = 'January',  year =2024 }
data.previous = { 	day = 19, 	month = 'August',  year =2023 }

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

data.rankings = {
          { "Poland", 1, 0, 421.14 },
          { "United States", 2, 0, 390.91 },
          { "Italy", 3, 0, 342.43 },
          { "Japan", 4, 0, 340.30 },
          { "Brazil", 5, 0, 338.17 },
          { "Argentina", 6, 0, 314.35 },
          { "Slovenia", 7, 0, 307.12 },
          { "France", 8, 0, 306.80 },
          { "Serbia", 9, 0, 253.22 },
          { "Germany", 10, 0, 249.10 },
          { "Cuba", 11, 0, 236.96 },
          { "Canada", 12, 0, 222.17 },
          { "Netherlands", 13, 0, 214.58 },
          { "Turkey", 14, 0, 210.73 },
          { "Iran", 15, 0, 207.82 },
          { "Ukraine", 16, 0, 197.60 },
          { "Belgium", 17, 0, 182.20 },
          { "Egypt", 18, 0, 164.05 },
          { "Czech Republic", 19, 0, 160.71 },
          { "Bulgaria", 20, 0, 160.07 },
          { "Qatar", 21, 0, 149.27 },
          { "Portugal", 22, 0, 147.35 },
          { "Finland", 23, 0, 146.50 },
          { "Romania", 24, 0, 145.91 },
          { "Tunisia", 25, 0, 145.09 },
          { "Croatia", 26, 0, 137.84 },
          { "Chile", 27, 0, 137.68 },
          { "South Korea", 28, 0, 137.46 },
          { "Cameroon", 29, 0, 129.27 },
          { "Dominican Republic", 30, 0, 128.88 },
          { "China", 31, 0, 125.66 },
          { "Puerto Rico", 32, 0, 125.57 },
          { "Spain", 33, 0, 124.11 },
          { "Mexico", 34, 0, 118.72 },
          { "Australia", 35, 0, 118.27 },
          { "Greece", 36, 0, 113.37 },
          { "Slovakia", 37, 0, 107.82 },
          { "Latvia", 38, 0, 105.46 },
          { "North Macedonia", 39, 0, 105.23 },
          { "Switzerland", 40, 0, 103.36 },
          { "Estonia", 41, 0, 100.62 },
          { "Montenegro", 42, 0, 98.65 },
          { "Chinese Taipei", 43, 0, 92.34 },
          { "Libya", 44, 0, 91.63 },
          { "Colombia", 45, 2, 82.68 },
          { "Denmark", 46, 2, 82.44 },
          { "Hungary", 47, 2, 82.20 },
          { "Austria", 48, 2, 81.05 },
          { "Pakistan", 49, 2, 74.27 },
          { "Algeria", 50, 2, 73.43 },
          { "Morocco", 51, 2, 70.48 },
          { "Indonesia", 52, 5, 61.27 },
          { "Kazakhstan", 53, 6, 57.91 },
          { "Vietnam", 54, 6, 57.90 },
          { "Cyprus", 55, 6, 52.80 },
          { "Israel", 56, 6, 51.43 },
          { "Philippines", 57, 6, 50.71 },
          { "Kenya", 58, 6, 50.39 },
          { "Saudi Arabia", 59, 6, 49.30 },
          { "Sri Lanka", 60, 7, 48.01 },
          { "Afghanistan", 61, 7, 47.06 },
          { "Macau", 62, 7, 45.08 },
          { "Chad", 63, 7, 44.61 },
          { "Thailand", 64, 7, 44.49 },
          { "Bangladesh", 65, 7, 43.02 },
          { "India", 66, 7, 40.23 },
          { "Bahrain", 67, 7, 39.98 },
          { "Rwanda", 68, 7, 38.86 },
          { "Faroe Islands", 69, 7, 37.00 },
          { "Georgia", 70, 7, 36.86 },
          { "Peru", 71, 7, 36.03 },
          { "Senegal", 72, 7, 34.19 },
          { "Guatemala", 73, 7, 33.66 },
          { "Luxembourg", 74, -29, 33.50 },
          { "Azerbaijan", 75, -29, 33.33 },
          { "Iraq", 76, 6, 31.53 },
          { "Ghana", 77, 8, 27.86 },
          { "Uzbekistan", 78, 8, 27.71 },
          { "Suriname", 79, 9, 19.58 },
          { "Gambia", 80, 9, 19.30 },
          { "Hong Kong", 81, 9, 18.57 },
          { "Mongolia", 82, 9, 15.01 },
          { "Burundi", 83, 9, 4.49 },
          { "Tanzania", 84, 9, 4.44 },
          { "Mali", 85, 9, 3.63 },
}

-- 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" },
        { "IDN",  "Indonesia" },
        { "IND",  "India" },
        { "IRL",  "Republic of Ireland" },
        { "IRN",  "IR Iran" },
        { "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" },
        { "MNG",  "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" },
        { "IRN",  "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", "CMR", "COD", "EGY", "KEN", "MAR", "RWA", "TUN", 
		"UGA" },
	
	AVC = { "AUS", "BHR", "CHN", "TPE", "HKG", "IND", "INA", "IRN", "JPN",
		"KAZ", "KOR", "KSA", "MNG", "PAK", "PHI", "QAT", "THA", "UZB", "VIE" },
	
	CEV = { "ALB", "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", "MKD", "NOR", "POL", "POR",
		"ROU", "RUS", "SRB", "SVN", "SVK", "ESP", "SWE", "SUI", "TUR", "UKR" },
	
	NORCECA = { "CAN", "CUB", "DOM", "GUA", "MEX", "PUR", "SUR", "TRI", "USA"
		},
	
	CSV = { "ARG", "BRA", "CHI", "COL", "PER", "VEN" 
		},
		
	}
    	                          
return data