Moduli:SportsRankings/data/WCFmixed

Nga Wikipedia, enciklopedia e lirë
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, 88.182 },
          {  "Scotland", 2, 1, 60.568 },
          {  "Norway", 3, 1, 59.045 },
          {  "Russia", 4, -2, 52.273 },
          {  "Germany", 5, 5, 50.053 },
          {  "Sweden", 6, -1, 36.780 },
          {  "Korea", 7, 6, 36.455 },
          {  "Switzerland", 8, 0, 36.386 },
          {  "Spain", 9, -3, 35.636 },
          {  "Türkiye", 10, -1, 32.295 },
          {  "Czech Republic", 11, -4, 31.386 },
          {  "Denmark", 12, 2, 27.053 },
          {  "Hungary", 13, 3, 25.682 },
          {  "United States of America", 14, -2, 18.182 },
          {  "Estonia", 15, -4, 16.455 },
          {  "Poland", 16, 2, 16.364 },
          {  "Slovakia", 17, 5, 15.348 },
          {  "Japan", 18, -3, 15.091 },
          {  "Ireland", 19, 10, 12.848 },
          {  "Belarus", 20, 3, 12.621 },
          {  "Finland", 21, -2, 12.121 },
          {  "Italy", 22, -2, 10.742 },
          {  "England", 23, 2, 10.462 },
          {  "Slovenia", 24, -3, 10.265 },
          {  "Wales", 25, 1, 8.742 },
          {  "Australia", 26, 2, 7.909 },
          {  "Latvia", 27, -3, 7.076 },
          {  "New Zealand", 28, -1, 6.720 },
          {  "Hong Kong", 29, 4, 5.530 },
          {  "China", 30, -13, 4.636 },
          {  "Israel", 31, 0, 4.636 },
          {  "Kazakhstan", 32, 6, 4.606 },
          {  "France", 33, -3, 4.455 },
          {  "Austria", 34, -2, 2.894 },
          {  "Chinese Taipei", 35, -1, 2.273 },
          {  "Croatia", 36, 0, 1.795 },
          {  "Brazil", 37, -2, 1.750 },
          {  "Netherlands", 38, -1, 1.258 },
          {  "Romania", 39, 0, 0.364 },
          {  "Andorra", 40, 2, 0.333 },
          {  "Kosovo", 41, 3, 0.303 },
          {  "Luxembourg", 42, 1, 0.242 },
          {  "Belgium", 43, -3, 0.212 },
          {  "Nigeria", 44, 0, 0.152 },
          {  "Lithuania", 45, -4, 0.000 },
          {  "Afghanistan", 46, -2, 0.000 },
          {  "Bulgaria", 46, -2, 0.000 },
          {  "Georgia", 46, -2, 0.000 },
          {  "Greece", 46, -2, 0.000 },
          {  "Guyana", 46, -2, 0.000 },
          {  "Iceland", 46, -2, 0.000 },
          {  "Kyrgyzstan", 46, -2, 0.000 },
          {  "Liechtenstein", 46, -2, 0.000 },
          {  "Mongolia", 46, -2, 0.000 },
          {  "Portugal", 46, -2, 0.000 },
          {  "Qatar", 46, -2, 0.000 },
          {  "Saudi Arabia", 46, -2, 0.000 },
          {  "Serbia", 46, -2, 0.000 },
          {  "Ukraine", 46, -2, 0.000 },
          {  "U.S. Virgin Islands", 46, -2, 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