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 = 18, month = 'June', year = 2025 }
data.previous = {day = 4, month = 'March', year = 2025 }
-- see "Generating code" section on doc page for how to update the rankings
data.rankings = {
{ "Netherlands", 1, 0, 3367.17},
{ "Germany", 2, 2, 3126.04},
{ "Belgium", 3, -1, 2957.38},
{ "England", 4, -1, 2954.81},
{ "Australia", 5, 1, 2929.82},
{ "Spain", 6, 1, 2783.36},
{ "Argentina", 7, 1, 2773.44},
{ "India", 8, -3, 2699.60},
{ "Ireland", 9, 1, 2177.67},
{ "France", 10, -1, 2168.82},
{ "New Zealand", 11, 1, 2108.48},
{ "South Africa", 12, -1, 2049.93},
{ "Pakistan", 13, 2, 1971.44},
{ "South Korea", 14, 0, 1946.49},
{ "Malaysia", 15, -2, 1940.25},
{ "Egypt", 16, 1, 1830.04},
{ "Japan", 17, -1, 1800.43},
{ "Austria", 18, 1, 1773.76},
{ "Wales", 19, -1, 1770.77},
{ "Scotland", 20, 0, 1715.64},
{ "Canada", 21, 0, 1688.43},
{ "China", 22, 0, 1593.67},
{ "Chile", 23, 0, 1534.43},
{ "Poland", 24, 0, 1533.26},
{ "United States", 25, 0, 1474.60},
{ "Oman", 26, 2, 1454.04},
{ "Italy", 27, -1, 1451.94},
{ "Russia", 28, -1, 1442.77},
{ "Bangladesh", 29, 0, 1302.38},
{ "Ukraine", 30, 0, 1298.27},
{ "Czech Republic", 31, 0, 1292.23},
{ "Mexico", 32, 1, 1281.25},
{ "Brazil", 33, -1, 1248.76},
{ "Ghana", 34, 0, 1239.03},
{ "Belarus", 35, 0, 1222.58},
{ "Trinidad and Tobago", 36, 0, 1176.99},
{ "Nigeria", 37, 1, 1158.12},
{ "Venezuela", 38, 3, 1122.09},
{ "Switzerland", 39, 0, 1122.09},
{ "Chinese Taipei", 40, 14, 1121.91},
{ "Sri Lanka", 41, -4, 1119.81},
{ "Cuba", 42, -2, 1112.44},
{ "Croatia", 43, -1, 1049.50},
{ "Uruguay", 44, -1, 1041.46},
{ "Gibraltar", 45, 0, 1034.68},
{ "Hong Kong", 46, 13, 1034.18},
{ "Guatemala", 47, 14, 1024.07},
{ "Slovakia", 48, -2, 1023.57},
{ "Barbados", 49, -2, 1018.59},
{ "Papua New Guinea", 50, -2, 1016.00},
{ "Portugal", 51, -2, 1009.49},
{ "Turkey", 52, -2, 1000.80},
{ "Cyprus", 53, -2, 997.00},
{ "Puerto Rico", 54, -2, 989.22},
{ "Solomon Islands", 55, -2, 984.00},
{ "Tonga", 56, -1, 975.00},
{ "Vanuatu", 57, 0, 974.00},
{ "Finland", 58, 0, 970.00},
{ "Afghanistan", 59, 1, 965.00},
{ "Fiji", 60, 2, 964.00},
{ "Norway", 61, 2, 955.00},
{ "Namibia", 62, 2, 952.31},
{ "Samoa", 63, 3, 948.00},
{ "Uzbekistan", 64, 1, 941.25},
{ "Myanmar", 65, 3, 940.00},
{ "Dominican Republic", 66, 3, 932.62},
{ "Jamaica", 67, 3, 928.84},
{ "Nepal", 68, 3, 925.00},
{ "Hungary", 69, 3, 912.56},
{ "Qatar", 70, 3, 910.00},
{ "Vietnam", 70, 3, 910.00},
{ "Thailand", 72, -16, 909.76},
{ "Kenya", 73, 2, 805.03},
{ "Malta", 74, 2, 813.34},
{ "Costa Rica", 75, 2, 904.41},
{ "Lithuania", 76, 2, 903.84},
{ "Indonesia", 77, -30, 899.55},
{ "Slovenia", 78, 1, 892.88},
{ "Macau", 79, 2, 880.17},
{ "Brunei", 80, 2, 877.86},
{ "Peru", 81, 2, 856.22},
{ "Kazakhstan", 82, 6, 843.51},
{ "Bolivia", 83, 1, 842.05},
{ "Ecuador", 84, 1, 840.46},
{ "Guyana", 85, 1, 834.58},
{ "Zambia", 86, 1, 832.89},
{ "Zimbabwe", 87, 1, 822.72},
{ "Singapore", 88, -21, 813.63},
{ "Paraguay", 89, 1, 783.05},
{ "Uganda", 90, 1, 776.79},
{ "Panama", 91, -11, 737.78},
{ "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