Module:SportsRankings/data/FIFA Futsal World Rankings
![]() | This module depends on the following other modules: |
Usage
[edit]This template ({{FIFA Futsal World Ranking}}) is meant to help quickly update the FIFA Futsal World Ranking 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 Futsal 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 World Rankings" (i.e. <ref name="FIFA Futsal 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 Futsal World Ranking|MAR}}
This code produces the following:
6 1 (4 April 2025)[1]
- ^ "The FIFA Futsal Men's World Ranking". FIFA. 4 April 2025. Retrieved 4 April 2025.
The template can be tested at the sandbox page, Template:FIFA Futsal 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 Futsal 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 Futsal 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, 139 are currently included on FIFA's list.
The following 72 countries are not ranked:
Anguilla
Antigua and Barbuda
Aruba
Bahamas
Bangladesh
Barbados
Belize
Benin
Bermuda
Bhutan
Botswana
British Virgin Islands
Burkina Faso
Burundi
Cape Verde
Cameroon
Cayman Islands
Central African Republic
Chad
Congo
DR Congo
Cook Islands
Djibouti
Dominica
Eritrea
Eswatini
Ethiopia
Faroe Islands
Gabon
Grenada
Guam
Guinea-Bissau
Guyana
Iceland
Jamaica
Kenya
North Korea
Lesotho
Liberia
Liechtenstein
Luxembourg
Madagascar
Malawi
Mali
Montserrat
Niger
Nigeria
Pakistan
Papua New Guinea
Puerto Rico
Republic of Ireland
Rwanda
São Tomé and Príncipe
Senegal
Seychelles
Sierra Leone
Singapore
South Sudan
Sri Lanka
Saint Kitts and Nevis
Saint Lucia
Saint Vincent and the Grenadines
Sudan
Syria
Gambia
Togo
Tunisia
Turks and Caicos Islands
Uganda
U.S. Virgin Islands
Yemen
Zimbabwe
See also
[edit]
local data = {}
-- information about other templates used by module
data.templates = { flagged_team_link = "futsal" ,
flagvar = { AFG = "2004" }
}
-- general information about ranking and website being cited
data.source = {
url = "https://inside.fifa.com/fifa-rankings/futsal-world-ranking/men",
title = "The FIFA Futsal Men's World Ranking",
website = "FIFA"
}
-- date of latest update and previous one for movement
data.updated = { day = 4, month = 'April', year =2025 }
data.previous = { day = 11, month = 'October', year =2024 }
-- see "Generating code" section on doc page for how to update the rankings
data.rankings = {
{ "Brazil", 1, 0, 1655.54 },
{ "Portugal", 2, 0, 1549.51 },
{ "Spain", 3, 1, 1530.82 },
{ "Argentina", 4, -1, 1518.65 },
{ "IR Iran", 5, 1, 1488.67 },
{ "Morocco", 6, 1, 1468.4 },
{ "Kazakhstan", 7, -2, 1439.09 },
{ "Russia", 8, 0, 1409.11 },
{ "Ukraine", 9, 0, 1399.12 },
{ "France", 10, 0, 1394.52 },
{ "Thailand", 11, 0, 1318.68 },
{ "Paraguay", 12, 0, 1267.33 },
{ "Japan", 13, 0, 1267.21 },
{ "Georgia", 14, 0, 1250.42 },
{ "Croatia", 15, 2, 1247.6 },
{ "Italy", 16, 2, 1244.36 },
{ "Venezuela", 17, -2, 1228.03 },
{ "Czechia", 18, 2, 1215.93 },
{ "Poland", 19, 3, 1207.2 },
{ "Armenia", 20, 11, 1197.87 },
{ "Indonesia", 21, 7, 1189.46 },
{ "Slovenia", 22, 3, 1189.02 },
{ "Uzbekistan", 23, -2, 1187.97 },
{ "Finland", 24, -8, 1180.1 },
{ "Romania", 25, -2, 1173.69 },
{ "Colombia", 26, 1, 1168.83 },
{ "Serbia", 27, -8, 1167.82 },
{ "Uruguay", 28, -4, 1158 },
{ "Netherlands", 29, -3, 1157.61 },
{ "Belarus", 30, 9, 1153.14 },
{ "Vietnam", 31, 3, 1143.21 },
{ "Costa Rica", 32, -3, 1134.38 },
{ "Afghanistan", 33, -3, 1128.92 },
{ "New Zealand", 34, 1, 1116.68 },
{ "Panama", 35, 3, 1100.38 },
{ "Bosnia and Herzegovina", 36, 12, 1099.54 },
{ "Egypt", 37, 0, 1098.56 },
{ "Belgium", 38, 9, 1095.68 },
{ "Guatemala", 39, 5, 1094.56 },
{ "Kuwait", 40, -7, 1092.03 },
{ "Iraq", 41, -1, 1091.27 },
{ "Slovakia", 42, -1, 1088.3 },
{ "Hungary", 43, -7, 1083.68 },
{ "Tajikistan", 44, -2, 1073.27 },
{ "Tahiti", 45, 0, 1066.94 },
{ "Libya", 46, 0, 1066.49 },
{ "Azerbaijan", 47, -15, 1064.28 },
{ "Kyrgyz Republic", 48, -5, 1060.15 },
{ "South Africa", 49, 2, 1041.84 },
{ "Saudi Arabia", 50, 0, 1040.59 },
{ "Peru", 51, 1, 1036.47 },
{ "Australia", 52, -3, 1033.3 },
{ "Lebanon", 53, 0, 1032.42 },
{ "Germany", 54, 0, 1026.91 },
{ "Andorra", 55, 13, 1026.25 },
{ "Myanmar", 56, -1, 1023.81 },
{ "El Salvador", 57, -1, 1021.39 },
{ "Angola", 58, -1, 1021.19 },
{ "Solomon Islands", 59, 0, 1013.01 },
{ "Latvia", 60, 11, 1010.5 },
{ "Chile", 61, -1, 1008.25 },
{ "Honduras", 62, -1, 1007.95 },
{ "Equatorial Guinea", 63, -1, 999.11 },
{ "Kosovo", 64, -1, 996.28 },
{ "Laos", 65, -1, 995.28 },
{ "New Caledonia", 66, -1, 994.45 },
{ "Turkmenistan", 67, -1, 992.35 },
{ "Canada", 68, 1, 986.41 },
{ "Curaçao", 69, 1, 984.51 },
{ "Korea Republic", 70, 2, 980.88 },
{ "Vanuatu", 71, 2, 980.38 },
{ "North Macedonia", 72, -14, 978.83 },
{ "USA", 73, 5, 974.17 },
{ "Côte d'Ivoire", 74, 5, 974.01 },
{ "Fiji", 75, 5, 973.73 },
{ "Malaysia", 76, 5, 972.9 },
{ "Denmark", 77, 0, 968.58 },
{ "Jordan", 78, 5, 968.31 },
{ "China PR", 79, 6, 966.93 },
{ "Moldova", 80, -13, 964.71 },
{ "Albania", 81, -7, 964.47 },
{ "Chinese Taipei", 82, 6, 964.21 },
{ "Bahrain", 83, -8, 964.13 },
{ "Mexico", 84, 5, 959.74 },
{ "Lithuania", 85, 2, 959.31 },
{ "England", 86, -4, 957.96 },
{ "Zambia", 87, 3, 954.34 },
{ "Greece", 88, 19, 952.51 },
{ "Cyprus", 89, -13, 947.78 },
{ "Cuba", 90, 2, 946.71 },
{ "Sweden", 91, -7, 946.26 },
{ "Qatar", 92, 1, 945.32 },
{ "Norway", 92, 9, 945.32 },
{ "Wales", 94, 0, 944.83 },
{ "Philippines", 95, 0, 943.99 },
{ "Oman", 96, 0, 940.88 },
{ "United Arab Emirates", 97, 3, 933 },
{ "Mozambique", 98, -1, 932.95 },
{ "Montenegro", 99, -13, 930.47 },
{ "Suriname", 100, -1, 927.69 },
{ "Austria", 101, -10, 922.25 },
{ "Israel", 102, 0, 920.62 },
{ "Nicaragua", 103, 2, 917.81 },
{ "Algeria", 104, 2, 916.56 },
{ "Ecuador", 105, -1, 907.71 },
{ "Maldives", 106, 3, 905.56 },
{ "Bulgaria", 107, -9, 903.52 },
{ "Comoros", 108, 3, 901.65 },
{ "Timor-Leste", 109, 1, 900.05 },
{ "Bolivia", 110, 2, 899.91 },
{ "Malta", 111, -8, 898.68 },
{ "Mongolia", 112, 1, 894.41 },
{ "Trinidad and Tobago", 113, 1, 891.61 },
{ "American Samoa", 114, 1, 886.78 },
{ "Macau", 115, 2, 878.44 },
{ "Mauritius", 116, 2, 878.18 },
{ "Türkiye", 117, -9, 872.12 },
{ "Hong Kong, China", 118, 2, 866.16 },
{ "Brunei Darussalam", 119, -3, 866.08 },
{ "Nepal", 120, 1, 865.96 },
{ "Palestine", 121, 1, 863.57 },
{ "Dominican Republic", 122, 1, 859.28 },
{ "Guinea", 123, 2, 855.87 },
{ "Gibraltar", 124, 2, 851.22 },
{ "Cambodia", 125, -1, 846.92 },
{ "Switzerland", 126, -7, 845.09 },
{ "Northern Ireland", 127, 0, 834.89 },
{ "Estonia", 128, 1, 830.54 },
{ "Mauritania", 129, -1, 824.42 },
{ "Scotland", 130, 0, 816.69 },
{ "Somalia", 131, 0, 816.42 },
{ "Samoa", 132, 0, 796.36 },
{ "Haiti", 133, 0, 794.65 },
{ "San Marino", 134, 0, 784.86 },
{ "India", 135, 0, 756.13 },
{ "Ghana", 136, 0, 746.68 },
{ "Tonga", 137, 0, 737.97 },
{ "Tanzania", 138, 0, 735.68 },
{ "Namibia", 139, 0, 715.55 },
}
-- 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", "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