وحدة:SportsRankings/data/FIH Women's World Rankings

local data = {}

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

-- general information about ranking and website being cited
data.source = {
    url = "http://fih.ch/media/13253706/fih-world-rankings-june-2019-women.pdf", 
	title = "FIH Hero World Rankings June 2019 – Women",
	website = "FIH"
}

-- date of latest update and previous one for movement
data.updated  = {day = 29, month = 'يونيو', 	year = 2019 }
data.previous = {day = 22, month = 'يناير', 	year = 2019 }

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

data.rankings = {
	      { "Netherlands", 1, 0, 2578},
          { "Australia", 2, 1, 2070},
          { "Argentina", 3, 1, 1938},
          { "England", 4, -2, 1861},
          { "Germany", 5, 0, 1793},
          { "New Zealand", 6, 0, 1683},
          { "Spain", 7, 0, 1613},
          { "Ireland", 8, 0, 1480},
          { "Belgium", 9, 4, 1445},
          { "India", 10, -1, 1443},
          { "China", 11, -1, 1421},
          { "Korea", 12, -1, 1380},
          { "United States", 13, -1, 1223},
          { "Japan", 14, 0, 1185},
          { "Chile", 15, 1, 1085},          
          { "South Africa", 16, -1, 983},
          { "Italy", 17, 0, 929},
          { "Canada", 18, 3, 823},
          { "Scotland", 19, -1, 713},
          { "Malaysia", 20, 2, 708},
          { "Czech Republic", 21, -2, 703},
          { "Belarus", 22, -2, 625},
          { "Russia", 23, 2, 596},
          { "Poland", 24, -1, 580},
          { "Uruguay", 25, -1, 483},
          { "Wales", 26, 1, 475},
          { "Ukraine", 27, -1, 418},
          { "Thailand", 28, 0, 335},
          { "Mexico", 29, 0, 324},
          { "France", 30, 0, 260},
          { "Austria", 31, 0, 258},
          { "Ghana", 32, 0, 246},
          { "Turkey", 33, 0, 235},
          { "Kazakhstan", 34, -1, 230},
          { "Singapore", 35, 0, 229},
          { "Lithuania", 36, 0, 209},
          { "Brazil", 37, 0, 206},
          { "Peru", 38, 0, 170},
          { "Switzerland", 39, 0, 165},
          { "Namibia", 40, 2, 145},
          { "Barbados", 41, 0, 144},
          { "Croatia", 42, 3, 140},      
          { "Hong Kong China", 43, -3, 139},
          { "Fiji", 44, 0, 135},
          { "Kenya", 45, -2, 130},
          { "Azerbaijan", 46, 0, 125},
          { "Nigeria", 47, 1, 118},          
          { "Puerto Rico", 47, 0, 118},
          { "Slovenia", 49, 2, 110},
          { "Paraguay", 50, 0, 105},          
          { "Panama", 51, 1, 103},
          { "Sri Lanka", 52, 3, 87},
          { "Trinidad & Tobago", 52, -1, 87},
          { "Chinese Taipei", 54, 3, 84},
          { "Samoa", 55, 0, 81},
          { "Pakistan", 56, 2, 78},
          { "Egypt", 57, 3, 77},          
          { "Dominican Republic", 58, -4, 75},
          { "Solomon Islands", 58, 0, 75},
          { "Indonesia", 60, 2, 74},
          { "Cambodia", 61, 0, 71},
          { "Cuba", 62, 2, 69},          
          { "Papua New Guinea", 62, -6, 69},
          { "Uzbekistan", 64, 1, 66},
          { "Tonga", 65, -2, 64},
          { "Zimbabwe", 66, 0, 52},
          { "Guatemala", 67, 0, 32},
          { "Vanuatu", 68, 0, 30},
          { "Guyana", 69, 2, 29},
          { "Tanzania", 70, -1, 28},
          { "Jamaica", 71, -1, 27},
          { "Bermuda", 72, 1, 25},
          { "Zambia", 72, -0, 25},
          { "Venezuela", 74, 0, 22},
          { "Bolivia", 75, 0, 20},
          { "Brunei", 76, 0, 12},
}

-- list of FIFA country codes
data.alias = { 
        { "AFG",  "Afghanistan" },
        { "ARG",  "Argentina" },
        { "ARM",  "Armenia" },
        { "AUS",  "Australia" },
        { "AUT",  "Austria" },
        { "AZE",  "Azerbaijan" },
        { "BAN",  "Bangladesh" },
        { "BEL",  "Belgium" },
        { "BER", "Bermuda" },
        { "BLR",  "Belarus" },
        { "BOL", "Bolivia" },
        { "BOT",  "Botswana" },
        { "BRA",  "Brazil" },
        { "BRB",  "Barbados" },
        { "BRU",  "Brunei" },
        { "BUL",  "Bulgaria" },
        { "CAM", "Cambodia" },
        { "CAN",  "Canada" },
        { "CHI",  "Chile" },
        { "CHN",  "China" },
        { "CRO",  "Croatia" },
        { "CUB",  "Cuba" },
        { "CYP",  "Cyprus" },
        { "CZE",  "Czech Republic" },
        { "DEN",  "Denmark" },
        { "DOM",  "Dominican Republic" },
        { "ECU",  "Ecuador" },
        { "EGY",  "Egypt" },
        { "ENG",  "England" },
        { "ESP",  "Spain" },
        { "FIJ",  "Fiji" },
        { "FIN",  "Finland" },
        { "FRA",  "France" },
        { "GER",  "Germany" },
        { "GHA",  "Ghana" },
        { "GIB",  "Gibraltar" },
        { "GUA", "Guatemala" },
        { "GUY",  "Guyana" },
        { "HKG",  "Hong Kong China" },
        { "HUN",  "Hungary" },
        { "INA", "Indonesia" },
        { "IND",  "India" },
        { "IRE",  "Ireland" },
        { "IRN",  "Iran" },
        { "ITA",  "Italy" },
        { "JAM",  "Jamaica" },
        { "JPN",  "Japan" },
        { "KAZ",  "Kazakhstan" },
        { "KEN",  "Kenya" },
        { "KOR",  "Korea" },
        { "LTU",  "Lithuania" },
        { "MAS",  "Malaysia" },
        { "MEX",  "Mexico" },
        { "MLT",  "Malta" },
        { "MYA",  "Myanmar" },
        { "NAM",  "Namibia" },
        { "NED",  "Netherlands" },
        { "NGA",  "Nigeria" },
        { "NOR", "Norway" },
        { "NZL",  "New Zealand" },
        { "OMA",  "Oman" },
        { "PAK",  "Pakistan" },
        { "PAN",  "Panama" },
        { "PAR",  "Paraguay" },
        { "PER",  "Peru" },
        { "PNG",  "Papua New Guinea" },
        { "POL",  "Poland" },
        { "POR",  "Portugal" },
        { "PUR",  "Puerto Rico" },
        { "QAT",  "Qatar" },
        { "RSA",  "South Africa" },
        { "RUS",  "Russia" },
        { "SAM",  "Samoa" },
        { "SCO",  "Scotland" },
        { "SIN",  "Singapore" },
        { "SOL",  "Solomon Islands" },
        { "SRI",  "Sri Lanka" },
        { "SUI",  "Switzerland" },
        { "SVK",  "Slovakia" },
        { "SVN",  "Slovenia" },
        { "SWE",  "Sweden" },
        { "TAN",  "Tanzania" },
        { "TGA",  "Tonga" },
        { "THA",  "Thailand" },
        { "TPE",  "Chinese Taipei" },
        { "TRI",  "Trinidad & Tobago" },
        { "TUR",  "Turkey" },
        { "UKR",  "Ukraine" },
        { "URU",  "Uruguay" },
        { "USA",  "United States" },
        { "UZB",  "Uzbekistan" },
        { "VAN",  "Vanuatu" },
        { "VIE", "Vietnam" },
        { "VEN",  "Venezuela" },
        { "WAL",  "Wales" },
        { "ZAM", "Zambia" },
        { "ZIM",  "Zimbabwe" },
}

data.confederation = {
	AfHF = {"BOT","EGY","GHA","KEN","NAM","NGA","RSA","TAN","ZAM","ZIM"
	},
	AHF = {"AFG","BAN","BRU","CAM","CHN","HKG","INA","IND","IRN","JPN","KAZ","KOR",
		"MAC","MAS","MYA","NEP","OMA","PAK","QAT","SIN","SRI","THA","TPE",
		"UZB","VIE"
	},
	EHF = {"ARM","AUT","AZE","BEL","BLR","BUL","CRO","CYP","CZE","DEN","ENG",
		"ESP","FIN","FRA","GER","GIB","GRE","HUN","IRE","ITA","LTU","MLT",
		"NED","NOR","POL","POR","RUS","SCO","SUI","SVK","SVN","SWE","TUR",
		"UKR","WAL"
	},
	OHF = {"AUS","FIJ","NZL","PNG","SAM","SOL","TGA","VAN"
	},
	PAHF = {"ARG","BER","BOL","BRA","BRB","CAN","CHI","CRC","CUB","DOM","ECU","GUA",
		"GUY","JAM","MEX","PAN","PAR","PER","PUR","TRI","URU","USA","VEN"
	},
}

return data