Jump to content

Module:SportsRankings/data/WBSC Women's World Rankings

From Wikipedia, the free encyclopedia

local data = {}

-- information about other templates used by module
data.templates = { flagged_team_link = "sbw" }

-- general information about ranking and website being cited
data.source = {
    url = "https://www.wbsc.org/en/rankings#tab-softball", 
	title = "The WBSC Women's World Ranking",
	website = "WBSC"
}

-- date of latest update and previous one for movement
data.updated  = { 	day = 31, 	month = 'December',  year =2024 }
data.previous = { 	day = 23, 	month = 'July',  year =2024 }

-- see "Generating code" section on doc page for how to update the rankings

data.rankings = {
          { "United States", 1, 0, 5106 },
          { "Japan", 2, 0, 3965 },
          { "Puerto Rico", 3, 0, 3441 },
          { "Chinese Taipei", 4, 0, 2800 },
          { "Netherlands", 5, 1, 2739 },
          { "Canada", 6, -1, 2685 },
          { "Italy", 7, 0, 2505 },
          { "Czech Republic", 8, 2, 2174 },
          { "Mexico", 9, -1, 1967 },
          { "Australia", 10, -1, 1791 },
          { "Great Britain", 11, 3, 1535 },
          { "China", 12, -1, 1420 },
          { "Spain", 13, 0, 1401 },
          { "Israel", 14, 4, 1046 },
          { "Germany", 15, 4, 646 },
          { "Peru", 16, 7, 994 },
          { "Cuba", 17, -5, 972 },
          { "France", 18, 2, 968 },
          { "Philippines", 19, -3, 965 },
          { "Venezuela", 20, -3, 851 },
          { "Ukraine", 21, 4, 768 },
          { "Greece", 22, 7, 723 },
          { "Austria", 23, 3, 665 },
          { "Ireland", 24, -2, 664 },
          { "Poland", 25, -2, 648 },
          { "Croatia", 26, -2, 624 },
          { "Brazil", 27, -5, 615 },
          { "Slovakia", 28, 0, 552 },
          { "Belgium", 29, 9, 503 },
          { "New Zealand", 30, 4, 399 },
          { "Colombia", 31, 1, 383 },
          { "Argentina", 32, -5, 372 },
          { "Switzerland", 33, 9, 371 },
          { "Denmark", 34, 3, 343 },
          { "Dominican Republic", 35, -5, 281 },
          { "South Korea", 36, 0, 264 },
          { "Guatemala", 37, -2, 262 },
          { "Sweden", 38, 18, 259 },
          { "Singapore", 39, -6, 248 },
          { "Hong Kong", 40, -4, 224 },
          { "South Africa", 41, -2, 200 },
          { "Malta", 42, 1, 199 },
          { "Russia", 43, -3, 185 },
          { "Botswana", 44, -3, 176 },
          { "Finland", 45, 0, 153 },
          { "Bulgaria", 46, 5, 150 },
          { "El Salvador", 47, -4, 139 },
          { "Hungary", 48, -1, 122 },
          { "Curaçao", 49, -3, 85 },
          { "Nicaragua", 50, -2, 71 },
          { "Turkey", 51, 2, 70 },
          { "Thailand", 52, -3, 67 },
          { "Chile", 52, -3, 67 },
          { "Lithuania", 54, -2, 57 },
          { "India", 55, -1, 45 },
          { "Costa Rica", 56, -1, 42 },
          { "Kenya", 57, 0, 32 },
          { "US Virgin Islands", 58, 2, 22 }, 
          { "Panama", 58, -1, 20 },
          { "Bolivia", 59, 2, 17 },
          { "Ecuador", 61, -2, 16 },
          { "Lesotho", 62, -1, 8 },
          { "Aruba", 63, 0, 6 },
          { "American Samoa", 64, 0, 5 },          
          { "British Virgin Islands", 65, 0, 2 },

}

-- list of WBSC country codes
data.alias = { 
	    { "ARG",  "Argentina" },
	    { "ARU",  "Aruba" },
	    { "ASA",  "American Samoa" },
	    { "AUS",  "Australia" },
	    { "AUT",  "Austria" },
	    { "BAH",  "Bahamas" },
	    { "BEL",  "Belgium" },
        { "BIZ",  "Belize" },
        { "BOL",  "Bolivia" },
        { "BOT",  "Botswana" },
        { "BRA",  "Brazil" },
        { "BUL",  "Bulgaria" },
        { "CAN",  "Canada" },
        { "CHI",  "Chile" },
        { "CHN",  "China" },
        { "COL",  "Colombia" },
        { "CRC",  "Costa Rica" },
        { "CRO",  "Croatia" },
        { "CUB",  "Cuba" },
        { "CUW",  "Curaçao" },
        { "CZE",  "Czech Republic" },
        { "DEN",  "Denmark" },
        { "DOM",  "Dominican Republic" },
        { "ECU",  "Ecuador" },
        { "ESA",  "El Salvador" },
        { "ESP",  "Spain" },
        { "FIN",  "Finland" },
        { "FRA",  "France" },
        { "GBR",  "Great Britain" },
        { "GER",  "Germany" },
        { "GRE",  "Greece" },
        { "GUA",  "Guatemala" },
        { "HKG",  "Hong Kong" },
        { "HUN",  "Hungary" },
        { "INA",  "Indonesia" },
        { "IND",  "India" },
        { "IRL",  "Ireland" },
        { "ISR",  "Israel" },
        { "ISV",  "US Virgin Islands" },
        { "ITA",  "Italy" },
        { "IVB",  "British Virgin Islands" },
        { "JPN",  "Japan" },
        { "KEN",  "Kenya" },
        { "KOR",  "South Korea" },
        { "LES",  "Lesotho" },
        { "LTU",  "Lithuania" },
        { "MAS",  "Malaysia" },
        { "MEX",  "Mexico" },
        { "MLT",  "Malta" },
        { "NCA",  "Nicaragua" },
        { "NED",  "Netherlands" },
        { "NZL",  "New Zealand" },
        { "PAN",  "Panama" },
        { "PER",  "Peru" },
        { "PHI",  "Philippines" },
        { "POL",  "Poland" },
        { "PUR",  "Puerto Rico" },
        { "RSA",  "South Africa" },
        { "RUS",  "Russia" },
        { "SGP",  "Singapore" },
        { "SUI",  "Switzerland" },
        { "SVK",  "Slovakia" },
        { "SWE",  "Sweden" },
        { "THA",  "Thailand" },
        { "TPE",  "Chinese Taipei" },
        { "TUR",  "Turkey" },
        { "UGA",  "Uganda" },
        { "UKR",  "Ukraine" },
        { "USA",  "United States" },
        { "VEN",  "Venezuela" },
}
-- List of WBSC confederations
data.confederation = { 
	Africa = { "RSA", "BOT", "KEN", "LES", "UGA"
	},
	Americas = { "USA", "PUR", "CAN", "MEX", "CUB", "PER", "VEN", "BRA", "ARG",
		"GUA", "DOM", "ESA", "COL", "CUW", "NCA", "CHI", "CRC", "ECU", "ARU", 
		"ISV", "IVB", "BOL"
	},
	Asia = { "JPN", "TPE", "PHI", "CHN", "KOR", "SGP", "HKG", "THA", "IND",
		"INA", "MAS"
	},
	Europe = { "ITA", "NED", "CZE", "ESP", "GBR", "ISR", "GER", "FRA", "IRL", 
		"POL", "CRO", "UKR", "AUT", "SVK", "GRE", "DEN", "BEL", "RUS", "SUI", 
		"MLT", "FIN", "HUN", "BUL", "LTU", "TUR", "SWE"
	},
	Oceania = { "AUS", "NZL", "ASA"
	},
}
    	                          
return data