Module:SportsRankings/data/FIFA World Rankings
This module depends on the following other modules: |
Usage
[edit]This template ({{FIFA World Rankings}}) is meant to help quickly update the FIFA World Rankings for all 211 men's national teams of FIFA, displayed in the infobox on each national team article. When given a country code, the template outputs the FIFA World Ranking of a country, along with a movement indicator (increase, decrease, or steady), and by how many spots a country moves, if applicable. The date of the rankings is also listed, along with a reference to the rankings from FIFA's website.
If desired, the FIFA ranking reference can be used elsewhere in the article using the name "FIFA World Rankings" (i.e. <ref name="FIFA World Rankings"/>
).
Parameters
[edit]1
(unnamed): FIFA country codemdy
: Switches dates to month-day-year format
Example
[edit]An example of the code used to display the ranking of Gibraltar:
{{FIFA World Rankings|GIB}}
This code produces the following:
197 1 (24 October 2024)[1]
- ^ "The FIFA/Coca-Cola Men's World Ranking". FIFA. 24 October 2024. Retrieved 24 October 2024.
The template can be tested at the sandbox page, Template:FIFA World Rankings/sandbox.
Updating
[edit]The main template page is not meant to be updated. The rankings should be updated at Module:SportsRankings/data/FIFA World Rankings.
To update the rankings:
- On line 16, add the day and month (along with the year if necessary) of the current rankings
- On line 17, add the day and month (along with the year if necessary) of the previous rankings
- On line 18, add the day and month (along with the year if necessary) of the next rankings
- Between line 23 and 233, paste in the code for the new rankings (see generating code section)
and save. Once the cache of a national team page is purged, the updated ranking will be displayed.
Generating rankings code
[edit]All positions can be quickly updated using a spreadsheet. For example, after copying the entire ranking list (211 rows from all five pages, unedited) from FIFA's ranking list, the following formula can be used in an external spreadsheet to generate the code necessary to update the data page (given the FIFA rankings begin in cell A1):
=" { """&B1&""", "&A1&", "&E1&", "&C1&" },"
If unnecessary lines are included, then paste the text into a site to remove lines with the string , , ,
.
See also
[edit]
local data = {}
-- information about other templates used by module
data.templates = { flagged_team_link = "fb" ,
flagvar = { AFG= "2004" , BOL= "civil" , DOM= "civil" }
}
-- general information about ranking and website being cited
data.source = {
url = "https://inside.fifa.com/fifa-world-ranking/men",
title = "The FIFA/Coca-Cola Men's World Ranking",
website = "FIFA"
}
-- date of latest update, previous and next one for movement
data.updated = { day = 24, month = 'October', year =2024 }
data.previous = { day = 19, month = 'September', year =2024 }
data.next = { day = 28, month = 'November', year =2024 }
-- see "Generating code" section on doc page for how to update the rankings
data.rankings = {
{ "Argentina", 1, 0, 1883.5 },
{ "France", 2, 0, 1859.85 },
{ "Spain", 3, 0, 1844.33 },
{ "England", 4, 0, 1807.83 },
{ "Brazil", 5, 0, 1784.37 },
{ "Belgium", 6, 0, 1761.27 },
{ "Portugal", 7, 1, 1752.68 },
{ "Netherlands", 8, -1, 1748.24 },
{ "Italy", 9, 1, 1729.4 },
{ "Colombia", 10, -1, 1724.37 },
{ "Germany", 11, 2, 1703.59 },
{ "Croatia", 12, 0, 1701.36 },
{ "Morocco", 13, 1, 1681.57 },
{ "Uruguay", 14, -3, 1680.36 },
{ "Japan", 15, 1, 1645.09 },
{ "Mexico", 16, 1, 1640.67 },
{ "Switzerland", 17, -2, 1631.38 },
{ "USA", 18, 0, 1630.97 },
{ "IR Iran", 19, 0, 1627.58 },
{ "Senegal", 20, 1, 1627.13 },
{ "Denmark", 21, -1, 1617.34 },
{ "Korea Republic", 22, 1, 1589.93 },
{ "Austria", 23, -1, 1589.17 },
{ "Australia", 24, 1, 1552.77 },
{ "Ukraine", 25, -1, 1552.37 },
{ "Türkiye", 26, 0, 1548.15 },
{ "Ecuador", 27, 0, 1536.32 },
{ "Sweden", 28, 0, 1530.41 },
{ "Wales", 29, 0, 1528.96 },
{ "Egypt", 30, 1, 1526.25 },
{ "Poland", 31, -1, 1523.19 },
{ "Hungary", 32, 0, 1519.33 },
{ "Serbia", 33, 2, 1511.16 },
{ "Russia", 34, 0, 1508.73 },
{ "Canada", 35, 3, 1507.27 },
{ "Nigeria", 36, 3, 1503.29 },
{ "Algeria", 37, 4, 1496.94 },
{ "Peru", 38, 5, 1494.24 },
{ "Panama", 39, -2, 1493.8 },
{ "Côte d'Ivoire", 40, -7, 1493.57 },
{ "Slovakia", 41, 1, 1489.88 },
{ "Greece", 42, 6, 1487.42 },
{ "Romania", 43, 2, 1487.22 },
{ "Venezuela", 44, -4, 1482.47 },
{ "Czechia", 45, 1, 1480.39 },
{ "Qatar", 46, -2, 1478.6 },
{ "Tunisia", 47, -11, 1478.52 },
{ "Norway", 48, -1, 1473.5 },
{ "Cameroon", 49, 4, 1472.12 },
{ "Costa Rica", 50, 0, 1465.57 },
{ "Scotland", 51, 1, 1461.34 },
{ "Slovenia", 52, -1, 1459.59 },
{ "Chile", 53, -4, 1455.22 },
{ "Mali", 54, 0, 1454.84 },
{ "Paraguay", 55, 2, 1440.78 },
{ "Iraq", 56, -1, 1434.4 },
{ "Congo DR", 57, 1, 1431.3 },
{ "Uzbekistan", 58, 2, 1429.26 },
{ "Saudi Arabia", 59, -3, 1422.67 },
{ "South Africa", 60, -1, 1415.98 },
{ "Jamaica", 61, 0, 1405.36 },
{ "Burkina Faso", 62, 1, 1399.8 },
{ "Republic of Ireland", 63, -1, 1395.61 },
{ "Jordan", 64, 4, 1380.75 },
{ "Albania", 65, 2, 1379.29 },
{ "Finland", 66, -2, 1374.58 },
{ "Georgia", 67, -1, 1365.56 },
{ "United Arab Emirates", 68, 1, 1361.34 },
{ "North Macedonia", 69, 3, 1361.01 },
{ "Iceland", 70, 1, 1353.18 },
{ "Northern Ireland", 71, 2, 1345.06 },
{ "Cabo Verde", 72, -7, 1340.87 },
{ "Ghana", 73, -3, 1338.73 },
{ "Bosnia and Herzegovina", 74, 1, 1324.43 },
{ "Montenegro", 75, -1, 1323.2 },
{ "Bahrain", 76, 0, 1313.8 },
{ "Honduras", 77, 0, 1312.66 },
{ "Guinea", 78, 4, 1312.45 },
{ "Bolivia", 79, 4, 1312.36 },
{ "Oman", 80, -2, 1305.99 },
{ "Israel", 81, -2, 1303.65 },
{ "Angola", 82, 3, 1298.75 },
{ "El Salvador", 83, -3, 1297.99 },
{ "Bulgaria", 84, -3, 1295.11 },
{ "Gabon", 85, -1, 1294.11 },
{ "Haiti", 86, 0, 1283.67 },
{ "Uganda", 87, 3, 1269.79 },
{ "Equatorial Guinea", 88, 6, 1266.68 },
{ "Luxembourg", 89, -2, 1262.08 },
{ "Curaçao", 90, -2, 1260.87 },
{ "Aotearoa New Zealand", 91, 4, 1258.11 },
{ "China PR", 92, -1, 1257.29 },
{ "Syria", 93, -1, 1252.19 },
{ "Zambia", 94, -1, 1251.84 },
{ "Benin", 95, -6, 1250.97 },
{ "Thailand", 96, 4, 1231.75 },
{ "Belarus", 97, 0, 1231.1 },
{ "Mozambique", 98, 1, 1229.01 },
{ "Armenia", 99, -3, 1222.74 },
{ "Palestine", 100, -2, 1218.43 },
{ "Kosovo", 101, 3, 1218.22 },
{ "Trinidad and Tobago", 102, -1, 1214.81 },
{ "Kyrgyz Republic", 103, 3, 1207.08 },
{ "Guatemala", 104, 3, 1201.35 },
{ "Tajikistan", 105, -2, 1196.98 },
{ "Kenya", 106, -4, 1195.36 },
{ "Kazakhstan", 107, 2, 1186.46 },
{ "Comoros", 108, 10, 1185.98 },
{ "Madagascar", 109, -1, 1180 },
{ "Sudan", 110, 10, 1176.2 },
{ "Korea DPR", 111, 0, 1175.14 },
{ "Tanzania", 112, -2, 1173.84 },
{ "Namibia", 113, -8, 1173.81 },
{ "Mauritania", 114, -2, 1168.44 },
{ "Lebanon", 115, -1, 1167.49 },
{ "Guinea-Bissau", 116, -1, 1166.34 },
{ "Zimbabwe", 117, 7, 1162.48 },
{ "Azerbaijan", 118, -5, 1161.8 },
{ "Vietnam", 119, -3, 1161.11 },
{ "Congo", 120, -3, 1159.42 },
{ "Sierra Leone", 121, 4, 1149.81 },
{ "Libya", 122, -1, 1148.7 },
{ "Togo", 123, -4, 1147.91 },
{ "Estonia", 124, -2, 1145.52 },
{ "India", 125, 1, 1133.78 },
{ "Rwanda", 126, 4, 1130.04 },
{ "Cyprus", 127, -4, 1127.51 },
{ "The Gambia", 128, 7, 1125.62 },
{ "Central African Republic", 129, -1, 1125.26 },
{ "Indonesia", 130, -1, 1118.87 },
{ "Niger", 131, -4, 1114.73 },
{ "Nicaragua", 132, -1, 1114.28 },
{ "Malaysia", 133, -1, 1113.92 },
{ "Malawi", 134, -1, 1111.16 },
{ "Kuwait", 135, -1, 1106.42 },
{ "Suriname", 136, 2, 1105.29 },
{ "Latvia", 137, 0, 1093.82 },
{ "Faroe Islands", 138, 2, 1091.52 },
{ "Burundi", 139, -3, 1089.49 },
{ "Botswana", 140, 7, 1088.45 },
{ "Lithuania", 141, -2, 1082.36 },
{ "Dominican Republic", 142, 4, 1071.88 },
{ "St Kitts and Nevis", 143, -2, 1069.25 },
{ "Turkmenistan", 144, -2, 1065.42 },
{ "Philippines", 145, 3, 1053.09 },
{ "Fiji", 146, 4, 1051.41 },
{ "Solomon Islands", 147, -3, 1050.99 },
{ "Ethiopia", 148, -3, 1049.28 },
{ "Liberia", 149, -6, 1048.86 },
{ "Moldova", 150, -1, 1040.83 },
{ "Afghanistan", 151, 1, 1034.37 },
{ "Lesotho", 152, 1, 1032.79 },
{ "Puerto Rico", 153, 1, 1021.62 },
{ "Yemen", 154, 1, 1021.24 },
{ "New Caledonia", 155, 5, 1020.83 },
{ "Antigua and Barbuda", 156, -5, 1020.58 },
{ "Vanuatu", 157, 5, 1015.52 },
{ "Hong Kong, China", 158, -1, 1015.1 },
{ "Tahiti", 159, -1, 1009.52 },
{ "Eswatini", 160, -1, 1009.19 },
{ "Guyana", 161, -5, 1008.68 },
{ "Singapore", 162, -1, 1008.26 },
{ "Maldives", 163, 0, 1003.48 },
{ "St Lucia", 164, 0, 997.86 },
{ "Myanmar", 165, 2, 990.98 },
{ "Cuba", 166, -1, 990.18 },
{ "Bermuda", 167, 3, 986.53 },
{ "Chinese Taipei", 168, -2, 985.66 },
{ "Malta", 169, 2, 980.5 },
{ "Andorra", 170, -1, 977.96 },
{ "Papua New Guinea", 171, -3, 972.32 },
{ "South Sudan", 172, 0, 955.67 },
{ "Barbados", 173, 2, 955.21 },
{ "St Vincent and the Grenadines", 174, 0, 954.86 },
{ "Grenada", 175, -2, 947.22 },
{ "Nepal", 176, 0, 935.93 },
{ "Chad", 177, 0, 933.39 },
{ "Mauritius", 178, 0, 927.57 },
{ "Belize", 179, 3, 925.02 },
{ "Montserrat", 180, -1, 924.14 },
{ "Cambodia", 181, -1, 921.2 },
{ "Bhutan", 182, 2, 904.06 },
{ "Dominica", 183, -2, 903.54 },
{ "Brunei Darussalam", 184, -1, 900.75 },
{ "Bangladesh", 185, 1, 896.71 },
{ "Samoa", 186, -1, 890.77 },
{ "Laos", 187, 0, 889.62 },
{ "Mongolia", 188, 0, 883.57 },
{ "American Samoa", 189, 0, 883.17 },
{ "São Tomé and Príncipe", 190, 0, 878.09 },
{ "Cook Islands", 191, 0, 877.53 },
{ "Djibouti", 192, 0, 875.13 },
{ "Macau", 193, 0, 871.52 },
{ "Cayman Islands", 194, 1, 866.71 },
{ "Aruba", 195, -1, 863.29 },
{ "Timor-Leste", 196, 0, 850.83 },
{ "Gibraltar", 197, 1, 848.32 },
{ "Pakistan", 198, -1, 842.4 },
{ "Tonga", 199, 0, 835.64 },
{ "Liechtenstein", 200, 3, 834.15 },
{ "Seychelles", 201, 0, 831.19 },
{ "Somalia", 202, 0, 829.81 },
{ "Sri Lanka", 203, -3, 829.39 },
{ "Guam", 204, 0, 821.91 },
{ "Bahamas", 205, 0, 818.58 },
{ "Turks and Caicos Islands", 206, 0, 803.98 },
{ "British Virgin Islands", 207, 1, 780.3 },
{ "US Virgin Islands", 208, -1, 779.71 },
{ "Anguilla", 209, 0, 769.31 },
{ "San Marino", 210, 0, 737.04 },
-- { "Eritrea", NR, 0, 0 },
}
-- list of FIFA country codes
data.alias = {
{ "AFG", "Afghanistan" },
{ "AIA", "Anguilla" },
{ "ALB", "Albania" },
{ "ALG", "Algeria" },
{ "AND", "Andorra" },
{ "ANG", "Angola" },
{ "ARG", "Argentina" },
{ "ARM", "Armenia" },
{ "ARU", "Aruba" },
{ "ASA", "American Samoa" },
{ "ATG", "Antigua and Barbuda" },
{ "AUS", "Australia" },
{ "AUT", "Austria" },
{ "AZE", "Azerbaijan" },
{ "BAH", "Bahamas" },
{ "BAN", "Bangladesh" },
{ "BDI", "Burundi" },
{ "BEL", "Belgium" },
{ "BEN", "Benin" },
{ "BER", "Bermuda" },
{ "BFA", "Burkina Faso" },
{ "BHR", "Bahrain" },
{ "BHU", "Bhutan" },
{ "BIH", "Bosnia and Herzegovina" },
{ "BLR", "Belarus" },
{ "BLZ", "Belize" },
{ "BOL", "Bolivia" },
{ "BOT", "Botswana" },
{ "BRA", "Brazil" },
{ "BRB", "Barbados" },
{ "BRU", "Brunei Darussalam" },
{ "BUL", "Bulgaria" },
{ "CAM", "Cambodia" },
{ "CAN", "Canada" },
{ "CAY", "Cayman Islands" },
{ "CGO", "Congo" },
{ "CHA", "Chad" },
{ "CHI", "Chile" },
{ "CHN", "China PR" },
{ "CIV", "Côte d'Ivoire" },
{ "CMR", "Cameroon" },
{ "COD", "Congo DR" },
{ "COK", "Cook Islands" },
{ "COL", "Colombia" },
{ "COM", "Comoros" },
{ "CPV", "Cabo Verde" },
{ "CRC", "Costa Rica" },
{ "CRO", "Croatia" },
{ "CTA", "Central African Republic" },
{ "CUB", "Cuba" },
{ "CUW", "Curaçao" },
{ "CYP", "Cyprus" },
{ "CZE", "Czechia" },
{ "DEN", "Denmark" },
{ "DJI", "Djibouti" },
{ "DMA", "Dominica" },
{ "DOM", "Dominican Republic" },
{ "ECU", "Ecuador" },
{ "EGY", "Egypt" },
{ "ENG", "England" },
{ "EQG", "Equatorial Guinea" },
{ "ERI", "Eritrea" },
{ "ESP", "Spain" },
{ "EST", "Estonia" },
{ "ETH", "Ethiopia" },
{ "FIJ", "Fiji" },
{ "FIN", "Finland" },
{ "FRA", "France" },
{ "FRO", "Faroe Islands" },
{ "GAB", "Gabon" },
{ "GAM", "The Gambia" },
{ "GEO", "Georgia" },
{ "GER", "Germany" },
{ "GHA", "Ghana" },
{ "GIB", "Gibraltar" },
{ "GNB", "Guinea-Bissau" },
{ "GRE", "Greece" },
{ "GRN", "Grenada" },
{ "GUA", "Guatemala" },
{ "GUI", "Guinea" },
{ "GUM", "Guam" },
{ "GUY", "Guyana" },
{ "HAI", "Haiti" },
{ "HKG", "Hong Kong, China" },
{ "HON", "Honduras" },
{ "HUN", "Hungary" },
{ "IDN", "Indonesia" },
{ "IND", "India" },
{ "IRL", "Republic of Ireland" },
{ "IRN", "IR Iran" },
{ "IRQ", "Iraq" },
{ "ISL", "Iceland" },
{ "ISR", "Israel" },
{ "ITA", "Italy" },
{ "JAM", "Jamaica" },
{ "JOR", "Jordan" },
{ "JPN", "Japan" },
{ "KAZ", "Kazakhstan" },
{ "KEN", "Kenya" },
{ "KGZ", "Kyrgyz Republic" },
{ "KOR", "Korea Republic" },
{ "KSA", "Saudi Arabia" },
{ "KUW", "Kuwait" },
{ "KOS", "Kosovo" },
{ "LAO", "Laos" },
{ "LBR", "Liberia" },
{ "LBY", "Libya" },
{ "LCA", "St Lucia" },
{ "LES", "Lesotho" },
{ "LBN", "Lebanon" },
{ "LIE", "Liechtenstein" },
{ "LTU", "Lithuania" },
{ "LUX", "Luxembourg" },
{ "LVA", "Latvia" },
{ "MAC", "Macau" },
{ "MAD", "Madagascar" },
{ "MAR", "Morocco" },
{ "MAS", "Malaysia" },
{ "MDA", "Moldova" },
{ "MDV", "Maldives" },
{ "MEX", "Mexico" },
{ "MKD", "North Macedonia" },
{ "MLI", "Mali" },
{ "MLT", "Malta" },
{ "MNE", "Montenegro" },
{ "MNG", "Mongolia" },
{ "MOZ", "Mozambique" },
{ "MRI", "Mauritius" },
{ "MSR", "Montserrat" },
{ "MTN", "Mauritania" },
{ "MWI", "Malawi" },
{ "MYA", "Myanmar" },
{ "NAM", "Namibia" },
{ "NCA", "Nicaragua" },
{ "NCL", "New Caledonia" },
{ "NED", "Netherlands" },
{ "NEP", "Nepal" },
{ "NGA", "Nigeria" },
{ "NIG", "Niger" },
{ "NIR", "Northern Ireland" },
{ "NOR", "Norway" },
{ "NZL", "Aotearoa New Zealand" },
{ "OMA", "Oman" },
{ "PAK", "Pakistan" },
{ "PAN", "Panama" },
{ "PAR", "Paraguay" },
{ "PER", "Peru" },
{ "PHI", "Philippines" },
{ "PLE", "Palestine" },
{ "PNG", "Papua New Guinea" },
{ "POL", "Poland" },
{ "POR", "Portugal" },
{ "PRK", "Korea DPR" },
{ "PUR", "Puerto Rico" },
{ "QAT", "Qatar" },
{ "ROU", "Romania" },
{ "RSA", "South Africa" },
{ "RUS", "Russia" },
{ "RWA", "Rwanda" },
{ "SAM", "Samoa" },
{ "SCO", "Scotland" },
{ "SDN", "Sudan" },
{ "SEN", "Senegal" },
{ "SEY", "Seychelles" },
{ "SGP", "Singapore" },
{ "SKN", "St Kitts and Nevis" },
{ "SLE", "Sierra Leone" },
{ "SLV", "El Salvador" },
{ "SMR", "San Marino" },
{ "SOL", "Solomon Islands" },
{ "SOM", "Somalia" },
{ "SRB", "Serbia" },
{ "SRI", "Sri Lanka" },
{ "SSD", "South Sudan" },
{ "STP", "São Tomé and Príncipe" },
{ "SUI", "Switzerland" },
{ "SUR", "Suriname" },
{ "SVK", "Slovakia" },
{ "SVN", "Slovenia" },
{ "SWE", "Sweden" },
{ "SWZ", "Eswatini" },
{ "SYR", "Syria" },
{ "TAH", "Tahiti" },
{ "TAN", "Tanzania" },
{ "TCA", "Turks and Caicos Islands" },
{ "TGA", "Tonga" },
{ "THA", "Thailand" },
{ "TJK", "Tajikistan" },
{ "TKM", "Turkmenistan" },
{ "TLS", "Timor-Leste" },
{ "TOG", "Togo" },
{ "TPE", "Chinese Taipei" },
{ "TRI", "Trinidad and Tobago" },
{ "TUN", "Tunisia" },
{ "TUR", "Türkiye" },
{ "UAE", "United Arab Emirates" },
{ "UGA", "Uganda" },
{ "UKR", "Ukraine" },
{ "URU", "Uruguay" },
{ "USA", "USA" },
{ "UZB", "Uzbekistan" },
{ "VAN", "Vanuatu" },
{ "VEN", "Venezuela" },
{ "VGB", "British Virgin Islands" },
{ "VIE", "Vietnam" },
{ "VIN", "St Vincent and the Grenadines" },
{ "VIR", "US Virgin Islands" },
{ "WAL", "Wales" },
{ "YEM", "Yemen" },
{ "ZAM", "Zambia" },
{ "ZIM", "Zimbabwe" },
-- Alternate names
{ "TUR", "Turkey" },
{ "CZE", "Czech Republic" },
{ "CUW", "Curacao" },
{ "BRU", "Brunei" },
{ "CPV", "Cape Verde" },
{ "CPV", "Cape Verde Islands" },
{ "CHN", "China" },
{ "COD", "DR Congo" },
{ "GAM", "Gambia" },
{ "HKG", "Hong Kong" },
{ "IRN", "Iran" },
{ "CIV", "Ivory Coast" },
{ "PRK", "North Korea" },
{ "KOR", "South Korea" },
{ "KGZ", "Kyrgyzstan" },
{ "NZL", "New Zealand" },
{ "SKN", "Saint Kitts and Nevis" },
{ "SKN", "St. Kitts and Nevis" },
{ "LCA", "Saint Lucia" },
{ "LCA", "St. Lucia" },
{ "VIN", "Saint Vincent and the Grenadines" },
{ "VIN", "St. Vincent and the Grenadines" },
{ "STP", "São Tomé e Príncipe" },
{ "STP", "Sao Tome e Principe" },
{ "USA", "United States" },
{ "VIR", "U.S. Virgin Islands" },
{ "VIR", "United States Virgin Islands" },
}
-- List of FIFA confederations (Minus test and EAFF)
data.confederation = {
AFC = {"AFG", "AUS", "BHR", "BAN", "BHU", "BRU", "CAM", "CHN", "TPE", "GUM",
"HKG", "IND", "IDN", "IRN", "IRQ", "JPN", "JOR", "PRK", "KOR", "KUW",
"KGZ", "LAO", "LBN", "MAC", "MAS", "MDV", "MNG", "MYA", "NEP", "OMA",
"PAK", "PLE", "PHI", "QAT", "KSA", "SGP", "SRI", "SYR", "TJK", "THA",
"TLS", "TKM", "UAE", "UZB", "VIE", "YEM"
},
CAF = {"ALG", "ANG", "BEN", "BOT", "BFA", "BDI", "CPV", "CMR", "CTA", "CHA",
"COM", "CGO", "COD", "CIV", "DJI", "EGY", "EQG", "ERI", "SWZ", "ETH",
"GAB", "GAM", "GHA", "GUI", "GNB", "KEN", "LES", "LBR", "LBY", "MAD",
"MWI", "MLI", "MTN", "MRI", "MAR", "MOZ", "NAM", "NIG", "NGA", "RWA",
"STP", "SEN", "SEY", "SLE", "SOM", "RSA", "SSD", "SDN", "TAN", "TOG",
"TUN", "UGA", "ZAM", "ZIM"
},
CONCACAF = {"AIA", "ATG", "ARU", "BAH", "BRB", "BLZ", "BER", "VGB", "CAN",
"CAY", "CRC", "CUB", "CUW", "DMA", "DOM", "SLV", "GRN", "GUA", "GUY",
"HAI", "HON", "JAM", "MEX", "MSR", "NCA", "PAN", "PUR", "SKN", "LCA",
"VIN", "SUR", "TRI", "TCA", "VIR", "USA"
},
CONMEBOL = {"ARG", "BOL", "BRA", "CHI", "COL", "ECU", "PAR", "PER", "URU",
"VEN"
},
OFC = {"ASA", "COK", "FIJ", "NCL", "NZL", "PNG", "SAM", "SOL", "TAH", "TGA",
"VAN"
},
UEFA = {"ALB", "AND", "ARM", "AUT", "AZE", "BLR", "BEL", "BIH", "BUL", "CRO",
"CYP", "CZE", "DEN", "ENG", "EST", "FRO", "FIN", "FRA", "GEO", "GER",
"GIB", "GRE", "HUN", "ISL", "ISR", "ITA", "KAZ", "KOS", "LVA", "LIE",
"LTU", "LUX", "MLT", "MDA", "MNE", "NED", "MKD", "NIR", "NOR", "POL",
"POR", "IRL", "ROU", "RUS", "SMR", "SCO", "SRB", "SVK", "SVN", "ESP",
"SWE", "SUI", "TUR", "UKR", "WAL",
},
EAFF = { "CHN","GUM","HKG","JPN","KOR","MAC","MNG","PRK","TPE"},
test = { "ENG", "SCO", "WAL", "IRE", "NIR", "FRA", "England", "France", "Germany" },
}
return data