Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

Jump to content

Module:SportsRankings/data/WCFmen

From Wikipedia, the free encyclopedia
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 = {
          {  "Sweden", 1, 0, 97.122 },
          {  "Canada", 2, 1, 70.706 },
          {  "Scotland/Great Britain", 3, 2, 63.309 },
          {  "United States of America", 4, 0, 62.433 },
          {  "Switzerland", 5, -3, 57.284 },
          {  "Italy", 6, 2, 44.514 },
          {  "Norway", 7, 0, 37.455 },
          {  "Russia", 8, 2, 28.822 },
          {  "Korea", 9, 0, 26.754 },
          {  "Japan", 10, -4, 25.719 },
          {  "Denmark", 11, 1, 22.176 },
          {  "Germany", 12, -1, 20.369 },
          {  "China", 13, 1, 19.042 },
          {  "Netherlands", 14, -1, 14.951 },
          {  "Czech Republic", 15, 1, 12.635 },
          {  "Finland", 16, -1, 11.277 },
          {  "England", 17, 0, 7.770 },
          {  "Spain", 18, 3, 7.770 },
          {  "Türkiye", 19, 4, 7.455 },
          {  "Latvia", 20, 0, 7.356 },
          {  "Austria", 21, -2, 6.763 },
          {  "Chinese Taipei", 22, 0, 6.106 },
          {  "Estonia", 23, 4, 5.791 },
          {  "Wales", 24, 4, 5.692 },
          {  "Belarus", 25, 0, 5.261 },
          {  "New Zealand", 26, -8, 4.879 },
          {  "Slovakia", 27, -3, 4.838 },
          {  "France", 28, 2, 4.811 },
          {  "Hungary", 29, 2, 4.757 },
          {  "Brazil", 30, 4, 4.249 },
          {  "Lithuania", 31, 1, 3.777 },
          {  "Australia", 32, -6, 3.543 },
          {  "Kazakhstan", 33, 5, 3.377 },
          {  "Hong Kong", 34, -1, 3.336 },
          {  "Mexico", 35, 4, 3.035 },
          {  "Slovenia", 36, 1, 2.941 },
          {  "Qatar", 37, -2, 2.837 },
          {  "Bulgaria", 38, -2, 2.833 },
          {  "Belgium", 39, 1, 2.810 },
          {  "Israel", 40, -11, 2.469 },
          {  "Ireland", 41, 0, 2.194 },
          {  "Romania", 42, 1, 1.776 },
          {  "Croatia", 43, 1, 1.398 },
          {  "Guyana", 44, -2, 1.349 },
          {  "Liechtenstein", 45, 7, 1.079 },
          {  "Andorra", 46, 2, 0.719 },
          {  "Saudi Arabia", 47, 5, 0.719 },
          {  "Luxembourg", 48, -1, 0.562 },
          {  "Ukraine", 49, 3, 0.540 },
          {  "Nigeria", 50, -5, 0.540 },
          {  "Greece", 51, -5, 0.405 },
          {  "Serbia", 52, -4, 0.144 },
          {  "Afghanistan", 53, -2, 0.000 },
          {  "Bolivia", 53, -2, 0.000 },
          {  "Dominican Republic", 53, -2, 0.000 },
          {  "Georgia", 53, -2, 0.000 },
          {  "Iceland", 53, -3, 0.000 },
          {  "India", 53, -2, 0.000 },
          {  "Kenya", 53, -2, 0.000 },
          {  "Kosovo", 53, -2, 0.000 },
          {  "Kuwait", 53, -2, 0.000 },
          {  "Kyrgyzstan", 53, -3, 0.000 },
          {  "Mongolia", 53, -2, 0.000 },
          {  "Portugal", 53, -1, 0.000 },
          {  "Turkmenistan", 53, -2, 0.000 },
          {  "U.S. Virgin Islands", 53, -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