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

Nga Wikipedia, enciklopedia e lirë
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",
	language = "en"
}

-- date of latest update and previous one for movement
data.updated  = { 	day = 04, 	month = 'September',  year =2023 }
data.previous = { 	day = 16, 	month = 'July',  year =2023 }

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

data.rankings = {
          { "Turkey", 1, 0, 384.08 },
          { "United States", 2, 0, 357.13 },
          { "Serbia", 3, 0, 356.82 },
          { "Brazil", 4, 0, 350.76 },   
          { "China", 5, 0, 346.70 },          
          { "Italy", 6, 0, 345.16 },
          { "Poland", 7, 0, 315.55 },
          { "Japan", 8, 0, 306.57 },
          { "Netherlands", 9, 0, 286.85 },          
          { "Dominican Republic", 10, 0, 286.36 },
          { "Canada", 11, 0, 246.95 },          
          { "Germany", 12, 0, 222.30 },
          { "Belgium", 13, 0, 217.33 },
          { "Thailand", 14, 0, 188.51 },
          { "France", 15, 0, 184.99 },
          { "Bulgaria", 16, 0, 182.16 },
          { "Czechia", 17, 0, 177.14 },
          { "Ukraine", 18, 0, 171.14 },
          { "Argentina", 19, 0, 170.95 },
          { "Colombia", 20, 0, 165.23 },
          { "Kenya", 21, 0, 162.42 },
          { "Puerto Rico", 22, 0, 155.49 },
          { "Mexico", 23, 0, 152.26 },
          { "Cuba", 24, 0, 147.63 },
          { "Slovenia", 25, 0, 136.38 },
          { "Cameroon", 26, 0, 135.69 },
          { "Slovakia", 27, 0, 135.21 },
          { "Sweden", 28, 0, 134.03 },
          { "Peru", 29, 0, 116.71 },
          { "Bosnia and Herzegovina", 30, 0, 114.17 },
          { "Spain", 31, 0, 114.14 },
          { "Azerbaijan", 32, 0, 112.41 },
          { "Greece", 33, 0, 110.79 },
          { "Romania", 34, 0, 110.63 },          
          { "Croatia", 35, 0, 106.18 },
          { "Austria", 36, 0, 105.44 },
          { "South Korea", 37, 0, 105.09 },
          { "Egypt", 38, 0, 104.62 },
          { "Vietnam", 39, 0, 97.78 },
          { "Kazakhstan", 40, 0, 93.28 },
          { "Portugal", 41, 0, 92.84 },
          { "Montenegro", 42, 0, 91.46 },
          { "Israel", 43, 0, 91.24 },
          { "Hungary", 44, 0, 90.34 },
          { "Switzerland", 45, 0, 87.21 },
          { "Finland", 46, 0, 84.38 },
          { "Algeria", 47, 0, 78.00 },
		  { "Denmark", 48, 0, 70.84 },
          { "Trinidad and Tobago", 49, 0, 69.02 },
          { "Estonia", 50, 0, 67.51 },
          { "Chinese Taipei", 51, 0, 67.06 },
          { "Costa Rica", 52, 0, 59.69 },
          { "Australia", 53, 0, 57.62 },
          { "Norway", 54, 0, 55.85 },          
          { "Morocco", 55, 0, 55.79 },
          { "Nigeria", 56, 0, 53.66 },
          { "Nicaragua", 57, 0, 53.56 },
          { "Latvia", 58, 0, 51.92 },
          { "Virgin Islands", 59, 0, 50.57 },
          { "Indonesia", 60, 0, 47.97 },
          { "Mali", 61, 0, 47.16 },
          { "India", 62, 0, 46.94 },
          { "Hong Kong", 63, 0, 46.12 },
          { "Chile", 64, 0, 45.50 },          
          { "Mongolia", 65, 0, 44.56 },          
          { "Rwanda", 66, 0, 43.25 },          
          { "Iran", 67, 0, 41.08 },          
          { "Macao", 68, 0, 39.83 },
          { "Uganda", 69, 0, 39.43 },          
          { "Georgia", 70, 0, 38.22 },          
          { "North Macedonia", 71, 0, 37.79 },
          { "Cyprus", 72, 0, 35.41 },
          { "Senegal", 73, 0, 34.45 },
          { "Iceland", 74, 0, 33.24 },
          { "Luxembourg", 75, 0, 32.46 },
          { "Philippines", 76, 0, 32.07 },
          { "Faroe Islands", 77, 0, 32.03 },
          { "Burkina Faso", 78, 0, 27.11 },
          { "Tunisia", 79, 0, 23.79 },
          { "Venezuela", 80, 0, 21.60 },
          { "Uzbekistan", 82, 0, 13.69 },
          { "Burundi", 83, 0, 1.11 },
          { "Lesotho", 84, 0, -2.48 },

          



}

-- 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 = { "CMR", "KEN", "MAR", "SEN", "TUN" },
	
	AVC = { "CHN", "JPN", "KAZ", "KOR", "THA" },
	
	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", "USA"
		},
	
	CSV = { "ARG", "BRA", "COL", "PER", "VEN"
		},
		
	}
    	                          
return data