Module:SportsRankings/data/FIH World Rankings
< Module:SportsRankings | data
Jump to navigation
Jump to search
Revision as of 11:08, 11 April 2020 by blackwiki>Justwagen
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 = 1, month = 'March', year =2020 }
data.previous = {day = 3, month = 'February', year =2020 }
-- see "Generating code" section on doc page for how to update the rankings
data.rankings = {
{ "Belgium", 1, 0, 2481.34 },
{ "Australia", 2, 0, 2393.58 },
{ "Netherlands", 3, 0, 2237.61 },
{ "India", 4, 1, 2064.14},
{ "Argentina", 5, -1, 1964.67},
{ "Germany", 6, 0, 1926.62},
{ "England", 7, 0, 1780.95},
{ "New Zealand", 8, 0, 1580.53},
{ "Spain", 9, 0, 1559.96},
{ "Canada", 10, 0, 1417.37},
{ "Malaysia", 11, 0, 1318.00},
{ "France", 12, 0, 1218.00},
{ "Ireland", 13, 0, 1193.00},
{ "South Africa", 14, 0, 1160.06},
{ "Japan", 15, 0, 1005.00},
{ "South Korea", 16, 0, 965.00},
{ "Pakistan", 17, 0, 910.00},
{ "Wales", 18, 0, 855.47},
{ "Scotland", 19, 0 , 806.77},
{ "Austria", 20, 0, 803.00},
{ "Egypt", 21, 0, 798.00},
{ "Russia", 22, 0, 698.00},
{ "Italy", 23, 0, 678.00},
{ "United States", 24, 0, 659.00},
{ "China", 25, 0, 629.00},
{ "Poland", 26, 0, 606.00},
{ "Oman", 27, 0, 595.00},
{ "Chile", 28, 0, 518.98},
{ "Ukraine", 29, 0, 510.00},
{ "Brazil", 30, 0, 393.00},
{ "Mexico", 31, 0, 383.00},
{ "Czech Republic", 32, 0, 370.00},
{ "Belarus", 32, 0, 370.00},
{ "Switzerland", 34, 0, 339.00},
{ "Ghana", 35, 0, 328.00},
{ "Singapore", 36, 0, 327.86},
{ "Trinidad and Tobago", 37, 0, 325.00},
{ "Bangladesh", 38, 0, 317.00},
{ "Croatia", 39, 0, 300.00},
{ "Thailand", 40, 0, 299.00},
{ "Portugal", 41, 0, 295.00},
{ "Sri Lanka", 42, 0, 287.00},
{ "Peru", 43, 0, 275.00},
{ "Venezuela", 44, 0, 274.00},
{ "Hong Kong", 45, 0, 272.00},
{ "Gibraltar", 46, 0, 267.00},
{ "Turkey", 47, 0, 258.00},
{ "Kenya", 48, 0, 253.00},
{ "Chinese Taipei", 49, 0, 246.00},
{ "Slovakia", 50, 0, 240.00},
{ "Lithuania", 51, 0, 231.00},
{ "Cuba", 52, 0, 228.00},
{ "Indonesia", 53, 0, 221.00},
{ "Zimbabwe", 54, 0, 218.00},
{ "Uzbekistan", 55, 0, 217.00},
{ "Uruguay", 56, 0, 216.00},
{ "Papua New Guinea", 56, 0, 216.00},
{ "Cyprus", 58, 0, 197.00},
{ "Namibia", 59, 0, 194.00},
{ "Kazakhstan", 60, 0, 193.00},
{ "Solomon Islands", 61, 0, 184.00},
{ "Barbados", 61, 0, 184.00},
{ "Puerto Rico", 63, 0, 180.00},
{ "Malta", 63, 0, 180.00},
{ "Hungary", 65, 0, 175.00},
{ "Tonga", 65, 0, 175.00},
{ "Vanuatu", 67, 0, 174.00},
{ "Guyana", 68, 0, 172.00},
{ "Finland", 69, 0, 170.00},
{ "Afghanistan", 70, 0, 165.00},
{ "Fiji", 71, 0, 164.00},
{ "Slovenia", 72, 0, 160.00},
{ "Jamaica", 73, 0, 156.00},
{ "Norway", 74, 0, 155.00},
{ "Panama", 75, 0, 154.00},
{ "Nigeria", 76, 0, 149.00},
{ "Samoa", 77, 0, 148.00},
{ "Myanmar", 78, 0, 140.00},
{ "Macau", 79, 0, 138.00},
{ "Bolivia", 79, 0, 138.00},
{ "Guatemala", 81, 0, 136.00},
{ "Paraguay", 82, 0, 134.00},
{ "Ecuador", 83, 0, 132.00},
{ "Nepal", 84, 0, 125.00},
{ "Dominican Republic", 85, 0, 124.00},
{ "Zambia", 85, 0, 124.00},
{ "Costa Rica", 87, 0, 120.00},
{ "Qatar", 88, 0, 110.00},
{ "Vietnam", 88, 0, 110.00},
{ "Brunei", 90, 0, 97.14},
}
-- 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