Module:SportsRankings/data/FIH Women's World Rankings
< Module:SportsRankings | data
Jump to navigation
Jump to search
Revision as of 10:56, 8 September 2019 by blackwiki>Justwagen
Documentation for this module may be created at Module:SportsRankings/data/FIH Women's World Rankings/doc
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 = "http://www.fih.ch/media/13287427/fih-world-rankings-september-2019-women.pdf",
title = "FIH Hero World Rankings September 2019 – Women",
website = "FIH"
}
-- date of latest update and previous one for movement
data.updated = {day = 8, month = 'September', year = 2019 }
data.previous = {day = 29, month = 'June', year = 2019 }
-- see "Generating code" section on doc page for how to update the rankings
data.rankings = {
{ "Netherlands", 1, 0, 2578},
{ "Australia", 2, 0, 2020},
{ "Argentina", 3, 0, 1938},
{ "Germany", 4, 1, 1893},
{ "England", 5, -1, 1761},
{ "New Zealand", 6, 0, 1733},
{ "Spain", 7, 0, 1713},
{ "Ireland", 8, 0, 1480},
{ "India", 9, 1, 1443},
{ "China", 10, 1, 1421},
{ "Korea", 11, 1, 1380},
{ "Belgium", 12, -3, 1345},
{ "United States", 13, 0, 1190},
{ "Japan", 14, 0, 1185},
{ "Canada", 15, 3, 1163},
{ "South Africa", 16, 0, 983},
{ "Italy", 17, 0, 904},
{ "Chile", 18, -3, 775},
{ "Russia", 19, 4, 746},
{ "Malaysia", 20, 0, 708},
{ "Belarus", 21, 1, 675},
{ "Scotland", 22, -3, 638},
{ "Czech Republic", 23, -2, 628},
{ "Poland", 24, 0, 555},
{ "Uruguay", 25, 0, 483},
{ "Wales", 26, 0, 475},
{ "Ukraine", 27, 0, 393},
{ "France", 28, 2, 345},
{ "Thailand", 29, -1, 335},
{ "Mexico", 30, -1, 324},
{ "Austria", 31, 0, 283},
{ "Turkey", 32, 1, 250},
{ "Ghana", 33, -1, 246},
{ "Lithuania", 34, 2, 209},
{ "Peru", 35, 3, 197},
{ "Indonesia", 36, 24, 189},
{ "Brazil", 37, 0, 188},
{ "Switzerland", 38, 1, 165},
{ "Singapore", 39, -4, 163},
{ "Namibia", 40, 0, 152},
{ "Kazakhstan", 41, -7, 151},
{ "Chinese Taipei", 42, 12, 150},
{ "Croatia", 43, -1, 140},
{ "Barbados", 44, -3, 135},
{ "Kenya", 45, 0, 130},
{ "Zimbabwe", 46, 20, 128},
{ "Hong Kong China", 47, -4, 127},
{ "Slovenia", 48, 1, 125},
{ "Fiji", 49, -5, 123},
{ "Slovakia", 50, -50, 110},
{ "Trinidad & Tobago", 51, 1, 106},
{ "Puerto Rico", 52, -5, 99},
{ "Papua New Guinea", 53, 9, 96},
{ "Hungary", 54, -54, 95},
{ "Solomon Islands", 55, 3, 92},
{ "Cuba", 56, 6, 88},
{ "Sri Lanka", 57, -5, 81},
{ "Nigeria", 58, -11, 80},
{ "Tonga", 59, 6, 80},
{ "Paraguay", 60, -10, 75},
{ "Dominican Republic", 61, -3, 75},
{ "Pakistan", 62, -6, 72},
{ "Egypt", 63, -6, 70},
{ "Cambodia", 64, -3, 65},
{ "Jamaica", 65, 6, 63},
{ "Uzbekistan", 66, -2, 60},
{ "Guatemala", 67, 0, 57},
{ "Guyana", 68, 1, 56},
{ "Panama", 69, -18, 51},
{ "Bolivia", 70, 5, 42},
{ "Samoa", 71, -16, 34},
{ "Vanuatu", 72, -3, 30},
{ "Zambia", 73, -1, 25},
{ "Bermuda", 74, -2, 20},
{ "Brunei", 75, 1, 12},
}
-- list of FIFA country codes
data.alias = {
{ "AFG", "Afghanistan" },
{ "ARG", "Argentina" },
{ "ARM", "Armenia" },
{ "AUS", "Australia" },
{ "AUT", "Austria" },
{ "AZE", "Azerbaijan" },
{ "BAN", "Bangladesh" },
{ "BEL", "Belgium" },
{ "BER", "Bermuda" },
{ "BLR", "Belarus" },
{ "BOL", "Bolivia" },
{ "BOT", "Botswana" },
{ "BRA", "Brazil" },
{ "BRB", "Barbados" },
{ "BRU", "Brunei" },
{ "BUL", "Bulgaria" },
{ "CAM", "Cambodia" },
{ "CAN", "Canada" },
{ "CHI", "Chile" },
{ "CHN", "China" },
{ "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" },
{ "GUA", "Guatemala" },
{ "GUY", "Guyana" },
{ "HKG", "Hong Kong China" },
{ "HUN", "Hungary" },
{ "INA", "Indonesia" },
{ "IND", "India" },
{ "IRE", "Ireland" },
{ "IRN", "Iran" },
{ "ITA", "Italy" },
{ "JAM", "Jamaica" },
{ "JPN", "Japan" },
{ "KAZ", "Kazakhstan" },
{ "KEN", "Kenya" },
{ "KOR", "Korea" },
{ "LTU", "Lithuania" },
{ "MAS", "Malaysia" },
{ "MEX", "Mexico" },
{ "MLT", "Malta" },
{ "MYA", "Myanmar" },
{ "NAM", "Namibia" },
{ "NED", "Netherlands" },
{ "NGA", "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" },
{ "SIN", "Singapore" },
{ "SOL", "Solomon Islands" },
{ "SRI", "Sri Lanka" },
{ "SUI", "Switzerland" },
{ "SVK", "Slovakia" },
{ "SVN", "Slovenia" },
{ "SWE", "Sweden" },
{ "TAN", "Tanzania" },
{ "TGA", "Tonga" },
{ "THA", "Thailand" },
{ "TPE", "Chinese Taipei" },
{ "TRI", "Trinidad & Tobago" },
{ "TUR", "Turkey" },
{ "UKR", "Ukraine" },
{ "URU", "Uruguay" },
{ "USA", "United States" },
{ "UZB", "Uzbekistan" },
{ "VAN", "Vanuatu" },
{ "VIE", "Vietnam" },
{ "VEN", "Venezuela" },
{ "WAL", "Wales" },
{ "ZAM", "Zambia" },
{ "ZIM", "Zimbabwe" },
}
data.confederation = {
AfHF = {"BOT","EGY","GHA","KEN","NAM","NGA","RSA","TAN","ZAM","ZIM"
},
AHF = {"AFG","BAN","BRU","CAM","CHN","HKG","INA","IND","IRN","JPN","KAZ","KOR",
"MAC","MAS","MYA","NEP","OMA","PAK","QAT","SIN","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","SVN","SWE","TUR",
"UKR","WAL"
},
OHF = {"AUS","FIJ","NZL","PNG","SAM","SOL","TGA","VAN"
},
PAHF = {"ARG","BER","BOL","BRA","BRB","CAN","CHI","CRC","CUB","DOM","ECU","GUA",
"GUY","JAM","MEX","PAN","PAR","PER","PUR","TRI","URU","USA","VEN"
},
}
return data