Module:SportsRankings/data/WBSC Baseball5 World Rankings

From Wikipedia, the free encyclopedia
local data = {}

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

-- general information about ranking and website being cited
data.source = {
    url = "https://rankings.wbsc.org/en/list/baseball5/coed", 
	title = "The WBSC Baseball5 World Ranking",
	website = "WBSC"
}

-- date of latest update and previous one for movement
data.updated  = { 	day = 16, 	month = 'November',  year =2023 }
data.previous = { 	day = 18, 	month = 'October',  year =2023 }


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

data.rankings = {
          { "France", 1, 1, 3037 },
          { "Chinese Taipei", 2, -1, 2775 },
          { "Cuba", 3, 0, 2393 },
          { "Tunisia", 4, 0, 1995 },
          { "Lithuania", 5, 5, 1892 },
          { "Japan", 6, -1, 1639 },
          { "South Africa", 7, -1, 1593 },
          { "Mexico", 8, -1, 1560 },
          { "South Korea", 9, -1, 1442 },
          { "Ghana", 10, -1, 1219 },
          { "Italy", 11, 5, 1194 },
          { "Netherlands", 12, 7, 1179 },
          { "Turkey", 13, -2, 1144 },
          { "Kenya", 14, -2, 1046 },
          { "China", 15, -2, 1030 },
          { "Belgium", 16, 7, 952 },
          { "Romania", 17, 3, 905 },
          { "Venezuela", 17, -3, 905 },
          { "Czech Republic", 19, 2, 885 },
          { "Malaysia", 20, -5, 842 },
          { "Zambia", 21, -4, 798 },
          { "Hong Kong", 22, -4, 718 },
          { "Bulgaria", 23, 2, 706 },
          { "Tanzania", 24, -2, 573 },
          { "Russia", 25, -1, 528 },
          { "Spain", 26, 0, 510 },
          { "Israel", 27, -1, 434 },
          { "Estonia", 28, 3, 426 },
          { "Belarus", 29, -2, 420 },
          { "Uganda", 30, -2, 398 },
          { "Singapore", 31, -2, 388 },
          { "Moldova", 32, 0, 358 },
          { "Finland", 33, 0, 330 },
          { "Latvia", 34, -1, 311 },
          { "Burkina Faso", 35, -5, 307 },
          { "Germany", 36, -2, 223 },
          { "Thailand", 37, -2, 195 },
          { "Greece", 38, -2, 188 },
          { "Philippines", 39, -2, 128 },
          { "Nigeria", 40, -2, 114 },
          { "Switzerland", 41, -2, 96 },
          { "Australia", 42, -2, 90 },
          { "Pakistan", 43, -2, 60 },
          { "Sweden", 43, -2, 60 },
          { "Zimbabwe", 43, -2, 60 },
          { "Benin", 46, -2, 54 },
          { "India", 47, -2, 50 },
          { "Jamaica", 48, -2, 4 },
          { "Togo", 49, -2, 2 },
          }

-- list of WBSC country codes
data.alias = { 
	    { "AUS",  "Australia" },
	    { "BLR",  "Belarus" },
	    { "BEL",  "Belgium" },
	    { "BEN",  "Benin" },
	    { "BUL",  "Bulgaria" },
	    { "BUR",  "Burkina Faso" },
	    { "CHN",  "China" },
	    { "TPE",  "Chinese Taipei" },
	    { "COL",  "Colombia" },
	    { "CUB",  "Cuba" },
	    { "CZE",  "Czech Republic" },
	    { "EST",  "Estonia" },
	    { "FIN",  "Finland" },
	    { "FRA",  "France" },
	    { "GER",  "Germany" },
	    { "GHA",  "Ghana" },
	    { "GRE",  "Greece" },
	    { "GUA",  "Guatemala" },
	    { "HKG",  "Hong Kong" },
	    { "ITA",  "Italy" },
	    { "IND",  "India" },
	    { "ISR",  "Israel" },
	    { "JAM",  "Jamaica" },
	    { "JPN",  "Japan" },
	    { "KEN",  "Kenya" },
	    { "LAT",  "Latvia" },
	    { "LTU",  "Lithuania" },
	    { "MAS",  "Malaysia" },
	    { "MEX",  "Mexico" },
	    { "MDA",  "Moldova" },
	    { "NED",  "Netherlands" },
	    { "NGR",  "Nigeria" },
	    { "PAK",  "Pakistan" },
	    { "PHI",  "Philippines" },
	    { "PUR",  "Puerto Rico" },
	    { "ROU",  "Romania" },
	    { "RUS",  "Russia" },
	    { "SGP",  "Singapore" },
	    { "RSA",  "South Africa" },
	    { "KOR",  "South Korea" },
	    { "ESP",  "Spain" },
	    { "SWE",  "Sweden" },
	    { "SUI",  "Switzerland" },
	    { "TAN",  "Tanzania" },
	    { "THA",  "Thailand" },
	    { "TOG",  "Togo" },
	    { "TUN",  "Tunisia" },
	    { "TUR",  "Turkey" },
	    { "UGA",  "Uganda" },
	    { "VEN",  "Venezuela" },
	    { "ZAM",  "Zambia" },
	    { "ZIM",  "Zimbabwe" },
	    }
-- List of WBSC confederations
data.confederation = { 
	Africa = { "TUN", "RSA", "GHA", "KEN", "ZAM", "TAN", "UGA", "BUR", "NGR",
		"ZIM", "BEN", "TOG"
	},
	Americas = { "CUB", "MEX", "VEN", "JAM"
	},
	Asia = { "TPE", "JPN", "KOR", "CHN", "MAS", "HKG", "SGP", "THA", "PHI", 
		"PAK", "IND"
	},	
	Europe = { "FRA", "LTU", "ITA", "NED", "TUR", "BEL", "ROU", "CZE", "BUL", 
		"RUS", "ESP", "ISR", "EST", "BLR", "MDA", "FIN", "LAT", "GER", "GRE",
		"SUI", "SWE"
	},	
	Oceania = { "AUS"
	},	
}
    	                          
return data