Module:SportsRankings/data/FIFA Women's World Rankings
This module depends on the following other modules: |
Usage
[edit]This template ({{FIFA Women's World Rankings}}) is meant to help quickly update the FIFA Women's World Rankings for all the ranked women's national teams of FIFA, displayed in the infobox on each national team article. When given a country code, the template outputs the FIFA Women's 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 Women's World Rankings" (i.e. <ref name="FIFA Women's 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 Scotland:
{{FIFA Women's World Rankings|SCO}}
This code produces the following:
23 (16 August 2024)[1]
- ^ "The FIFA/Coca-Cola Women's World Ranking". FIFA. 16 August 2024. Retrieved 16 August 2024.
The template can be tested at the sandbox page, Template:FIFA Women's 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 Women's World Rankings.
To update the rankings:
- On line 14, add the day and month (along with the year if necessary) of the current rankings
- On line 15, add the day and month (along with the year if necessary) of the previous rankings
- Between line 20 and ~177, 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 table (all rows, 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):
=SUBSTITUTE(" { """&B2&""", "&A1&", "&E1&", "&C1&" },", "-,", "-"&A1&",", 1)
If unnecessary lines are included, then paste the text into a site to remove lines with the string , , ,
.
Countries
[edit]Of FIFA's 211 member associations, 193 are currently included on FIFA's list.
Before FIFA's site redesign, the following 19 countries were missing from the list:
See also
[edit]
local data = {}
-- information about other templates used by module
data.templates = { flagged_team_link = "fbw" ,
flagvar = { AFG = "2004" }
}
-- general information about ranking and website being cited
data.source = {
url = "https://www.fifa.com/fifa-world-ranking/women",
title = "The FIFA/Coca-Cola Women's World Ranking",
website = "FIFA"
}
-- date of latest update and previous one for movement
data.updated = { day = 16, month = 'August', year =2024 }
data.previous = { day = 14, month = 'June', year =2024 }
-- see "Generating code" section on doc page for how to update the rankings
data.rankings = {
{ "USA", 1, 4, 2076.9 },
{ "England", 2, 1, 2023.42 },
{ "Spain", 3, -2, 2021.09 },
{ "Germany", 4, 0, 2014.11 },
{ "Sweden", 5, 1, 1986.8 },
{ "Canada", 6, 2, 1982.24 },
{ "Japan", 7, 0, 1974.34 },
{ "Brazil", 8, 1, 1970.36 },
{ "Korea DPR", 9, 1, 1944.23 },
{ "France", 10, -8, 1938.4 },
{ "Netherlands", 11, 0, 1928.51 },
{ "Denmark", 12, 1, 1896.61 },
{ "Iceland", 13, 1, 1876.79 },
{ "Italy", 14, 1, 1861.5 },
{ "Australia", 15, -3, 1857.15 },
{ "Norway", 16, 0, 1842.03 },
{ "Austria", 17, 0, 1827.79 },
{ "China PR", 18, 1, 1804.37 },
{ "Korea Republic", 19, 1, 1794.29 },
{ "Belgium", 20, -2, 1792.58 },
{ "Colombia", 21, 1, 1779.42 },
{ "Portugal", 22, -1, 1754.96 },
{ "Scotland", 23, 0, 1744.54 },
{ "Republic of Ireland", 24, 1, 1743.62 },
{ "Switzerland", 25, -1, 1735.33 },
{ "Finland", 26, 0, 1711.67 },
{ "Russia", 27, 0, 1702.45 },
{ "Czechia", 28, 2, 1684.56 },
{ "Wales", 29, 2, 1670.51 },
{ "Mexico", 30, -1, 1669.7 },
{ "Aotearoa New Zealand", 31, -3, 1660.01 },
{ "Poland", 32, 0, 1650.07 },
{ "Argentina", 33, 0, 1648.91 },
{ "Serbia", 34, 0, 1639.17 },
{ "Ukraine", 35, 0, 1638.16 },
{ "Nigeria", 36, 0, 1621.29 },
{ "Vietnam", 37, 0, 1611.3 },
{ "Chile", 38, 0, 1574.23 },
{ "Philippines", 39, 0, 1557.58 },
{ "Slovenia", 40, 0, 1553.94 },
{ "Chinese Taipei", 41, 0, 1545.46 },
{ "Jamaica", 42, 0, 1542.29 },
{ "Costa Rica", 43, 1, 1540.71 },
{ "Romania", 44, 1, 1531.35 },
{ "Northern Ireland", 45, 3, 1526.38 },
{ "Hungary", 46, -3, 1522.66 },
{ "Thailand", 47, -1, 1520.62 },
{ "Uzbekistan", 48, -1, 1516.95 },
{ "Paraguay", 49, 0, 1510.14 },
{ "South Africa", 50, 1, 1494.31 },
{ "Slovakia", 51, -1, 1492.22 },
{ "Venezuela", 52, 0, 1489.21 },
{ "Haiti", 53, 0, 1481.87 },
{ "Myanmar", 54, 0, 1481.44 },
{ "Belarus", 55, 0, 1477.54 },
{ "Papua New Guinea", 56, 1, 1440.64 },
{ "Croatia", 57, -1, 1434.28 },
{ "Türkiye", 58, 3, 1426.29 },
{ "Morocco", 59, 0, 1426.09 },
{ "Panama", 60, -2, 1422.68 },
{ "Greece", 61, -1, 1420.52 },
{ "Zambia", 62, 2, 1411.48 },
{ "Bosnia and Herzegovina", 63, -1, 1403.4 },
{ "IR Iran", 64, -1, 1398 },
{ "Ecuador", 65, 4, 1397.71 },
{ "Ghana", 66, -1, 1394.15 },
{ "Uruguay", 67, -1, 1393.01 },
{ "India", 68, -1, 1389.02 },
{ "Cameroon", 69, -1, 1388.9 },
{ "Israel", 70, 0, 1370.84 },
{ "Côte d'Ivoire", 71, 0, 1355.45 },
{ "Fiji", 72, 0, 1343.37 },
{ "Albania", 73, 0, 1334.34 },
{ "Jordan", 74, 0, 1331.17 },
{ "Azerbaijan", 75, 0, 1311.98 },
{ "Peru", 76, 0, 1295.56 },
{ "Trinidad and Tobago", 77, 0, 1294.31 },
{ "Tunisia", 78, 0, 1280.87 },
{ "Hong Kong, China", 79, 0, 1279.99 },
{ "Guatemala", 80, 0, 1274.37 },
{ "Mali", 81, 0, 1272.76 },
{ "Equatorial Guinea", 82, 0, 1272.15 },
{ "Senegal", 83, 0, 1266.07 },
{ "Algeria", 84, 0, 1264.25 },
{ "Puerto Rico", 85, 1, 1257.6 },
{ "Solomon Islands", 86, 2, 1252.55 },
{ "Malta", 87, 0, 1249.2 },
{ "Montenegro", 88, -3, 1243.43 },
{ "Guyana", 89, 0, 1238.46 },
{ "El Salvador", 90, 0, 1238.22 },
{ "Cuba", 91, 1, 1222.42 },
{ "Laos", 92, 1, 1217.34 },
{ "Egypt", 93, 1, 1217.29 },
{ "Bahrain", 94, -3, 1216.48 },
{ "Kosovo", 95, 0, 1214.6 },
{ "Malaysia", 96, 0, 1213.21 },
{ "Tonga", 97, 0, 1211.2 },
{ "Bulgaria", 98, 1, 1210.69 },
{ "Nepal", 99, -1, 1208.42 },
{ "Guam", 100, 0, 1206.27 },
{ "Samoa", 101, 0, 1202.69 },
{ "Congo DR", 102, 0, 1201.45 },
{ "Dominican Republic", 103, 0, 1200.08 },
{ "Indonesia", 104, 3, 1195.96 },
{ "New Caledonia", 105, 1, 1194.64 },
{ "Lithuania", 106, -2, 1192.7 },
{ "Estonia", 107, -2, 1192.02 },
{ "Bolivia", 108, 0, 1188.1 },
{ "Kazakhstan", 109, 0, 1185.81 },
{ "Faroe Islands", 110, 3, 1173.22 },
{ "Nicaragua", 111, 4, 1167.64 },
{ "Congo", 112, -2, 1161.03 },
{ "Tahiti", 113, -2, 1160.79 },
{ "Cook Islands", 114, -2, 1160.7 },
{ "United Arab Emirates", 115, -1, 1158.26 },
{ "Luxembourg", 116, 0, 1158.11 },
{ "Latvia", 117, 1, 1154.88 },
{ "Georgia", 118, 1, 1147.94 },
{ "Cambodia", 119, -2, 1144.56 },
{ "Togo", 120, 0, 1130.06 },
{ "Vanuatu", 121, 0, 1126.89 },
{ "Honduras", 122, 0, 1114.37 },
{ "Ethiopia", 123, 1, 1109.59 },
{ "Zimbabwe", 124, 1, 1107.95 },
{ "Namibia", 125, 1, 1107.94 },
{ "Mongolia", 126, 2, 1103.77 },
{ "The Gambia", 127, 3, 1102.66 },
{ "Palestine", 128, 3, 1100.42 },
{ "Kyrgyz Republic", 129, 3, 1099.57 },
{ "Cabo Verde", 130, 3, 1099.55 },
{ "North Macedonia", 131, -8, 1098.32 },
{ "Moldova", 132, -3, 1097.45 },
{ "Cyprus", 133, -6, 1092.79 },
{ "Lebanon", 134, 0, 1090.59 },
{ "Suriname", 135, 0, 1089.52 },
{ "Burkina Faso", 136, 0, 1085.78 },
{ "St Kitts and Nevis", 137, 0, 1078.84 },
{ "Singapore", 138, 0, 1077.34 },
{ "Bangladesh", 139, 1, 1076.18 },
{ "Turkmenistan", 140, -1, 1075.41 },
{ "Sierra Leone", 141, 0, 1059.98 },
{ "Guinea", 142, 0, 1057.39 },
{ "Gabon", 143, 2, 1045.97 },
{ "Central African Republic", 144, 2, 1045.87 },
{ "Tanzania", 145, 2, 1045.79 },
{ "Armenia", 146, -3, 1043.69 },
{ "Bermuda", 147, -3, 1043.24 },
{ "Angola", 148, 0, 1021.87 },
{ "American Samoa", 149, 0, 1010.26 },
{ "Uganda", 150, 0, 1007.21 },
{ "Kenya", 151, 0, 1004.74 },
{ "Benin", 152, 0, 1003.88 },
{ "Botswana", 153, 0, 1002.21 },
{ "Tajikistan", 154, 0, 991.2 },
{ "St Lucia", 155, 0, 975.08 },
{ "Malawi", 156, 0, 972.78 },
{ "Sri Lanka", 157, 0, 955.21 },
{ "Pakistan", 158, 0, 949.54 },
{ "Timor-Leste", 159, 0, 946.01 },
{ "Barbados", 160, 0, 941.96 },
{ "Maldives", 161, 0, 938.55 },
{ "Syria", 162, 0, 931.42 },
{ "St Vincent and the Grenadines", 163, 0, 923.84 },
{ "Dominica", 164, 0, 896.55 },
{ "Liberia", 165, 0, 882.37 },
{ "Niger", 166, 0, 876.5 },
{ "Rwanda", 167, 0, 874.81 },
{ "Belize", 168, 1, 870.99 },
{ "Grenada", 169, -1, 870.77 },
{ "Seychelles", 170, 0, 866.26 },
{ "Mozambique", 171, 0, 864.61 },
{ "Iraq", 172, 0, 862.8 },
{ "Macau", 173, 1, 850.91 },
{ "Saudi Arabia", 174, 1, 847.27 },
{ "Bhutan", 175, -2, 845.46 },
{ "Lesotho", 176, 0, 841.19 },
{ "Guinea-Bissau", 177, 0, 838.58 },
{ "Burundi", 178, 0, 829.84 },
{ "Curaçao", 179, 0, 820.81 },
{ "Antigua and Barbuda", 180, 0, 812.65 },
{ "Cayman Islands", 181, 0, 800.82 },
{ "Eswatini", 182, 0, 791.04 },
{ "US Virgin Islands", 183, 0, 771.47 },
{ "Andorra", 184, 0, 766.04 },
{ "Aruba", 185, 0, 737.24 },
{ "British Virgin Islands", 186, 0, 735.87 },
{ "Liechtenstein", 187, -187, 724.87 },
{ "Comoros", 188, -1, 717.41 },
{ "Anguilla", 189, -1, 691.37 },
{ "Madagascar", 190, -1, 687.98 },
{ "Bahamas", 191, -1, 665.71 },
{ "South Sudan", 192, -1, 650.32 },
{ "Turks and Caicos Islands", 193, -1, 628.42 },
{ "Mauritius", 194, -1, 394.19 },
}
-- 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" },
{ "IRN", "Iran" },
{ "CIV", "Ivory Coast" },
{ "PRK", "North Korea" },
{ "KOR", "South Korea" },
{ "KGZ", "Kyrgyzstan" },
{ "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
data.confederation = {
AFC = {"AFG", "AUS", "BHR", "BAN", "BHU", "CAM", "CHN", "TPE", "GUM", "HKG", "IND",
"IDN", "IRN", "IRQ", "JPN", "JOR", "PRK", "KOR", "KGZ", "LAO", "LBN", "MAC", "MAS",
"MDV", "MNG", "MYA", "NEP", "PAK", "PLE", "PHI", "KSA", "SGP", "SRI", "SYR", "TJK", "TLS",
"THA", "TKM", "UAE", "UZB", "VIE"
},
CAF = {"ALG", "ANG", "BDI", "BEN", "BOT", "BFA", "CMR", "CTA", "COM", "CGO", "COD", "CPV",
"CIV", "EQG", "SWZ", "EGY", "ETH", "GAB", "GAM", "GHA", "GNB", "GUI", "KEN",
"LES", "LBR", "MAD", "MWI", "MLI", "MRI", "MAR", "MOZ", "NAM", "NGA",
"NIG", "RWA", "SEN", "SEY", "RSA", "SLE", "SSD", "TAN", "TOG",
"TUN", "UGA", "ZAM", "ZIM"
},
CONCACAF = {"ATG", "ARU", "BAH", "BRB", "BLZ", "BER", "VGB", "CAN", "CRC", "CUB",
"CUW", "DMA", "DOM", "SLV", "GRN", "GUA", "GUY", "HAI", "HON", "JAM",
"MEX", "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",
"GRE", "HUN", "ISL", "ISR", "ITA", "KAZ", "KOS", "LVA", "LTU", "LUX",
"MLT", "MDA", "MNE", "NED", "MKD", "NIR", "NOR", "POL", "POR", "IRL",
"ROU", "RUS", "SCO", "SRB", "SVK", "SVN", "ESP", "SWE", "SUI", "TUR",
"UKR", "WAL",
},
-- List of Regional sub-confederations
WAFF = {"BHR", "IRQ", "JOR", "LBN", "PLE", "KSA", "SYR", "UAE"},
CAFA = {"IRN", "KGZ", "TJK", "TKM", "UZB"},
SAFF = {"BAN", "BHU", "IND", "MDV", "NEP", "PAK", "SRI"},
AFF = {"AUS", "CAM", "IDN", "LAO", "MAS", "MYA", "PHI", "SGP", "THA", "TLS", "VIE"},
EAFF = {"CHN", "GUM", "HKG", "JPN", "KOR", "MAC", "MNG", "PRK", "TPE"},
}
return data