Content deleted Content added
←Created page with 'local data = {} -- flag template data.templates = { flag_icon_linked = "fbwicon" } -- date and matches played of latest update data.updated = { -- round, matches, update date qualification = {0, ""}, tournament = { 0, "" } } -- controls which teams are still active in qualifying, and therefore have their players bolded data.active_countries = { "AIA", "ATG", "ARU", "BAH", "BRB", "BLZ", "BER", "BOE", "VGB", "CAN", "...' |
removed nations that did not enter qualifying from the active list |
||
Line 10:
-- controls which teams are still active in qualifying, and therefore have their players bolded
data.active_countries = { "AIA", "ATG", "ARU
"CAY", "CRC", "CUB", "CUW", "DMA", "DOM", "SLV
"GUA", "GUY", "HAI", "HON", "JAM
"PUR", "SKN", "LCA
-- rounds of competition
|