Module:SportsRankings/data/FIH World Rankings
< Module:SportsRankings | data
Jump to navigation
Jump to search
Revision as of 19:52, 8 September 2019 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://www.fih.ch/media/13287426/fih-world-rankings-september-2019-men.pdf",
title = "FIH Hero World Rankings September 2019 – Men",
website = "FIH"
}
-- date of latest update and previous one for movement
data.updated = {day = 8, month = 'September', year =2019 }
data.previous = {day = 30, month = 'June', year =2019 }
-- see "Generating code" section on doc page for how to update the rankings
data.rankings = {
{ "Australia", 1, 0, 2350 },
{ "Belgium", 2, 0, 2348 },
{ "Netherlands", 3, 0, 2155 },
{ "Argentina", 4, 0, 1988},
{ "India", 5, 0, 1823},
{ "Germany", 6, 1, 1770},
{ "England", 7, -1, 1679},
{ "Spain", 8, 1, 1510},
{ "New Zealand", 9, -1, 1459},
{ "Canada", 10, 0, 1325},
{ "Malaysia", 11, 1, 1218},
{ "France", 12, 1, 1118},
{ "Ireland", 13, -2, 1093},
{ "South Africa", 14, 0, 1043},
{ "Japan", 15, 1, 905},
{ "South Korea", 16, -1, 865},
{ "Pakistan", 17, 0, 810},
{ "Wales", 18, 7, 755},
{ "Scotland", 19, 2 , 705},
{ "Austria", 20, -1, 703},
{ "Egypt", 21, -1, 698},
{ "Russia", 22, 1, 598},
{ "Italy", 23, 3, 578},
{ "United States", 24, 0, 559},
{ "China", 25, -7, 529},
{ "Poland", 26, -4, 506},
{ "Oman", 27, 12, 495},
{ "Chile", 28, 0, 418},
{ "Ukraine", 29, -2, 410},
{ "Brazil", 30, -1, 293},
{ "Mexico", 31, 1, 283},
{ "Czech Republic", 32, -2, 270},
{ "Belarus", 33, 0, 270},
{ "Switzerland", 34, -3, 239},
{ "Ghana", 35, 1, 228},
{ "Trinidad & Tobago", 36, 1, 225},
{ "Bangladesh", 37, 1, 217},
{ "Singapore", 38, -3, 212},
{ "Croatia", 39, 1, 200},
{ "Thailand", 40, 7, 199},
{ "Portugal", 41, -7, 195},
{ "Sri Lanka", 42, 2, 187},
{ "Peru", 43, 12, 175},
{ "Venezuela", 44, -3, 174},
{ "Hong Kong", 45, 1, 172},
{ "Gibraltar", 46, 14, 167},
{ "Turkey", 47, -2, 158},
{ "Kenya", 48, 1, 153},
{ "Chinese Taipei", 49, -1, 146},
{ "Slovakia", 50, 1, 140},
{ "Lithuania", 51, -1, 131},
{ "Cuba", 52, 17, 128},
{ "Indonesia", 53, 37, 121},
{ "Zimbabwe", 54, 7, 118},
{ "Uzbekistan", 55, -13, 117},
{ "Uruguay", 56, -13, 116},
{ "Papua New Guinea", 57, -3, 116},
{ "Cyprus", 58, 0, 97},
{ "Namibia", 59, 9, 94},
{ "Kazakhstan", 60, 19, 93},
{ "Solomon Islands", 61, 6, 84},
{ "Barbados", 62, 4, 84},
{ "Puerto Rico", 63, -4, 80},
{ "Malta", 64, -12, 80},
{ "Hungary", 65, -1, 75},
{ "Tonga", 66, 5, 75},
{ "Vanuatu", 67, -2, 74},
{ "Guyana", 68, -15, 72},
{ "Finland", 69, 1, 70},
{ "Afghanistan", 70, 20, 65},
{ "Fiji", 71, -15, 64},
{ "Slovenia", 72, 0, 60},
{ "Jamaica", 73, 15, 56},
{ "Norway", 74, 7, 55},
{ "Panama", 75, -13, 54},
{ "Nigeria", 76, -19, 49},
{ "Samoa", 77, -1, 48},
{ "Myanmar", 78, 2, 40},
{ "Macau", 79, -5, 38},
{ "Bolivia", 80, 10, 38},
{ "Guatemala", 81, 2, 36},
{ "Paraguay", 82, 12, 34},
{ "Ecuador", 83, -1, 32},
{ "Nepal", 84, 3, 25},
{ "Dominican Republic", 85, 1, 24},
{ "Zambia", 86, 3, 24},
{ "Costa Rica", 87, 3, 20},
{ "Brunei", 88, 7, 13},
{ "Qatar", 89, -16, 10},
{ "Vietnam", 90, 6, 10},
}
-- list of country codes
data.alias = {
{ "AFG", "Afghanistan" },
{ "ARG", "Argentina" },
{ "ARM", "Armenia" },
{ "AUS", "Australia" },
{ "AUT", "Austria" },
{ "AZE", "Azerbaijan" },
{ "BAN", "Bangladesh" },
{ "BAR", "Barbados" },
{ "BEL", "Belgium" },
{ "BLR", "Belarus" },
{ "BOL", "Bolivia" },
{ "BOT", "Botswana" },
{ "BRA", "Brazil" },
{ "BRU", "Brunei" },
{ "BUL", "Bulgaria" },
{ "CAN", "Canada" },
{ "CHI", "Chile" },
{ "CHN", "China" },
{ "CRC", "Costa Rica" },
{ "CRO", "Croatia" },
{ "CUB", "Cuba" },
{ "CYP", "Cyprus" },
{ "CZE", "Czech Republic" },
{ "DEN", "Denmark" },
{ "DOM", "Dominican Republic" },
{ "ECU", "Ecuador" },
{ "EGY", "Egypt" },
{ "ENG", "England" },
{ "ESP", "Spain" },
{ "FIJ", "Fiji" },
{ "FIN", "Finland" },
{ "FRA", "France" },
{ "GER", "Germany" },
{ "GHA", "Ghana" },
{ "GIB", "Gibraltar" },
{ "GRE", "Greece" },
{ "GUA", "Guatemala" },
{ "GUY", "Guyana" },
{ "HKG", "Hong Kong" },
{ "HUN", "Hungary" },
{ "INA", "Indonesia" },
{ "IND", "India" },
{ "IRE", "Ireland" },
{ "IRI", "Iran" },
{ "ITA", "Italy" },
{ "JAM", "Jamaica" },
{ "JPN", "Japan" },
{ "KAZ", "Kazakhstan" },
{ "KEN", "Kenya" },
{ "KOR", "South Korea" },
{ "LTU", "Lithuania" },
{ "MAC", "Macau" },
{ "MAS", "Malaysia" },
{ "MEX", "Mexico" },
{ "MLT", "Malta" },
{ "MYA", "Myanmar" },
{ "NAM", "Namibia" },
{ "NED", "Netherlands" },
{ "NEP", "Nepal" },
{ "NGR", "Nigeria" },
{ "NOR", "Norway" },
{ "NZL", "New Zealand" },
{ "OMA", "Oman" },
{ "PAK", "Pakistan" },
{ "PAN", "Panama" },
{ "PAR", "Paraguay" },
{ "PER", "Peru" },
{ "PNG", "Papua New Guinea" },
{ "POL", "Poland" },
{ "POR", "Portugal" },
{ "PUR", "Puerto Rico" },
{ "QAT", "Qatar" },
{ "RSA", "South Africa" },
{ "RUS", "Russia" },
{ "SAM", "Samoa" },
{ "SCO", "Scotland" },
{ "SGP", "Singapore" },
{ "SLO", "Slovenia" },
{ "SOL", "Solomon Islands" },
{ "SRI", "Sri Lanka" },
{ "SUI", "Switzerland" },
{ "SVK", "Slovakia" },
{ "SWE", "Sweden" },
{ "TAN", "Tanzania" },
{ "TGA", "Tonga" },
{ "THA", "Thailand" },
{ "TPE", "Chinese Taipei" },
{ "TTO", "Trinidad & Tobago" },
{ "TUR", "Turkey" },
{ "UKR", "Ukraine" },
{ "URU", "Uruguay" },
{ "USA", "United States" },
{ "UZB", "Uzbekistan" },
{ "VAN", "Vanuatu" },
{ "VEN", "Venezuela" },
{ "VIE", "Vietnam" },
{ "WAL", "Wales" },
{ "ZAM", "Zambia" },
{ "ZIM", "Zimbabwe" },
}
data.confederation = {
AfHF = {"BOT","EGY","GHA","KEN","NAM","NGR","RSA","TAN","ZAM","ZIM"
},
AHF = {"AFG","BAN","BRU","CHN","HKG","INA","IND","IRI","JPN","KAZ","KOR",
"MAC","MAS","MYA","NEP","OMA","PAK","QAT","SGP","SRI","THA","TPE",
"UZB","VIE"
},
EHF = {"ARM","AUT","AZE","BEL","BLR","BUL","CRO","CYP","CZE","DEN","ENG",
"ESP","FIN","FRA","GER","GIB","GRE","HUN","IRE","ITA","LTU","MLT",
"NED","NOR","POL","POR","RUS","SCO","SUI","SVK","SLO","SWE","TUR",
"UKR","WAL"
},
OHF = {"AUS","FIJ","NZL","PNG","SAM","SOL","TGA","VAN"
},
PAHF = {"ARG","BOL","BRA","BAR","CAN","CHI","CRC","CUB","DOM","ECU","GUA",
"GUY","JAM","MEX","PAN","PAR","PER","PUR","TTO","URU","USA","VEN"
},
}
return data