local data = {}
-- information about other templates used by module
data.templates = { flagged_team_link = "flag" }
-- general information about ranking and website being cited
data.source = {
url = "https://worldcurling.org/worldrankings/",
title = "The World Curling Federation World Rankings",
website = "World Curling Federation",
language = "en"
}
-- date of latest update and previous one for movement
data.updated = { day = 13, month = 'November', year =2022 }
data.previous = { day = 6, month = 'November', year =2022 }
-- see "Generating code" section on doc page for how to update the rankings
data.rankings = {
{ "Canada", 1, 0, 66.987 },
{ "Norway", 2, 1, 64.341 },
{ "Switzerland", 3, -1, 61.616 },
{ "Scotland/Great Britain", 4, 3, 58.297 },
{ "Sweden", 5, -1, 56.593 },
{ "Italy", 6, 7, 42.935 },
{ "United States of America", 7, -2, 41.969 },
{ "Czech Republic", 8, 2, 29.304 },
{ "China", 9, -3, 26.813 },
{ "Australia", 10, 4, 23.993 },
{ "Germany", 11, 7, 23.214 },
{ "Korea", 12, -4, 21.154 },
{ "Japan", 13, -1, 19.826 },
{ "Russia", 14, -5, 17.216 },
{ "Finland", 15, -4, 16.543 },
{ "Hungary", 16, -1, 16.081 },
{ "Estonia", 17, -1, 12.665 },
{ "Türkiye", 18, -1, 9.886 },
{ "England", 19, 0, 9.038 },
{ "New Zealand", 20, 1, 8.929 },
{ "Denmark", 21, 2, 8.457 },
{ "Spain", 22, -2, 8.439 },
{ "Latvia", 23, -1, 3.375 },
{ "France", 24, 2, 3.375 },
{ "Austria", 25, 0, 3.365 },
{ "Belarus", 26, -2, 3.338 },
{ "Brazil", 27, 0, 2.985 },
{ "Kazakhstan", 28, 1, 2.669 },
{ "Chinese Taipei", 29, 4, 2.363 },
{ "Guyana", 30, 2, 2.349 },
{ "Hong Kong", 31, 4, 2.212 },
{ "Ireland", 32, -4, 2.134 },
{ "Slovakia", 33, -3, 2.106 },
{ "Romania", 34, 2, 1.726 },
{ "Lithuania", 35, 3, 1.712 },
{ "Belgium", 36, 3, 1.538 },
{ "Slovenia", 37, -3, 1.516 },
{ "Netherlands", 38, 2, 1.273 },
{ "Wales", 39, -2, 1.250 },
{ "Kosovo", 40, 1, 1.113 },
{ "Ukraine", 41, 1, 0.646 },
{ "Greece", 42, 1, 0.549 },
{ "Croatia", 43, 2, 0.421 },
{ "Saudi Arabia", 44, 2, 0.330 },
{ "Qatar", 45, 2, 0.330 },
{ "Nigeria", 46, 2, 0.192 },
{ "Luxembourg", 47, 2, 0.110 },
{ "Mexico", 48, 4, 0.110 },
{ "Israel", 49, -5, 0.037 },
{ "Afghanistan", 50, 3, 0.000 },
{ "Andorra", 50, 3, 0.000 },
{ "Bolivia", 50, 3, 0.000 },
{ "Bulgaria", 50, -1, 0.000 },
{ "Dominican Republic", 50, 3, 0.000 },
{ "Georgia", 50, 3, 0.000 },
{ "Iceland", 50, 3, 0.000 },
{ "India", 50, 3, 0.000 },
{ "Kenya", 50, 0, 0.000 },
{ "Kuwait", 50, 0, 0.000 },
{ "Kyrgyzstan", 50, 3, 0.000 },
{ "Liechtenstein", 50, 3, 0.000 },
{ "Mongolia", 50, 3, 0.000 },
{ "Portugal", 50, 3, 0.000 },
{ "Serbia", 50, 2, 0.000 },
{ "Turkmenistan", 50, 0, 0.000 },
{ "US Virgin Islands", 50, 3, 0.000 },
}
-- list of FIFA country codes
data.alias = {
{ "AFG", "Afghanistan" },
{ "AND", "Andorra" },
{ "AUS", "Australia" },
{ "AUT", "Austria" },
{ "BLR", "Belarus" },
{ "BEL", "Belgium" },
{ "BOL", "Bolivia" },
{ "BRA", "Brazil" },
{ "BUL", "Bulgaria" },
{ "CAN", "Canada" },
{ "CHN", "China" },
{ "TPE", "Chinese Taipei" },
{ "CRO", "Croatia" },
{ "CZE", "Czech Republic" },
{ "DEN", "Denmark" },
{ "DOM", "Dominican Republic" },
{ "ENG", "England" },
{ "EST", "Estonia" },
{ "FIN", "Finland" },
{ "FRA", "France" },
{ "GEO", "Georgia" },
{ "GER", "Germany" },
{ "GRE", "Greece" },
{ "GUY", "Guyana" },
{ "HKG", "Hong Kong" },
{ "HUN", "Hungary" },
{ "ISL", "Iceland" },
{ "IND", "India" },
{ "IRL", "Republic of Ireland" }, { "IRL", "Ireland" },
{ "ISR", "Israel" },
{ "ITA", "Italy" },
{ "JPN", "Japan" },
{ "KAZ", "Kazakhstan" },
{ "KOR", "Korea Republic" }, { "KOR", "Korea" },
{ "KOS", "Kosovo" },
{ "KUW", "Kuwait" },
{ "KGZ", "Kyrgyz Republic" }, { "KGZ", "Kyrgyzstan" },
{ "LVA", "Latvia" },
{ "LIE", "Liechtenstein" },
{ "LTU", "Lithuania" },
{ "LUX", "Luxembourg" },
{ "MEX", "Mexico" },
{ "MNG", "Mongolia" },
{ "NED", "Netherlands" },
{ "NZL", "New Zealand" },
{ "NGA", "Nigeria" },
{ "NOR", "Norway" },
{ "POR", "Portugal" },
{ "QAT", "Qatar" },
{ "ROU", "Romania" },
{ "RUS", "Russia" },
{ "KSA", "Saudi Arabia" },
{ "SCO", "Scotland/Great Britain" }, { "SCO", "Scotland" },
{ "SRB", "Serbia" },
{ "SVK", "Slovakia" },
{ "SVN", "Slovenia" },
{ "ESP", "Spain" },
{ "SWE", "Sweden" },
{ "SUI", "Switzerland" },
{ "TUR", "Türkiye" }, { "TUR", "Turkey" },
{ "TKM", "Turkmenistan" },
{ "VIR", "U.S. Virgin Islands" }, { "VIR", "US Virgin Islands" },
{ "UKR", "Ukraine" },
{ "USA", "United States of America" }, { "USA", "USA" },
{ "WAL", "Wales" },
}
-- List of WCF qualifications
data.confederation = {
-- European Curling Championships
EU = {"AND", "AUS", "AUT", "BLR", "BEL", "BUL", "CRO", "CZE", "DEN", "ENG", "EST", "FIN", "FRA", "GEO", "GER", "GRE", "HUN", "ISL", "IRL", "ISR", "ITA", "KVX", "LVA", "LIE", "LTU", "LUX", "MNG", "NED", "NOR", "POR", "ROU", "RUS", "SCO", "SRB", "SVK", "SVN", "ESP", "SWE", "SUI", "TUR", "UKR", "WAL"},
-- Pan Continental Curling Championships
PC = {"AFG", "AUS", "BOL", "BRA", "CAN", "CHN", "TPE", "DOM", "GUY", "HKG", "IND", "JPN", "KAZ", "KOR", "KUW", "KGZ", "MEX", "NZL", "NGA", "QAT", "KSA", "TKM", "VIR", "USA"},
}
return data