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 = "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 = 13, month = 'August', year = 2024 }
data.previous = {day = 8, month = 'June', year = 2024 }
-- see "Generating code" section on doc page for how to update the rankings
data.rankings = {
{ "Netherlands", 1, 0, 3641.34},
{ "Argentina", 2, 0, 3058.56},
{ "Belgium", 3, 1, 2851.61},
{ "Germany", 4, -1, 2738.63},
{ "Australia", 5, 0, 2720.41},
{ "China", 6, 2, 2567.31},
{ "England", 7, -1, 2419.26},
{ "Spain", 8, -1, 2322.39},
{ "India", 9, 0, 2087.61},
{ "New Zealand", 10, 0, 2024.16},
{ "Japan", 11, 0, 2009.88},
{ "Ireland", 12, 0, 1928.49},
{ "United States", 13, 0, 1898.39},
{ "Chile", 14, 1, 1862.30},
{ "South Korea", 15, -1, 1820.32},
{ "Scotland", 16, 0, 1625.31},
{ "Canada", 17, 0, 1557.10},
{ "Italy", 18, 1, 1482.82},
{ "Belarus", 19, 2, 1403.29},
{ "South Africa", 20, -2, 1403.03},
{ "Russia", 21, 1, 1391.93},
{ "France", 22, -2, 1371.28},
{ "Malaysia", 23, 0, 1339.93},
{ "Uruguay", 24, 0, 1330.57},
{ "Wales", 25, 0, 1254.10},
{ "Czech Republic", 26, 0, 1195.15},
{ "Poland", 27, 0, 1164.09},
{ "Ukraine", 28, 0, 1133.43},
{ "Thailand", 29, 0, 1062.00},
{ "Singapore", 30, 0, 1033.45},
{ "Ghana", 31, 0, 994.59},
{ "Austria", 32, 0, 992.74},
{ "Kenya", 33, 0, 977.46},
{ "Turkey", 34, 0, 970.99},
{ "Hong Kong", 35, 0, 970.46},
{ "Nigeria", 36, 0, 946.77},
{ "Mexico", 37, 0, 920.43},
{ "Kazakhstan", 38, 0, 910.54},
{ "Cuba", 39, 0, 879.21},
{ "Barbados", 40, 0, 841.76},
{ "Peru", 41, 0, 832.75},
{ "Fiji", 42, 0, 823.00},
{ "Switzerland", 43, 0, 811.13},
{ "Dominican Republic", 44, 0, 799.92},
{ "Chinese Taipei", 45, 0, 798.34},
{ "Papua New Guinea", 46, 0, 796.00},
{ "Paraguay", 47, 0, 794.32},
{ "Solomon Islands", 48, 0, 792.00},
{ "Trinidad and Tobago", 49, 0, 783.03},
{ "Tonga", 50, 0, 780.00},
{ "Hungary", 51, 0, 775.08},
{ "Pakistan", 52, 0, 772.00},
{ "Egypt", 53, 0, 770.00},
{ "Brazil", 54, 0, 769.81},
{ "Croatia", 55, 0, 769.75},
{ "Guatemala", 56, 0, 766.08},
{ "Zimbabwe", 57, 2, 761.86},
{ "Panama", 58, -1, 764.81},
{ "Uzbekistan", 59, 1, 761.15},
{ "Puerto Rico", 60, -2, 762.19},
{ "Slovenia", 61, 0, 744.00},
{ "Bolivia", 62, 0, 742.00},
{ "Samoa", 63, 0, 734.00},
{ "Vanuatu", 64, 0, 730.00},
{ "Lithuania", 65, 0, 727.47},
{ "Namibia", 66, 0, 724.73},
{ "Jamaica", 67, 0, 719.90},
{ "Guyana", 68, 2, 697.49},
{ "Brunei", 69, 0, 695.19},
{ "Bermuda", 70, -2, 693.79},
{ "Sri Lanka", 71, 0, 669.04},
{ "Slovakia", 72, 0, 656.42},
{ "Cambodia", 73, 0, 592.96},
{ "Zambia", 74, 0, 543.29},
{ "Indonesia", 75, 0, 528.26},
{ "Portugal", 76, 0, 527.30},
{ "Uganda", 77, 0, 394.63},
{ "Malawi", 78, 0, 331.02},
{ "Costa Rica", 79, 0, 277.12},
{ "Gibraltar", 80, 0, 212.15},
{ "Tajikistan", 81, 0, 89.35},
}
-- 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