Module:SportsRankings/data/FIH Women's World Rankings
Jump to navigation
Jump to search
Usage
{{#invoke:SportsRankings/data/FIH Women's World Rankings|function_name}}
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 = 20, month = 'December', year = 2022 } data.previous = {day = 14, month = 'November', year = 2022 } -- see "Generating code" section on doc page for how to update the rankings data.rankings = { { "Netherlands", 1, 0, 3199.16}, { "Argentina", 2, 0, 2641.51}, { "Australia", 3, 0, 2588.33}, { "England", 4, 0, 2217.91}, { "Germany", 5, 0, 2199.36}, { "Belgium", 6, 0, 2175.48}, { "Spain", 7, 0, 2148.57}, { "India", 8, 0, 2087.82}, { "New Zealand", 9, 0, 1997.14}, { "China", 10, 0, 1794.16}, { "Japan", 11, 0, 1700.51}, { "South Korea", 12, 0, 1625.65}, { "Ireland", 13, 0, 1539.01}, { "Chile", 14, 0, 1438.84}, { "Canada", 15, 0, 1424.60}, { "United States", 16, 0, 1316.44}, { "Scotland", 17, 0, 1260.75}, { "Italy", 18, 0, 1256.29}, { "Malaysia", 19, 0, 1164.73}, { "Belarus", 20, 1, 1103.24}, { "Russia", 21, 1, 1091.93}, { "South Africa", 22, -2, 1076.22}, { "Czech Republic", 23, 0, 1001.76}, { "Wales", 24, 0, 990.65}, { "Uruguay", 25, 0, 935.72}, { "France", 26, 0, 912.40}, { "Poland", 27, 0, 825.57}, { "Ukraine", 28, 0, 810.68}, { "Thailand", 29, 0, 783.95}, { "Mexico", 30, 0, 724.00}, { "Austria", 31, 0, 694.37}, { "Ghana", 32, 0, 684.89}, { "Kazakhstan", 33, 0, 653.36}, { "Singapore", 34, 0, 636.88}, { "Turkey", 35, 0, 633.48}, { "Hong Kong", 36, 0, 632.68}, { "Kenya", 37, 0, 604.83}, { "Nigeria", 38, 0, 589.95}, { "Zimbabwe", 39, 0, 585.7991}, { "Chinese Taipei", 40, 0, 550.00}, { "Barbados", 41, 0, 535.00}, { "Peru", 42, 0, 532.72}, { "Fiji", 43, 0, 523.00}, { "Switzerland", 44, 0, 521.87}, { "Puerto Rico", 45, 0, 521.29}, { "Trinidad and Tobago", 46, 0, 511.53}, { "Papua New Guinea", 47, 0, 496.00}, { "Hungary", 48, 0, 495.00}, { "Paraguay", 49, 0, 494.32}, { "Namibia", 50, 0, 492.68}, { "Solomon Islands", 51, 0, 492.00}, { "Croatia", 52, 0, 488.72}, { "Cuba", 53, 0, 488.00}, { "Bermuda", 54, 0, 483.70}, { "Tonga", 55, 0, 480.00}, { "Dominican Republic", 56, 0, 475.00}, { "Guatemala", 57, 0, 473.32}, { "Pakistan", 58, 0, 472.00}, { "Uzbekistan", 59, 0, 470.15}, { "Egypt", 60, 0, 470.00}, { "Lithuania", 61, 0, 469.94}, { "Brazil", 62, 0, 469.81}, { "Jamaica", 63, 0, 463.89}, { "Slovakia", 64, 0, 457.07}, { "Slovenia", 65, 0, 444.00}, { "Bolivia", 66, 0, 442.00}, { "Panama", 67, 0, 434.68}, { "Samoa", 68, 0, 434.00}, { "Indonesia", 69, 0, 432.19}, { "Vanuatu", 70, 0, 430.00}, { "Brunei", 71, 0, 395.19}, { "Guyana", 72, 0, 369.12}, { "Sri Lanka", 73, 0, 369.05}, { "Zambia", 74, 0, 311.22}, { "Cambodia", 75, 0, 303.96}, { "Portugal", 76, 0, 227.30}, { "Uganda", 77, 0, 94.63}, { "Malawi", 78, 0, 31.02}, } -- 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