Moduli:SportsRankings/data/FIH World Rankings
Appearance
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",
language = "en"
}
-- date of latest update and previous one for movement
data.updated = {day = 7, month = 'September', year = 2023 }
data.previous = {day = 4, month = 'August', year = 2023 }
-- see "Generating code" section on doc page for how to update the rankings
data.rankings = {
{ "Netherlands", 1, 0, 3112.74},
{ "Belgium", 2, 0, 2988.58},
{ "India", 3, 1, 2771.35},
{ "England", 4, -1, 2744.99},
{ "Germany", 5, 0, 2689.24},
{ "Australia", 6, 0, 2544.71},
{ "Argentina", 7, 1, 2350.07},
{ "Spain", 8, -1, 2347.25},
{ "France", 9, 2, 2085.02},
{ "Malaysia", 10, 0, 2041.37},
{ "New Zealand", 11, 2, 1938.45},
{ "South Korea", 12, -3, 1932.46},
{ "Ireland", 13, -1, 1879.67},
{ "South Africa", 14, 0, 1746.38},
{ "Pakistan", 15, 1, 1614.28},
{ "Canada", 16, 1, 1588.84},
{ "Wales", 17, -2, 1579.83},
{ "Austria", 18, 0, 1565.05},
{ "Japan", 19, 0, 1549.39},
{ "Egypt", 20, 0, 1475.54},
{ "Scotland", 21, 0, 1470.37},
{ "United States", 22, 0, 1277.14},
{ "Russia", 23, 0, 1242.77},
{ "Italy", 24, 0, 1234.64},
{ "Poland", 25, 1, 1215.05},
{ "Chile", 26, 1, 1207.96},
{ "Oman", 27, 1, 1181.79},
{ "China", 28, -3, 1167.92},
{ "Bangladesh", 29, 0, 1143.82},
{ "Ukraine", 30, 0, 1137.87},
{ "Mexico", 31, 1, 1105.66},
{ "Czech Republic", 32, -1, 1097.57},
{ "Belarus", 33, 0, 1022.58},
{ "Sri Lanka", 34, 0, 973.30},
{ "Brazil", 35, 0, 938.62},
{ "Cuba", 36, 4, 912.44},
{ "Ghana", 37, 0, 907.68},
{ "Switzerland", 38, 0, 881.30},
{ "Venezuela", 39, 0, 874.00},
{ "Croatia", 40, 0, 865.30},
{ "Trinidad and Tobago", 41, 0, 864.97},
{ "Peru", 42, 0, 853.77},
{ "Nigeria", 43, 0, 853.16},
{ "Guatemala", 44, 0, 850.73},
{ "Uruguay", 45, 0, 841.46},
{ "Turkey", 46, 0, 838.28},
{ "Singapore", 47, 0, 837.83},
{ "Zimbabwe", 48, 0, 836.32},
{ "Gibraltar", 49, 0, 834.68},
{ "Slovakia", 50, 0, 823.57},
{ "Barbados", 51, 0, 818.59},
{ "Papua New Guinea", 52, 0, 816.00},
{ "Portugal", 53, 0, 814.33},
{ "Thailand", 54, 0, 811.74},
{ "Chinese Taipei", 55, 0, 805.01},
{ "Cyprus", 56, 0, 797.00},
{ "Kenya", 57, 0, 795.01},
{ "Puerto Rico", 58, 0, 793.59},
{ "Hong Kong", 59, 0, 791.97},
{ "Indonesia", 60, 0, 784.74},
{ "Solomon Islands", 61, 0, 784.00},
{ "Hungary", 62, 0, 780.46},
{ "Tonga", 63, 0, 775.00},
{ "Vanuatu", 64, 0, 774.00},
{ "Finland", 65, 0, 770.00},
{ "Uzbekistan", 66, 0, 765.17},
{ "Afghanistan", 67, 0, 765.00},
{ "Fiji", 68, 0, 764.00},
{ "Norway", 69, 0, 755.00},
{ "Zambia", 70, 0, 751.76},
{ "Samoa", 71, 0, 748.00},
{ "Myanmar", 72, 0, 740.00},
{ "Jamaica", 73, 0, 739.67},
{ "Macau", 74, 0, 738.00},
{ "Dominican Republic", 75, 0, 732.96},
{ "Nepal", 76, 0, 725.00},
{ "Lithuania", 77, 0, 716.83},
{ "Malta", 78, 0, 713.34},
{ "Vietnam", 79, 0, 710.00},
{ "Qatar", 79, 0, 710.00},
{ "Paraguay", 81, 0, 697.62},
{ "Costa Rica", 82, 0, 697.36},
{ "Brunei", 83, 0, 697.14},
{ "Slovenia", 84, 0, 692.88},
{ "Namibia", 85, 0, 664.68},
{ "Panama", 86, 0, 661.91},
{ "Kazakhstan", 87, 0, 659.83},
{ "Bolivia", 88, 0, 642.05},
{ "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},
}
-- 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