Jump to content

Module:SportsRankings/data/FIH World Rankings

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Max2610 (talk | contribs) at 13:56, 12 March 2024. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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 = 12, month = 'March', year = 2024 }
data.previous = {day = 2, month = 'December', year = 2023 }

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

data.rankings = {
          { "Netherlands", 1, 0, 3060.23},
          { "Belgium", 2, 0, 2848.14},
          { "Germany", 3, 2, 2785.63},
          { "India", 4, -1, 2760.71},
          { "Australia", 5, 1, 2757.83},
          { "England", 6, -2, 2720.66},
          { "Argentina", 7, 0, 2524.26},
          { "Spain", 8, 0, 2296.60},
          { "France", 9, 0, 2085.06},
          { "New Zealand", 10, 1, 2025.58},
          { "South Korea", 11, -1, 1915.52},
          { "Ireland", 12, 1, 1868.91}, 
          { "Malaysia", 13, -1, 1828.27},
          { "South Africa", 14, 0, 1812.86},
          { "Pakistan", 15, 1, 1675.79},
          { "Japan", 16, -1, 1640.74},
          { "Wales", 17, 1, 1579.42},
          { "Egypt", 18, 2, 1575.31},
          { "Canada", 19, -2, 1569.28},
          { "Austria", 20, -1, 1520.08},
          { "Scotland", 21, 0, 1471.64},
          { "Chile", 22, 0, 1388.97},
          { "China", 23, 0, 1295.96},
          { "United States", 24, 0, 1270.69},
          { "Russia", 25, 0, 1242.77},
          { "Oman", 26, 0, 1235.33},
          { "Italy", 27, 0, 1234.69},
          { "Poland", 28, 0, 1215.08},
          { "Bangladesh", 29, 1, 1102.38},
          { "Czech Republic", 30, 1, 1097.57},
          { "Ukraine", 31, -2, 1053.83},
          { "Brazil", 32, 0, 1048.73},
          { "Mexico", 33, 0, 1046.29},
          { "Belarus", 34, 0, 1022.58},
          { "Ghana", 35, 0, 1009.39},
          { "Sri Lanka", 36, 0, 973.30},
          { "Nigeria", 37, 0, 947.18},
          { "Cuba", 38, 0, 912.44},
          { "Switzerland", 39, 0, 881.30},
          { "Venezuela", 40, 0, 874.00},
          { "Croatia", 41, 0, 865.30},
          { "Guatemala", 42, 0, 850.73},
          { "Uruguay", 43, 0, 841.46},
          { "Turkey", 44, 0, 838.28},
          { "Indonesia", 45, 0, 837.38},
          { "Gibraltar", 46, 0, 834.68},
          { "Slovakia", 47, 0, 823.57},
          { "Barbados", 48, 0, 818.59},
          { "Papua New Guinea", 49, 0, 816.00},
          { "Portugal", 50, 0, 814.33},
          { "Trinidad and Tobago", 51, 0, 805.83},
          { "Cyprus", 52, 1, 797.00},
          { "Puerto Rico", 53, 1, 793.59},
          { "Hong Kong", 54, 1, 791.97},
          { "Solomon Islands", 55, 1, 784.00},
          { "Kenya", 56, 1, 795.01},
          { "Hungary", 57, 1, 780.46},
          { "Chinese Taipei", 58, -6, 776.82},
          { "Tonga", 59, 0, 775.00},
          { "Thailand", 60, 6, 774.38},
          { "Vanuatu", 61, -1, 774.00},
          { "Finland", 62, -1, 770.00},
          { "Afghanistan", 63, -1, 765.00},
          { "Fiji", 64, -1, 764.00},
          { "Norway", 65, -1, 755.00},
          { "Samoa", 66, -1, 748.00},
          { "Myanmar", 67, 0, 740.00},
          { "Jamaica", 68, 0, 739.67},
          { "Uzbekistan", 69, 4, 733.57},
          { "Dominican Republic", 70, 0, 732.96},
          { "Nepal", 71, 0, 725.00},
          { "Lithuania", 72, 0, 716.83},
          { "Malta", 73, 1, 713.34},
          { "Vietnam", 74, 0, 710.00},
          { "Qatar", 74, 0, 710.00},
          { "Singapore", 76, 11, 702.06},
          { "Paraguay", 77, 0, 697.62},
          { "Costa Rica", 78, 0, 697.36},
          { "Brunei", 79, 0, 697.14},
          { "Slovenia", 80, 0, 692.88},
          { "Zimbabwe", 81, 0, 683.03},
          { "Macau", 82, -13, 680.17},
          { "Namibia", 83, -1, 664.68},
          { "Peru", 84, -1, 663.45},
          { "Panama", 85, -1, 661.91},
          { "Zambia", 86, -1, 660.21},
          { "Bolivia", 87, 1, 642.05},
          { "Kazakhstan", 88, -2, 640.93},
          { "Ecuador", 89, 0, 640.46},
          { "Guyana", 90, 0, 634.58},
          { "Uganda", 91, 0, 595.94},
          { "Iran", 92, 0, 494.30},
          { "Bermuda", 93, 0, 348.87},
          { "Serbia", 94, 0, 255.58},
          { "Malawi", 95, 0, 153.92},
          { "Cambodia", 96, 0, 75.00},
}

-- 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" },
        { "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",
		"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