Module:SportsRankings/data/FIH World Rankings
Documentation for this module may be created at Module:SportsRankings/data/FIH World Rankings/doc
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 = "http://fih.ch/rankings/outdoor/", title = "FIH Men's and Women's World Ranking", website = "FIH" } -- date of latest update and previous one for movement data.updated = {day = 30, month = 'June', year =2021 } data.previous = {day = 2, month = 'June', year =2021 } -- see "Generating code" section on doc page for how to update the rankings data.rankings = { { "Australia", 1, 1, 2513.671}, { "Belgium", 2, -1, 2449.673}, { "Netherlands", 3, 0, 2355.139}, { "India", 4, 0, 2223.458}, { "Germany", 5, 0, 2163.5698}, { "England", 6, 0, 2007.493}, { "Argentina", 7, 0, 1923.420}, { "New Zealand", 8, 0, 1655.997}, { "Spain", 9, 0, 1546.8625}, { "Canada", 10, 0, 1509.191}, { "Malaysia", 11, 0, 1418.00}, { "France", 12, 0, 1344.801}, { "Ireland", 13, 0, 1293.00}, { "South Africa", 14, 0, 1261.690}, { "Japan", 15, 0, 1105.00}, { "South Korea", 16, 0, 1065.00}, { "Wales", 17, 1, 1014.417}, { "Pakistan", 18, -1, 1010.00}, { "Scotland", 19, 0 , 915.27}, { "Austria", 20, 0, 913.613}, { "Egypt", 21, 0, 898.00}, { "Italy", 22, 1, 778.00}, { "Russia", 23, -1, 762.031}, { "United States", 24, 0, 738.971}, { "China", 25, 0, 729.00}, { "Poland", 26, 0, 706.00}, { "Oman", 27, 0, 695.00}, { "Chile", 28, 0, 618.979}, { "Ukraine", 29, 0, 610.00}, { "Brazil", 30, 0, 493.00}, { "Mexico", 31, 0, 483.00}, { "Czech Republic", 32, 0, 470.00}, { "Belarus", 32, 0, 470.00}, { "Switzerland", 34, 0, 428.387}, { "Ghana", 35, 0, 428.00}, { "Singapore", 36, 0, 427.860}, { "Trinidad and Tobago", 37, 0, 425.00}, { "Bangladesh", 38, 0, 417.00}, { "Croatia", 39, 0, 400.00}, { "Thailand", 40, 0, 399.00}, { "Portugal", 41, 0, 395.00}, { "Sri Lanka", 42, 0, 387.00}, { "Peru", 43, 0, 375.00}, { "Venezuela", 44, 0, 374.00}, { "Hong Kong", 45, 0, 372.00}, { "Gibraltar", 46, 0, 367.00}, { "Turkey", 47, 0, 358.00}, { "Chinese Taipei", 48, 0, 346.00}, { "Slovakia", 49, 0, 340.00}, { "Lithuania", 50, 0, 331.00}, { "Cuba", 51, 0, 328.00}, { "Kenya", 52, 0, 326.987}, { "Indonesia", 53, 0, 321.00}, { "Zimbabwe", 54, 0, 318.00}, { "Uzbekistan", 55, 0, 317.00}, { "Uruguay", 56, 0, 316.00}, { "Papua New Guinea", 56, 0, 316.00}, { "Cyprus", 58, 0, 297.00}, { "Kazakhstan", 59, 0, 293.00}, { "Namibia", 60, 0, 292.370}, { "Solomon Islands", 61, 0, 284.00}, { "Barbados", 61, 0, 284.00}, { "Puerto Rico", 63, 0, 280.00}, { "Malta", 63, 0, 280.00}, { "Hungary", 65, 0, 275.00}, { "Tonga", 65, 0, 275.00}, { "Vanuatu", 67, 0, 274.00}, { "Guyana", 68, 0, 272.00}, { "Finland", 69, 0, 270.00}, { "Afghanistan", 70, 0, 265.00}, { "Fiji", 71, 0, 264.00}, { "Slovenia", 72, 0, 260.00}, { "Jamaica", 73, 0, 256.00}, { "Norway", 74, 0, 255.00}, { "Panama", 75, 0, 254.00}, { "Nigeria", 76, 0, 249.00}, { "Samoa", 77, 0, 248.00}, { "Myanmar", 78, 0, 240.00}, { "Macau", 79, 0, 238.00}, { "Bolivia", 79, 0, 238.00}, { "Guatemala", 81, 0, 236.00}, { "Paraguay", 82, 0, 234.00}, { "Ecuador", 83, 0, 232.00}, { "Nepal", 84, 0, 225.00}, { "Dominican Republic", 85, 0, 224.00}, { "Zambia", 85, 0, 224.00}, { "Costa Rica", 87, 0, 220.00}, { "Qatar", 88, 0, 210.00}, { "Vietnam", 88, 0, 210.00}, { "Brunei", 90, 0, 197.14}, { "Uganda", 91, 0, 126.013}, } -- 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