Jump to content

Module:SportsRankings/data/FIH World Rankings

From Wikipedia, the free encyclopedia

local data = {}

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

-- general information about ranking and website being cited
data.source = {
    url = "https://www.fih.hockey/outdoor-hockey-rankings", 
	title = "FIH Outdoor World Hockey Rankings",
	website = "FIH"
}

-- date of latest update and previous one for movement
data.updated  = {day = 23, month = 'November', year = 2024 }
data.previous = {day = 13, month = 'August', year = 2024 }

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

data.rankings = {
          { "Netherlands", 1, 0, 3268.01},
          { "Germany", 2, 0, 3131.43},
          { "England", 3, 0, 3073.10},
          { "Belgium", 4, 0, 3058.74},
          { "India", 5, 0, 2954.63},
          { "Australia", 6, 0, 2814.32},
          { "Argentina", 7, 0, 2742.71},
          { "Spain", 8, 0, 2569.53},
          { "Ireland", 9, 0, 2156.84},
          { "France", 10, 0, 2115.82},
          { "South Africa", 11, 0, 2081.92},
          { "New Zealand", 12, 0, 2058.16},
          { "Malaysia", 13, 0, 1969.88},
          { "South Korea", 14, 0, 1945.06},
          { "Pakistan", 15, 1, 1941.90},
          { "Japan", 16, -1, 1850.67},
          { "Egypt", 17, 1, 1812.31},
          { "Wales", 18, -1, 1793.21},
          { "Austria", 19, 0, 1733.22},
          { "Canada", 20, 0, 1688.43},
          { "Scotland", 21, 0, 1661.90},
          { "China", 22, 1, 1593.04},
          { "Chile", 23, -1, 1589.00},
          { "Poland", 24, 4, 1514.79},
          { "United States", 25, -1, 1470.76},
          { "Italy", 26, 1, 1451.94},
          { "Russia", 27, -2, 1442.77},
          { "Oman", 28, -2, 1435.34},
          { "Bangladesh", 29, 0, 1302.38},
          { "Ukraine", 30, 1, 1298.27},
          { "Czech Republic", 31, -1, 1292.23},
          { "Brazil", 32, 0, 1248.76},
          { "Mexico", 33, 0, 1246.05},
          { "Ghana", 34, 0, 1239.03},
          { "Belarus", 35, 0, 1222.58},
          { "Trinidad and Tobago", 36, 15, 1176.99},
          { "Sri Lanka", 37, -1, 1173.30},
          { "Nigeria", 38, -1, 1158.12},
          { "Switzerland", 39, 0, 1122.09},
          { "Cuba", 40, -2, 1112.44},
          { "Venezuela", 41, -1, 1074.00},
          { "Croatia", 42, -1, 1049.50},
          { "Uruguay", 43, -1, 1041.46},
          { "Indonesia", 44, 0, 1037.38},
          { "Gibraltar", 45, 0, 1034.68},
          { "Slovakia", 46, 0, 1023.57},
          { "Barbados", 47, 0, 1018.59},
          { "Papua New Guinea", 48, 0, 1016.00},
          { "Portugal", 49, 1, 1009.49},
          { "Turkey", 50, -7, 1000.80},
          { "Cyprus", 51, 1, 997.00},
          { "Puerto Rico", 52, 2, 989.22},
          { "Solomon Islands", 53, 2, 984.00},
          { "Chinese Taipei", 54, 3, 976.82},
          { "Tonga", 55, 3, 975.00},
          { "Thailand", 56, 3, 974.38},
          { "Vanuatu", 57, 3, 974.00},
          { "Finland", 58, 3, 970.00},
          { "Hong Kong", 59, -6, 968.98},
          { "Afghanistan", 60, 2, 965.00},
          { "Guatemala", 61, -12, 964.97},
          { "Fiji", 62, 1, 964.00},
          { "Norway", 63, 1,955.00},
          { "Namibia", 64, 20, 952.31},
          { "Uzbekistan", 65, 0, 950.81},
          { "Samoa", 66, 0, 948.00},
          { "Myanmar", 67, 0, 940.00},
          { "Dominican Republic", 68, 0, 932.62},
          { "Jamaica", 69, 0, 928.84},
          { "Nepal", 70, 0, 925.00},
          { "Singapore", 71, 6, 923.61},
          { "Hungary", 72, -16, 912.56},
          { "Qatar", 73, 0, 910.00},
          { "Vietnam", 73, 0, 910.00},
          { "Kenya", 75, 0, 805.03},
          { "Malta", 76, -4, 813.34},
          { "Costa Rica", 77, -1, 904.41},
          { "Lithuania", 78, -7, 903.84},
          { "Brunei", 79, 0, 897.14},
          { "Slovenia", 80, 0, 892.88},
          { "Panama", 81, 0, 891.26},
          { "Macau", 82, 1, 880.17},
          { "Peru", 83, 2, 856.22},
          { "Bolivia", 84, 3, 842.05},
          { "Ecuador", 85, 3, 840.46},
          { "Guyana", 86, 3, 834.58},
          { "Zambia", 87, -1, 832.89},
          { "Kazakhstan", 88, 2, 822.88},
          { "Zimbabwe", 89, -7, 822.72},
          { "Paraguay", 90, -12, 783.05},
          { "Uganda", 91, 0, 776.79},
          { "Iran", 92, 0, 694.30},
          { "Bermuda", 93, 0, 565.48},
          { "Serbia", 94, 0, 455.58},
          { "Malawi", 95, 0, 353.92},
          { "Cambodia", 96, 0, 275.00},
          { "Tajikistan", 97, 0, 240.11},
          { "Kyrgyzstan", 98, 0, 160.70},
          { "Luxembourg", 99, 0, 91.51},
}

-- list of country codes
data.alias = { 
        { "AFG",  "Afghanistan" },
        { "ALG", "Algeria" },
        { "ARG",  "Argentina" },
        { "ARM",  "Armenia" },
        { "AUS",  "Australia" },
        { "AUT",  "Austria" },
        { "AZE",  "Azerbaijan" },
        { "BAH", "Bahamas" },
        { "BAN",  "Bangladesh" },
        { "BAR",  "Barbados" },
        { "BDI", "Burundi" },
        { "BEL",  "Belgium" },
        { "BER", "Bermuda" },
        { "BLR",  "Belarus" },
        { "BOL", "Bolivia" },
        { "BOT",  "Botswana" },
        { "BRA",  "Brazil" },
        { "BRU",  "Brunei" },
        { "BUL",  "Bulgaria" },
        { "BUR", "Burkina Faso" },
        { "CAM", "Cambodia" },
        { "CAN",  "Canada" },
        { "CAY", "Cayman Islands" },
        { "CHI",  "Chile" },
        { "CHN",  "China" },
        { "CMR", "Cameroon" },
        { "COL", "Colombia" },
        { "CRC", "Costa Rica" },
        { "CRO",  "Croatia" },
        { "CUB",  "Cuba" },
        { "CYP",  "Cyprus" },
        { "CZE",  "Czech Republic" },
        { "DEN",  "Denmark" },
        { "DOM",  "Dominican Republic" },
        { "ECU",  "Ecuador" },
        { "EGY",  "Egypt" },
        { "ESA", "El Salvador" },
        { "ENG",  "England" },
        { "ESP",  "Spain" },
        { "EST", "Estonia"},
        { "FIJ",  "Fiji" },
        { "FIN",  "Finland" },
        { "FRA",  "France" },
        { "GEO", "Georgia" },
        { "GER",  "Germany" },
        { "GHA",  "Ghana" },
        { "GIB",  "Gibraltar" },
        { "GRE", "Greece" },
        { "GUA", "Guatemala" },
        { "GUY",  "Guyana" },
        { "HAI", "Haiti" },
        { "HKG",  "Hong Kong" },
        { "HON", "Honduras" },
        { "HUN",  "Hungary" },
        { "INA", "Indonesia" },
        { "IND",  "India" },
        { "IRE",  "Ireland" },
        { "IRI",  "Iran" },
        { "ISR", "Israel" },
        { "ITA",  "Italy" },
        { "JAM",  "Jamaica" },
        { "JPN",  "Japan" },
        { "KAZ",  "Kazakhstan" },
        { "KEN",  "Kenya" },
        { "KOR",  "South Korea" },
        { "KGZ",  "Kyrgyzstan" },
        { "LBA", "Libya" },
        { "LTU",  "Lithuania" },
        { "LUX", "Luxembourg" },
        { "MAC", "Macau" },
        { "MAR", "Morocco" },
        { "MAS",  "Malaysia" },
        { "MAW", "Malawi" },
        { "MDA", "Moldova" },
        { "MEX",  "Mexico" },
        { "MGL", "Mongolia" },
        { "MKD", "North Macedonia" },
        { "MLT",  "Malta" },
        { "MRI", "Mauritius" },
        { "MYA",  "Myanmar" },
        { "NAM",  "Namibia" },
        { "NCA", "Nicaragua" },
        { "NED",  "Netherlands" },
        { "NEP", "Nepal" },
        { "NGR",  "Nigeria" },
        { "NOR", "Norway" },
        { "NZL",  "New Zealand" },
        { "OMA",  "Oman" },
        { "PAK",  "Pakistan" },
        { "PAN",  "Panama" },
        { "PAR",  "Paraguay" },
        { "PER",  "Peru" },
        { "PHI", "Philippines" },
        { "PNG",  "Papua New Guinea" },
        { "POL",  "Poland" },
        { "POR",  "Portugal" },
        { "PRK", "North Korea" },
        { "PUR",  "Puerto Rico" },
        { "QAT",  "Qatar" },
        { "ROU", "Romania" },
        { "RSA",  "South Africa" },
        { "RUS",  "Russia" },
        { "SAM",  "Samoa" },
        { "SCO",  "Scotland" },
        { "SEY", "Seychelles" },
        { "SGP",  "Singapore" },
        { "SLE", "Sierra Leone" },
        { "SLO",  "Slovenia" },
        { "SOL",  "Solomon Islands" },
        { "SRB", "Serbia" },
        { "SRI",  "Sri Lanka" },
        { "SUD", "Sudan" },
        { "SUI",  "Switzerland" },
        { "SVK",  "Slovakia" },
        { "SWE",  "Sweden" },
        { "TAN",  "Tanzania" },
        { "TGA",  "Tonga" },
        { "THA",  "Thailand" },
        { "TJK", "Tajikistan" },
        { "TKM", "Turkmenistan" },
        { "TOG", "Togo" },
        { "TPE",  "Chinese Taipei" },
        { "TTO",  "Trinidad and Tobago" },
        { "TUR",  "Turkey" },
        { "UAE", "United Arab Emirates" },
        { "UGA", "Uganda" },
        { "UKR",  "Ukraine" },
        { "URU",  "Uruguay" },
        { "USA",  "United States" },
        { "UZB",  "Uzbekistan" },
        { "VAN",  "Vanuatu" },
        { "VEN", "Venezuela" },
        { "VIE", "Vietnam" },
        { "WAL",  "Wales" },
        { "ZAM", "Zambia" },
        { "ZIM", "Zimbabwe" },
}

data.confederation = {
	AfHF = {"ALG","BDI","BOT","BUR","CMR","EGY","GHA","KEN","LBA","MAW","MRI","MAR","NAM","NGR","RSA","SEY","SLE","SUD","TAN","TOG","UGA","ZAM","ZIM"
	},
	AHF = {"AFG","BAN","BRU","CAM","CHN","HKG","INA","IND","IRI","JPN","KAZ","KOR","KGZ",
		"MAC","MAS","MGL","MYA","NEP","OMA","PAK","PHI","PRK","QAT","SGP","SRI","THA","TJK","TKM","TPE","UAE",
		"UZB","VIE"
	},
	EHF = {"ARM","AUT","AZE","BEL","BLR","BUL","CRO","CYP","CZE","DEN","ENG",
		"ESP","FIN","FRA","GER","GIB","GRE","HUN","IRE","ITA","LTU","LUX","MLT",
		"NED","NOR","POL","POR","RUS","SCO","SRB","SUI","SVK","SLO","SWE","TUR",
		"UKR","WAL"
	},
	OHF = {"AUS","FIJ","NZL","PNG","SAM","SOL","TGA","VAN"
	},
	PAHF = {"ARG","BAH","BER","BOL","BRA","BAR","CAN","CAY","CHI","COL","CRC","CUB","DOM","ESA","ECU","GUA",
		"HAI","HON","GUY","JAM","MEX","NCA","PAN","PAR","PER","PUR","TTO","URU","USA","VEN"
	},
}
return data