Модуль:Data/Tournaments/2032

Материал из ЧТМ
Перейти к навигации Перейти к поиску
Документация Документация
Готово:

(править)

2006 (ЧТМ) • 2009 (КАм, КАф, КЕв, КОк, КЕвропы, КЮжАм, ККо) • 2010 (ЧТМ) • 2013 (КАм, КАф, КЕв, КОк, КЕвропы, КЮжАм, ККо) • 2014 (ЧТМ) • 2015 (КФе) • 2017 (КАм, КАф, КЕв, КОк, КЕвропы, ККо) • 2018 (ЧТМ) • 2019 (КФе) • 2020 (КАм, КАф, КЕв, КОк) • 2021 (ККо) • 2022 (ЧТМ) • 2023 (КФе) • 2024 (КАм, КАф, КЕв, КОк) • 2025 (ККо) • 2026 (ЧТМ) • 2027 (КФе) • 2028 (КАм, КАф, КЕв, КОк) • 2029 (ККо) • 2030 (ЧТМ) • 2031 (КФе) • 2032 (КАм, КАф, КЕв, КОк) • 2033 (ККо) • 2034 (ЧТМ) • 2035 (КФе) • 2036 (КАм, КАф, КЕв, КОк) • 2037 (ККо) • 2038 (ЧТМ) • 2039 (ЛНа) • 2041 (КФе) • 2040 (КАм, КАф, КЕв, КОк, ЧЧМ) • 2042 (ЧТМ, пер. матчи) • 2043 (ЛНа) • 2044 (КАм, КАф, КЕв, КОк, ЧЧМ) • 2045 (КФе) • 2046 (ЧТМ) • 2047 (ЛНа) • 2048 (КАм, КАф, КЕв, КОк, ЧЧМ)

Не готово:

Кубки Убогих после 2006

Скрипты для быстрого превращения Вики-кода в Lua

Пожалуйста, добавляйте категории на страницу документации.

return {
-- ========================
-- КУБОК АМЕРИКИ
-- (квалификация)
-- ========================
    ["КАм_2032_Qual"] = {

        ["1R_GroupA"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"КАЙ", "G"},
                {"ГВИ", "R"},
                {"ГРЛ", "R"},
            },
            matches = {
                {"КАЙ", "ГВИ", 3, 2, 1},
                {"КАЙ", "ГРЛ", 2, 1, 1},
                {"ГВИ", "КАЙ", 0, 2, 1},
                {"ГВИ", "ГРЛ", 2, 0, 1},
                {"ГРЛ", "КАЙ", 1, 1, 1},
                {"ГРЛ", "ГВИ", 0, 0, 1},
            }
        },

        ["1R_GroupB"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"ДРЕ", "G"},
                {"БЕР", "Y"},
                {"СПМ", "R"},
            },
            matches = {
                {"ДРЕ", "БЕР", 2, 1, 1},
                {"ДРЕ", "СПМ", 6, 0, 1},
                {"БЕР", "ДРЕ", 0, 0, 1},
                {"БЕР", "СПМ", 3, 1, 1},
                {"СПМ", "ДРЕ", 1, 3, 1},
                {"СПМ", "БЕР", 0, 2, 1},
            }
        },

        ["1R_GroupC"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"МНТ", "G"},
                {"АРУ", "Y"},
                {"АВИ", "R"},
            },
            matches = {
                {"МНТ", "АРУ", 5, 3, 1},
                {"МНТ", "АВИ", 4, 1, 1},
                {"АРУ", "МНТ", 1, 3, 1},
                {"АРУ", "АВИ", 4, 0, 1},
                {"АВИ", "МНТ", 0, 4, 1},
                {"АВИ", "АРУ", 1, 3, 1},
            }
        },

        ["1R_GroupD"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"ГРЕ", "G"},
                {"СКН", "R"},
                {"МРТ", "R"},
            },
            matches = {
                {"ГРЕ", "СКН", 2, 0, 1},
                {"ГРЕ", "МРТ", 3, 1, 1},
                {"СКН", "ГРЕ", 0, 2, 1},
                {"СКН", "МРТ", 2, 1, 1},
                {"МРТ", "ГРЕ", 2, 2, 1},
                {"МРТ", "СКН", 0, 2, 1},
            }
        },

        ["1R_GroupE"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"СУР", "G"},
                {"ГАВ", "Y"},
                {"АНГ", "R"},
            },
            matches = {
                {"СУР", "ГАВ", 1, 2, 1},
                {"СУР", "АНГ", 7, 1, 1},
                {"ГАВ", "СУР", 1, 3, 1},
                {"ГАВ", "АНГ", 6, 1, 1},
                {"АНГ", "СУР", 0, 4, 1},
                {"АНГ", "ГАВ", 4, 2, 1},
            }
        },

        ["1R_GroupF"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"ГВА", "G"},
                {"БЕЛ", "Y"},
                {"СВГ", "R"},
            },
            matches = {
                {"ГВА", "БЕЛ", 3, 1, 1},
                {"ГВА", "СВГ", 8, 0, 1},
                {"БЕЛ", "ГВА", 1, 1, 1},
                {"БЕЛ", "СВГ", 4, 2, 1},
                {"СВГ", "ГВА", 1, 3, 1},
                {"СВГ", "БЕЛ", 0, 3, 1},
            }
        },

        ["1R_GroupG"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"НИК", "G"},
                {"АЛЯ", "Y"},
                {"ГАЛ", "R"},
            },
            matches = {
                {"НИК", "АЛЯ", 2, 1, 1},
                {"НИК", "ГАЛ", 3, 0, 1},
                {"АЛЯ", "НИК", 4, 3, 1},
                {"АЛЯ", "ГАЛ", 3, 0, 1},
                {"ГАЛ", "НИК", 1, 2, 1},
                {"ГАЛ", "АЛЯ", 3, 2, 1},
            }
        },

        ["1R_GroupH"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"СЕН", "G"},
                {"БАГ", "Y"},
                {"ПУЭ", "R"},
            },
            matches = {
                {"СЕН", "БАГ", 3, 1, 1},
                {"СЕН", "ПУЭ", 2, 0, 1},
                {"БАГ", "СЕН", 1, 0, 1},
                {"БАГ", "ПУЭ", 4, 0, 1},
                {"ПУЭ", "СЕН", 2, 3, 1},
                {"ПУЭ", "БАГ", 1, 1, 1},
            }
        },

        ["1R_GroupI"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"АНТ", "G"},
                {"КОК", "Y"},
                {"ОГН", "R"},
            },
            matches = {
                {"АНТ", "КОК", 1, 0, 1},
                {"АНТ", "ОГН", 8, 1, 1},
                {"КОК", "АНТ", 0, 0, 1},
                {"КОК", "ОГН", 5, 4, 1},
                {"ОГН", "АНТ", 2, 4, 1},
                {"ОГН", "КОК", 1, 2, 1},
            }
        },

        ["1R_GroupJ"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"БАР", "G"},
                {"КЮР", "Y"},
                {"БВИ", "R"},
            },
            matches = {
                {"БАР", "КЮР", 4, 3, 1},
                {"БАР", "БВИ", 3, 0, 1},
                {"КЮР", "БАР", 3, 2, 1},
                {"КЮР", "БВИ", 3, 1, 1},
                {"БВИ", "БАР", 2, 2, 1},
                {"БВИ", "КЮР", 3, 3, 1},
            }
        },

        ["Playoffs"] = {
            type = "knockout",
            number_of_rounds = 2,
            matches = {
                {"АЛЯ", "БЕЛ", 2, 5, 6, 0, nil, nil, nil, "G", "R"},
                {"АРУ", "БАГ", 3, 2, 4, 3, nil, nil, nil, "G", "R"},
                {"ГАВ", "БЕР", 2, 0, 1, 2, nil, nil, nil, "G", "R"},
                {"КОК", "КЮР", 0, 1, 0, 1, nil, nil, nil, "R", "G"},
            }
        },
    },
-- ========================
-- КУБОК АМЕРИКИ
-- (финальный турнир)
-- ========================
	["КАм_2032_Final"] = {

        ["FR_GroupA"] = {
            type = "group",
            number_of_rounds = 1,
            standings = {
                {"ДОМ", "G"},
                {"МНТ", "G"},
                {"ДРЕ", "R"},
                {"ГАВ", "R"},
            },
            matches = {
                {"ДОМ", "МНТ", 2, 1, 0},
                {"ДОМ", "ДРЕ", 3, 0, 0},
                {"ДОМ", "ГАВ", 4, 1, 0},
                {"МНТ", "ДРЕ", 0, 0, 0},
                {"МНТ", "ГАВ", 6, 3, 0},
                {"ДРЕ", "ГАВ", 2, 1, 0},
            }
        },

        ["FR_GroupB"] = {
            type = "group",
            number_of_rounds = 1,
            standings = {
                {"КЮР", "G"},
                {"ГВА", "G"},
                {"НИК", "R"},
                {"БАР", "R"},
            },
            matches = {
                {"КЮР", "ГВА", 3, 5, 0},
                {"КЮР", "НИК", 4, 0, 0},
                {"КЮР", "БАР", 3, 1, 0},
                {"ГВА", "НИК", 1, 6, 0},
                {"ГВА", "БАР", 5, 2, 0},
                {"НИК", "БАР", 1, 1, 0},
            }
        },

        ["FR_GroupC"] = {
            type = "group",
            number_of_rounds = 1,
            standings = {
                {"СУР", "G"},
                {"АНТ", "G"},
                {"АЛЯ", "R"},
                {"КАЙ", "R"},
            },
            matches = {
                {"СУР", "АНТ", 0, 1, 0},
                {"СУР", "АЛЯ", 3, 1, 0},
                {"СУР", "КАЙ", 6, 0, 0},
                {"АНТ", "АЛЯ", 0, 0, 0},
                {"АНТ", "КАЙ", 1, 1, 0},
                {"АЛЯ", "КАЙ", 3, 2, 0},
            }
        },

        ["FR_GroupD"] = {
            type = "group",
            number_of_rounds = 1,
            standings = {
                {"ГАЙ", "G"},
                {"ГРЕ", "G"},
                {"АРУ", "R"},
                {"СЕН", "R"},
            },
            matches = {
                {"ГАЙ", "ГРЕ", 1, 2, 1},
                {"ГАЙ", "АРУ", 1, 0, 1},
                {"ГАЙ", "СЕН", 5, 2, 1},
                {"ГРЕ", "АРУ", 0, 0, 0},
                {"ГРЕ", "СЕН", 2, 2, 0},
                {"АРУ", "СЕН", 1, 1, 0},
            }
        },

        ["FR_Quarterfinal"] = {
            type = "knockout",
            number_of_rounds = 1,
            matches = {
                {"ДОМ", "ГВА", 2, 2, "pen", 4, 3, "G", "R", 0},
                {"КЮР", "МНТ", 3, 3, "pen", 5, 6, "R", "G", 0},
                {"СУР", "ГРЕ", 2, 0, nil, nil, nil, "G", "R", 0},
                {"ГАЙ", "АНТ", 2, 1, nil, nil, nil, "G", "R", 1},
            }
        },

        ["FR_Semifinal"] = {
            type = "knockout",
            number_of_rounds = 1,
            matches = {
                {"ДОМ", "СУР", 1, 2, nil, nil, nil, "R", "R", 0},
                {"МНТ", "ГАЙ", 2, 2, "pen", 4, 2, "G", "R", 2},
            }
        },

        ["FR_3rdPlace"] = {
            type = "knockout",
            number_of_rounds = 1,
            matches = {
                {"ДОМ", "ГАЙ", 5, 1, nil, nil, nil, "", "", 2},
            }
        },

        ["FR_Final"] = {
            type = "knockout",
            number_of_rounds = 1,
            matches = {
                {"СУР", "МНТ", 2, 2, "pen", 4, 3, "G", "R", 0},
            }
        },
    },
-- ========================
-- КУБОК АФРИКИ
-- (квалификация)
-- ========================
	["КАф_2032_Qual"] = {

        ["1R_GroupA"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"СОМ", "G"},
                {"ЮЖН", "Y"},
                {"МВР", "R"},
            },
            matches = {
                {"СОМ", "ЮЖН", 4, 1, 1},
                {"СОМ", "МВР", 3, 1, 1},
                {"ЮЖН", "СОМ", 0, 5, 1},
                {"ЮЖН", "МВР", 7, 3, 1},
                {"МВР", "СОМ", 0, 3, 1},
                {"МВР", "ЮЖН", 3, 2, 1},
            }
        },

        ["1R_GroupB"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"МОЗ", "G"},
                {"БУР", "Y"},
                {"СЕУ", "R"},
            },
            matches = {
                {"МОЗ", "БУР", 5, 0, 1},
                {"МОЗ", "СЕУ", 9, 0, 1},
                {"БУР", "МОЗ", 1, 3, 1},
                {"БУР", "СЕУ", 2, 0, 1},
                {"СЕУ", "МОЗ", 1, 6, 1},
                {"СЕУ", "БУР", 0, 2, 1},
            }
        },

        ["1R_GroupC"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"СВА", "G"},
                {"ДЖИ", "Y"},
                {"ЛЕС", "R"},
            },
            matches = {
                {"СВА", "ДЖИ", 6, 3, 1},
                {"СВА", "ЛЕС", 2, 2, 1},
                {"ДЖИ", "СВА", 0, 4, 1},
                {"ДЖИ", "ЛЕС", 3, 2, 1},
                {"ЛЕС", "СВА", 2, 2, 1},
                {"ЛЕС", "ДЖИ", 0, 1, 1},
            }
        },

        ["1R_GroupD"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"НИГ", "G"},
                {"ОВО", "Y"},
                {"МЕЛ", "R"},
            },
            matches = {
                {"НИГ", "ОВО", 5, 1, 1},
                {"НИГ", "МЕЛ", 10, 0, 1},
                {"ОВО", "НИГ", 0, 3, 1},
                {"ОВО", "МЕЛ", 3, 2, 1},
                {"МЕЛ", "НИГ", 0, 5, 1},
                {"МЕЛ", "ОВО", 3, 5, 1},
            }
        },

        ["1R_GroupE"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"ОСТ", "G"},
                {"КЕН", "Y"},
                {"ОЕВ", "R"},
            },
            matches = {
                {"ОСТ", "КЕН", 0, 0, 1},
                {"ОСТ", "ОЕВ", 3, 0, 1},
                {"КЕН", "ОСТ", 1, 5, 1},
                {"КЕН", "ОЕВ", 2, 1, 1},
                {"ОЕВ", "ОСТ", 1, 3, 1},
                {"ОЕВ", "КЕН", 0, 2, 1},
            }
        },

        ["1R_GroupF"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"ТАН", "G"},
                {"БЕН", "Y"},
                {"МАЙ", "R"},
            },
            matches = {
                {"ТАН", "БЕН", 2, 1, 1},
                {"ТАН", "МАЙ", 6, 1, 1},
                {"БЕН", "ТАН", 4, 5, 1},
                {"БЕН", "МАЙ", 6, 2, 1},
                {"МАЙ", "ТАН", 0, 3, 1},
                {"МАЙ", "БЕН", 0, 5, 1},
            }
        },

        ["1R_GroupG"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"СЕЙ", "G"},
                {"ГВБ", "Y"},
                {"ЗАН", "R"},
            },
            matches = {
                {"СЕЙ", "ГВБ", 7, 2, 1},
                {"СЕЙ", "ЗАН", 4, 2, 1},
                {"ГВБ", "СЕЙ", 0, 2, 1},
                {"ГВБ", "ЗАН", 2, 0, 1},
                {"ЗАН", "СЕЙ", 1, 1, 1},
                {"ЗАН", "ГВБ", 3, 4, 1},
            }
        },

        ["1R_GroupH"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"ЭКВ", "G"},
                {"МАВ", "Y"},
                {"СТП", "R"},
            },
            matches = {
                {"ЭКВ", "МАВ", 1, 0, 1},
                {"ЭКВ", "СТП", 3, 1, 1},
                {"МАВ", "ЭКВ", 2, 2, 1},
                {"МАВ", "СТП", 4, 2, 1},
                {"СТП", "ЭКВ", 0, 1, 1},
                {"СТП", "МАВ", 0, 2, 1},
            }
        },

        ["1R_GroupI"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"ЧАД", "G"},
                {"МАД", "Y"},
                {"КОМ", "R"},
            },
            matches = {
                {"ЧАД", "МАД", 0, 0, 1},
                {"ЧАД", "КОМ", 5, 1, 1},
                {"МАД", "ЧАД", 1, 3, 1},
                {"МАД", "КОМ", 3, 1, 1},
                {"КОМ", "ЧАД", 0, 3, 1},
                {"КОМ", "МАД", 3, 3, 1},
            }
        },

        ["1R_GroupJ"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"ЭФИ", "G"},
                {"РЕЮ", "Y"},
                {"ЗАС", "R"},
            },
            matches = {
                {"ЭФИ", "РЕЮ", 0, 0, 1},
                {"ЭФИ", "ЗАС", 3, 1, 1},
                {"РЕЮ", "ЭФИ", 1, 2, 1},
                {"РЕЮ", "ЗАС", 4, 3, 1},
                {"ЗАС", "ЭФИ", 2, 2, 1},
                {"ЗАС", "РЕЮ", 2, 1, 1},
            }
        },

        ["1R_GroupK"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"ГАМ", "G"},
                {"БОТ", "Y"},
                {"ТРИ", "R"},
            },
            matches = {
                {"ГАМ", "БОТ", 1, 0, 1},
                {"ГАМ", "ТРИ", 4, 0, 1},
                {"БОТ", "ГАМ", 0, 1, 1},
                {"БОТ", "ТРИ", 1, 0, 1},
                {"ТРИ", "ГАМ", 1, 2, 1},
                {"ТРИ", "БОТ", 2, 0, 1},
            }
        },

        ["Playoffs_Stage1"] = {
            type = "knockout",
            number_of_rounds = 2,
            matches = {
                {"ЮЖН", "БЕН", 2, 1, 0, 3, nil, nil, nil, "R", "Y"},
                {"БОТ", "КЕН", 3, 0, 1, 1, nil, nil, nil, "Y", "R"},
                {"РЕЮ", "БУР", 0, 0, 0, 1, nil, nil, nil, "R", "Y"},
                {"МАД", "ОВО", 2, 1, 2, 3, nil, nil, nil, "Y", "R"},
                {"ДЖИ", "ГВБ", 2, 1, 0, 2, nil, nil, nil, "R", "Y"},
            }
        },

        ["Playoffs_Stage2"] = {
            type = "knockout",
            number_of_rounds = 2,
            matches = {
                {"БОТ", "МАВ", 0, 3, 0, 1, nil, nil, nil, "R", "G"},
                {"МАД", "БУР", 1, 4, 0, 0, nil, nil, nil, "R", "G"},
                {"ГВБ", "БЕН", 2, 0, 1, 1, nil, nil, nil, "G", "R"},
            }
        },
    },
-- ========================
-- КУБОК АФРИКИ
-- (финальный турнир)
-- ========================
	["КАф_2032_Final"] = {

        ["FR_GroupA"] = {
            type = "group",
            number_of_rounds = 1,
            standings = {
                {"СОМ", "G"},
                {"ЦАР", "G"},
                {"СВА", "R"},
                {"МАВ", "R"},
            },
            matches = {
                {"СОМ", "ЦАР", 4, 4, 0},
                {"СОМ", "СВА", 6, 2, 0},
                {"СОМ", "МАВ", 4, 2, 0},
                {"ЦАР", "СВА", 1, 2, 0},
                {"ЦАР", "МАВ", 8, 1, 0},
                {"СВА", "МАВ", 1, 1, 0},
            }
        },

        ["FR_GroupB"] = {
            type = "group",
            number_of_rounds = 1,
            standings = {
                {"ЧАД", "G"},
                {"ОСТ", "G"},
                {"ЭФИ", "R"},
                {"ГАМ", "R"},
            },
            matches = {
                {"ЧАД", "ОСТ", 5, 0, 0},
                {"ЧАД", "ЭФИ", 3, 1, 0},
                {"ЧАД", "ГАМ", 2, 0, 0},
                {"ОСТ", "ЭФИ", 5, 2, 0},
                {"ОСТ", "ГАМ", 6, 1, 0},
                {"ЭФИ", "ГАМ", 0, 0, 0},
            }
        },

        ["FR_GroupC"] = {
            type = "group",
            number_of_rounds = 1,
            standings = {
                {"ЭРИ", "G"},
                {"НИГ", "G"},
                {"ГВБ", "R"},
                {"СЕЙ", "R"},
            },
            matches = {
                {"ЭРИ", "НИГ", 1, 3, 1},
                {"ЭРИ", "ГВБ", 1, 0, 1},
                {"ЭРИ", "СЕЙ", 3, 0, 1},
                {"НИГ", "ГВБ", 2, 5, 0},
                {"НИГ", "СЕЙ", 4, 3, 0},
                {"ГВБ", "СЕЙ", 0, 2, 0},
            }
        },

        ["FR_GroupD"] = {
            type = "group",
            number_of_rounds = 1,
            standings = {
                {"МОЗ", "G"},
                {"ТАН", "G"},
                {"ЭКВ", "R"},
                {"БУР", "R"},
            },
            matches = {
                {"МОЗ", "ТАН", 1, 1, 0},
                {"МОЗ", "ЭКВ", 1, 0, 0},
                {"МОЗ", "БУР", 2, 0, 0},
                {"ТАН", "ЭКВ", 1, 0, 0},
                {"ТАН", "БУР", 3, 2, 0},
                {"ЭКВ", "БУР", 0, 0, 0},
            }
        },

        ["FR_Quarterfinal"] = {
            type = "knockout",
            number_of_rounds = 1,
            matches = {
                {"СОМ", "ОСТ", 2, 4, nil, nil, nil, "R", "G", 0},
                {"ЧАД", "ЦАР", 0, 1, nil, nil, nil, "R", "G", 0},
                {"ЭРИ", "ТАН", 3, 1, nil, nil, nil, "G", "R", 1},
                {"МОЗ", "НИГ", 1, 1, "pen", 4, 2, "G", "R", 0},
            }
        },

        ["FR_Semifinal"] = {
            type = "knockout",
            number_of_rounds = 1,
            matches = {
                {"ОСТ", "ЭРИ", 5, 2, nil, nil, nil, "G", "R", 2},
                {"ЦАР", "МОЗ", 2, 3, nil, nil, nil, "R", "G", 0},
            }
        },

        ["FR_3rdPlace"] = {
            type = "knockout",
            number_of_rounds = 1,
            matches = {
                {"ЭРИ", "ЦАР", 2, 5, nil, nil, nil, "", "", 1},
            }
        },

        ["FR_Final"] = {
            type = "knockout",
            number_of_rounds = 1,
            matches = {
                {"ОСТ", "МОЗ", 2, 4, nil, nil, nil, "R", "G", 0},
            }
        },
    },
-- ========================
-- КУБОК ЕВРАЗИИ
-- (квалификация)
-- ========================
	["КЕв_2032_Qual"] = {

        ["1R_GroupA"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"МЬЯ", "G"},
                {"ИНД", "Y"},
                {"ЛИВ", "R"},
                {"ФИЛ", "R"},
            },
            matches = {
                {"МЬЯ", "ИНД", 2, 1, 1},
                {"МЬЯ", "ЛИВ", 3, 1, 1},
                {"МЬЯ", "ФИЛ", 6, 0, 1},
                {"ИНД", "МЬЯ", 0, 1, 1},
                {"ИНД", "ЛИВ", 11, 2, 1},
                {"ИНД", "ФИЛ", 2, 3, 1},
                {"ЛИВ", "МЬЯ", 3, 2, 1},
                {"ЛИВ", "ИНД", 0, 2, 1},
                {"ЛИВ", "ФИЛ", 1, 0, 1},
                {"ФИЛ", "МЬЯ", 0, 5, 1},
                {"ФИЛ", "ИНД", 0, 2, 1},
                {"ФИЛ", "ЛИВ", 1, 2, 1},
            }
        },

        ["1R_GroupB"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"ГИБ", "G"},
                {"КАМ", "G"},
                {"СИН", "R"},
                {"МНК", "R"},
            },
            matches = {
                {"ГИБ", "КАМ", 0, 0, 1},
                {"ГИБ", "СИН", 8, 1, 1},
                {"ГИБ", "МНК", 2, 0, 1},
                {"КАМ", "ГИБ", 0, 0, 1},
                {"КАМ", "СИН", 6, 0, 1},
                {"КАМ", "МНК", 1, 0, 1},
                {"СИН", "ГИБ", 1, 4, 1},
                {"СИН", "КАМ", 2, 3, 1},
                {"СИН", "МНК", 0, 0, 1},
                {"МНК", "ГИБ", 0, 3, 1},
                {"МНК", "КАМ", 1, 2, 1},
                {"МНК", "СИН", 1, 3, 1},
            }
        },

        ["1R_GroupC"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"ВАТ", "G"},
                {"КИТ", "Y"},
                {"ПЛС", "R"},
                {"НЗЕ", "R"},
            },
            matches = {
                {"ВАТ", "КИТ", 5, 3, 1},
                {"ВАТ", "ПЛС", 2, 0, 1},
                {"ВАТ", "НЗЕ", 6, 4, 1},
                {"КИТ", "ВАТ", 5, 3, 1},
                {"КИТ", "ПЛС", 3, 2, 1},
                {"КИТ", "НЗЕ", 7, 0, 1},
                {"ПЛС", "ВАТ", 1, 2, 1},
                {"ПЛС", "КИТ", 0, 0, 1},
                {"ПЛС", "НЗЕ", 3, 0, 1},
                {"НЗЕ", "ВАТ", 1, 3, 1},
                {"НЗЕ", "КИТ", 2, 2, 1},
                {"НЗЕ", "ПЛС", 1, 2, 1},
            }
        },

        ["1R_GroupD"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"ТАД", "G"},
                {"БРУ", "Y"},
                {"АОМ", "R"},
                {"ЗФИ", "R"},
            },
            matches = {
                {"ТАД", "БРУ", 2, 2, 1},
                {"ТАД", "АОМ", 3, 1, 1},
                {"ТАД", "ЗФИ", 7, 3, 1},
                {"БРУ", "ТАД", 0, 0, 1},
                {"БРУ", "АОМ", 2, 1, 1},
                {"БРУ", "ЗФИ", 3, 2, 1},
                {"АОМ", "ТАД", 2, 1, 1},
                {"АОМ", "БРУ", 2, 0, 1},
                {"АОМ", "ЗФИ", 7, 3, 1},
                {"ЗФИ", "ТАД", 0, 8, 1},
                {"ЗФИ", "БРУ", 0, 2, 1},
                {"ЗФИ", "АОМ", 5, 4, 1},
            }
        },

        ["1R_GroupE"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"МАЛ", "G"},
                {"ШРИ", "Y"},
                {"НЕП", "R"},
                {"ЯНМ", "R"},
            },
            matches = {
                {"МАЛ", "ШРИ", 6, 3, 1},
                {"МАЛ", "НЕП", 3, 0, 1},
                {"МАЛ", "ЯНМ", 4, 0, 1},
                {"ШРИ", "МАЛ", 0, 2, 1},
                {"ШРИ", "НЕП", 1, 0, 1},
                {"ШРИ", "ЯНМ", 7, 2, 1},
                {"НЕП", "МАЛ", 3, 1, 1},
                {"НЕП", "ШРИ", 2, 2, 1},
                {"НЕП", "ЯНМ", 0, 0, 1},
                {"ЯНМ", "МАЛ", 2, 3, 1},
                {"ЯНМ", "ШРИ", 0, 1, 1},
                {"ЯНМ", "НЕП", 0, 3, 1},
            }
        },

        ["1R_GroupF"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"ЛАО", "G"},
                {"ВОС", "Y"},
                {"ГОН", "R"},
                {"ШПИ", "R"},
            },
            matches = {
                {"ЛАО", "ВОС", 3, 0, 1},
                {"ЛАО", "ГОН", 3, 0, 1},
                {"ЛАО", "ШПИ", 3, 1, 1},
                {"ВОС", "ЛАО", 1, 1, 1},
                {"ВОС", "ГОН", 1, 0, 1},
                {"ВОС", "ШПИ", 0, 0, 1},
                {"ГОН", "ЛАО", 3, 4, 1},
                {"ГОН", "ВОС", 6, 5, 1},
                {"ГОН", "ШПИ", 2, 1, 1},
                {"ШПИ", "ЛАО", 3, 0, 1},
                {"ШПИ", "ВОС", 0, 1, 1},
                {"ШПИ", "ГОН", 0, 0, 1},
            }
        },

        ["1R_GroupG"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"МОН", "G"},
                {"ГУА", "Y"},
                {"ЙЕМ", "R"},
            },
            matches = {
                {"МОН", "ГУА", 3, 1, 1},
                {"МОН", "ЙЕМ", 5, 0, 1},
                {"ГУА", "МОН", 0, 3, 1},
                {"ГУА", "ЙЕМ", 3, 0, 1},
                {"ЙЕМ", "МОН", 1, 6, 1},
                {"ЙЕМ", "ГУА", 0, 1, 1},
            }
        },

        ["1R_GroupH"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"АФГ", "G"},
                {"ТУР", "Y"},
                {"БАН", "R"},
            },
            matches = {
                {"АФГ", "ТУР", 5, 1, 1},
                {"АФГ", "БАН", 1, 0, 1},
                {"ТУР", "АФГ", 0, 0, 1},
                {"ТУР", "БАН", 1, 0, 1},
                {"БАН", "АФГ", 3, 1, 1},
                {"БАН", "ТУР", 0, 1, 1},
            }
        },

        ["1R_GroupI"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"САН", "G"},
                {"ПАК", "Y"},
                {"МЛЗ", "R"},
            },
            matches = {
                {"САН", "ПАК", 2, 3, 1},
                {"САН", "МЛЗ", 7, 2, 1},
                {"ПАК", "САН", 1, 1, 1},
                {"ПАК", "МЛЗ", 2, 6, 1},
                {"МЛЗ", "САН", 1, 3, 1},
                {"МЛЗ", "ПАК", 0, 2, 1},
            }
        },

        ["Playoffs"] = {
            type = "knockout",
            number_of_rounds = 2,
            matches = {
                {"ШРИ", "КИТ", 6, 0, 1, 1, nil, nil, nil, "G", "R"},
                {"ВОС", "ПАК", 0, 2, 0, 1, nil, nil, nil, "R", "G"},
                {"БРУ", "ТУР", 0, 0, 1, 0, "aet", nil, nil, "G", "R"},
                {"ГУА", "ИНД", 2, 0, 5, 5, nil, nil, nil, "G", "R"},
            }
        },
    },
-- ========================
-- КУБОК ЕВРАЗИИ
-- (финальный турнир)
-- ========================
	["КЕв_2032_Final"] = {

        ["FR_GroupA"] = {
            type = "group",
            number_of_rounds = 1,
            standings = {
                {"МЬЯ", "G"},
                {"КИР", "G"},
                {"ШРИ", "R"},
                {"ЛАО", "R"},
            },
            matches = {
                {"МЬЯ", "КИР", 1, 0, 0},
                {"МЬЯ", "ШРИ", 1, 0, 0},
                {"МЬЯ", "ЛАО", 0, 0, 0},
                {"КИР", "ШРИ", 2, 2, 0},
                {"КИР", "ЛАО", 1, 0, 0},
                {"ШРИ", "ЛАО", 1, 0, 0},
            }
        },

        ["FR_GroupB"] = {
            type = "group",
            number_of_rounds = 1,
            standings = {
                {"МАЛ", "G"},
                {"АФГ", "G"},
                {"БУТ", "R"},
                {"ВАТ", "R"},
            },
            matches = {
                {"МАЛ", "АФГ", 5, 1, 0},
                {"МАЛ", "БУТ", 0, 0, 2},
                {"МАЛ", "ВАТ", 2, 1, 0},
                {"АФГ", "БУТ", 4, 3, 2},
                {"АФГ", "ВАТ", 2, 0, 0},
                {"БУТ", "ВАТ", 3, 3, 1},
            }
        },

        ["FR_GroupC"] = {
            type = "group",
            number_of_rounds = 1,
            standings = {
                {"САН", "G"},
                {"МОН", "G"},
                {"ТАД", "R"},
                {"ГУА", "R"},
            },
            matches = {
                {"САН", "МОН", 3, 2, 0},
                {"САН", "ТАД", 5, 1, 0},
                {"САН", "ГУА", 0, 0, 0},
                {"МОН", "ТАД", 2, 0, 0},
                {"МОН", "ГУА", 1, 0, 0},
                {"ТАД", "ГУА", 1, 0, 0},
            }
        },

        ["FR_GroupD"] = {
            type = "group",
            number_of_rounds = 1,
            standings = {
                {"ГИБ", "G"},
                {"КАМ", "G"},
                {"БРУ", "R"},
                {"ПАК", "R"},
            },
            matches = {
                {"ГИБ", "КАМ", 2, 0, 0},
                {"ГИБ", "БРУ", 3, 4, 0},
                {"ГИБ", "ПАК", 1, 1, 0},
                {"КАМ", "БРУ", 0, 0, 0},
                {"КАМ", "ПАК", 3, 0, 0},
                {"БРУ", "ПАК", 1, 2, 0},
            }
        },

        ["FR_Quarterfinal"] = {
            type = "knockout",
            number_of_rounds = 1,
            matches = {
                {"МЬЯ", "АФГ", 0, 3, nil, nil, nil, "R", "G", 0},
                {"МАЛ", "КИР", 5, 2, nil, nil, nil, "G", "R", 0},
                {"САН", "КАМ", 1, 0, nil, nil, nil, "G", "R", 0},
                {"ГИБ", "МОН", 1, 3, nil, nil, nil, "R", "G", 0},
            }
        },

        ["FR_Semifinal"] = {
            type = "knockout",
            number_of_rounds = 1,
            matches = {
                {"АФГ", "МАЛ", 1, 2, nil, nil, nil, "R", "G", 0},
                {"САН", "МОН", 2, 2, "pen", 2, 3, "R", "G", 0},
            }
        },

        ["FR_3rdPlace"] = {
            type = "knockout",
            number_of_rounds = 1,
            matches = {
                {"АФГ", "САН", 3, 3, "pen", 6, 5, "", "", 0},
            }
        },

        ["FR_Final"] = {
            type = "knockout",
            number_of_rounds = 1,
            matches = {
                {"МАЛ", "МОН", 0, 4, nil, nil, nil, "R", "G", 0},
            }
        },
    },
-- ========================
-- КУБОК ОКЕАНИИ
-- (квалификация)
-- ========================
	["КОк_2032_Qual"] = {

        ["1R_GroupA"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"ТЕР", "Y"},
                {"ТОК", "Y"},
                {"ОАН", "R"},
                {"КЕР", "R"},
            },
            matches = {
                {"ТЕР", "ТОК", 7, 1, 1},
                {"ТЕР", "ОАН", 4, 0, 1},
                {"ТЕР", "КЕР", 6, 0, 1},
                {"ТОК", "ТЕР", 1, 2, 1},
                {"ТОК", "ОАН", 4, 0, 1},
                {"ТОК", "КЕР", 2, 0, 1},
                {"ОАН", "ТЕР", 0, 8, 1},
                {"ОАН", "ТОК", 0, 0, 1},
                {"ОАН", "КЕР", 4, 2, 1},
                {"КЕР", "ТЕР", 0, 6, 1},
                {"КЕР", "ТОК", 0, 5, 1},
                {"КЕР", "ОАН", 0, 1, 1},
            }
        },

        ["1R_GroupB"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"НАУ", "Y"},
                {"УОЛ", "Y"},
                {"ТАС", "R"},
                {"ХЁР", "R"},
            },
            matches = {
                {"НАУ", "УОЛ", 4, 2, 1},
                {"НАУ", "ТАС", 5, 2, 1},
                {"НАУ", "ХЁР", 7, 3, 1},
                {"УОЛ", "НАУ", 1, 0, 1},
                {"УОЛ", "ТАС", 5, 3, 1},
                {"УОЛ", "ХЁР", 3, 3, 1},
                {"ТАС", "НАУ", 0, 2, 1},
                {"ТАС", "УОЛ", 1, 4, 1},
                {"ТАС", "ХЁР", 6, 2, 1},
                {"ХЁР", "НАУ", 0, 1, 1},
                {"ХЁР", "УОЛ", 4, 1, 1},
                {"ХЁР", "ТАС", 3, 4, 1},
            }
        },

        ["1R_GroupC"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"ПАЛ", "Y"},
                {"НИУ", "L"},
                {"ПАП", "R"},
                {"АТО", "R"},
            },
            matches = {
                {"ПАЛ", "НИУ", 3, 2, 1},
                {"ПАЛ", "ПАП", 1, 0, 1},
                {"ПАЛ", "АТО", 4, 1, 1},
                {"НИУ", "ПАЛ", 3, 3, 1},
                {"НИУ", "ПАП", 0, 0, 1},
                {"НИУ", "АТО", 5, 0, 1},
                {"ПАП", "ПАЛ", 0, 2, 1},
                {"ПАП", "НИУ", 3, 1, 1},
                {"ПАП", "АТО", 2, 3, 1},
                {"АТО", "ПАЛ", 0, 6, 1},
                {"АТО", "НИУ", 0, 1, 1},
                {"АТО", "ПАП", 3, 4, 1},
            }
        },

        ["1R_GroupD"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"КРБ", "Y"},
                {"ТАИ", "L"},
                {"МИК", "R"},
                {"МРН", "R"},
            },
            matches = {
                {"КРБ", "ТАИ", 1, 1, 1},
                {"КРБ", "МИК", 1, 0, 1},
                {"КРБ", "МРН", 3, 0, 1},
                {"ТАИ", "КРБ", 0, 1, 1},
                {"ТАИ", "МИК", 5, 0, 1},
                {"ТАИ", "МРН", 2, 0, 1},
                {"МИК", "КРБ", 1, 2, 1},
                {"МИК", "ТАИ", 3, 3, 1},
                {"МИК", "МРН", 1, 0, 1},
                {"МРН", "КРБ", 0, 3, 1},
                {"МРН", "ТАИ", 4, 0, 1},
                {"МРН", "МИК", 1, 3, 1},
            }
        },

        ["1R_GroupE"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"ТОН", "Y"},
                {"МИД", "L"},
                {"ОКУ", "R"},
                {"ТУВ", "R"},
            },
            matches = {
                {"ТОН", "МИД", 5, 1, 1},
                {"ТОН", "ОКУ", 4, 3, 1},
                {"ТОН", "ТУВ", 1, 0, 1},
                {"МИД", "ТОН", 1, 2, 1},
                {"МИД", "ОКУ", 1, 0, 1},
                {"МИД", "ТУВ", 8, 2, 1},
                {"ОКУ", "ТОН", 3, 3, 1},
                {"ОКУ", "МИД", 2, 0, 1},
                {"ОКУ", "ТУВ", 3, 3, 1},
                {"ТУВ", "ТОН", 2, 0, 1},
                {"ТУВ", "МИД", 0, 2, 1},
                {"ТУВ", "ОКУ", 0, 0, 1},
            }
        },

        ["1R_GroupF"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"СОЛ", "Y"},
                {"МАР", "Y"},
                {"НОР", "R"},
                {"КРМ", "R"},
            },
            matches = {
                {"СОЛ", "МАР", 4, 2, 1},
                {"СОЛ", "НОР", 4, 0, 1},
                {"СОЛ", "КРМ", 2, 1, 1},
                {"МАР", "СОЛ", 3, 2, 1},
                {"МАР", "НОР", 2, 0, 1},
                {"МАР", "КРМ", 2, 1, 1},
                {"НОР", "СОЛ", 0, 1, 1},
                {"НОР", "МАР", 0, 3, 1},
                {"НОР", "КРМ", 2, 1, 1},
                {"КРМ", "СОЛ", 0, 3, 1},
                {"КРМ", "МАР", 0, 0, 1},
                {"КРМ", "НОР", 4, 5, 1},
            }
        },

        ["1R_GroupG"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"ФИД", "Y"},
                {"НОВ", "L"},
                {"ФРА", "R"},
                {"ПОЛ", "R"},
            },
            matches = {
                {"ФИД", "НОВ", 3, 0, 1},
                {"ФИД", "ФРА", 0, 3, 1},
                {"ФИД", "ПОЛ", 2, 0, 1},
                {"НОВ", "ФИД", 4, 4, 1},
                {"НОВ", "ФРА", 5, 5, 1},
                {"НОВ", "ПОЛ", 8, 5, 1},
                {"ФРА", "ФИД", 1, 6, 1},
                {"ФРА", "НОВ", 2, 0, 1},
                {"ФРА", "ПОЛ", 2, 4, 1},
                {"ПОЛ", "ФИД", 2, 9, 1},
                {"ПОЛ", "НОВ", 0, 1, 1},
                {"ПОЛ", "ФРА", 0, 0, 1},
            }
        },

        ["1R_AddMatches"] = {
            type = "knockout",
            number_of_rounds = 2,
            matches = {
                {"НОВ", "МИД", 3, 0, 2, 0, nil, nil, nil, "Y", "R"},
                {"ТАИ", "НИУ", 3, 0, 5, 1, nil, nil, nil, "Y", "R"},
            }
        },

        ["2R_GroupA"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"СОЛ", "G"},
                {"ТОК", "G"},
                {"НОВ", "R"},
                {"ПАЛ", "R"},
            },
            matches = {
                {"СОЛ", "ТОК", 1, 1, 1},
                {"СОЛ", "НОВ", 2, 0, 1},
                {"СОЛ", "ПАЛ", 5, 2, 1},
                {"ТОК", "СОЛ", 0, 5, 1},
                {"ТОК", "НОВ", 1, 0, 1},
                {"ТОК", "ПАЛ", 3, 2, 1},
                {"НОВ", "СОЛ", 3, 0, 1},
                {"НОВ", "ТОК", 4, 1, 1},
                {"НОВ", "ПАЛ", 2, 0, 1},
                {"ПАЛ", "СОЛ", 2, 4, 1},
                {"ПАЛ", "ТОК", 1, 2, 1},
                {"ПАЛ", "НОВ", 6, 2, 1},
            }
        },

        ["2R_GroupB"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"ТЕР", "G"},
                {"ФИД", "G"},
                {"МАР", "R"},
                {"ТАИ", "R"},
            },
            matches = {
                {"ТЕР", "ФИД", 1, 0, 1},
                {"ТЕР", "МАР", 5, 1, 1},
                {"ТЕР", "ТАИ", 2, 0, 1},
                {"ФИД", "ТЕР", 3, 3, 1},
                {"ФИД", "МАР", 13, 1, 1},
                {"ФИД", "ТАИ", 3, 2, 1},
                {"МАР", "ТЕР", 1, 5, 1},
                {"МАР", "ФИД", 0, 2, 1},
                {"МАР", "ТАИ", 0, 0, 1},
                {"ТАИ", "ТЕР", 2, 6, 1},
                {"ТАИ", "ФИД", 0, 0, 1},
                {"ТАИ", "МАР", 0, 1, 1},
            }
        },

        ["2R_GroupC"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"КРБ", "G"},
                {"НАУ", "G"},
                {"ТОН", "R"},
                {"УОЛ", "R"},
            },
            matches = {
                {"КРБ", "НАУ", 4, 0, 1},
                {"КРБ", "ТОН", 4, 1, 1},
                {"КРБ", "УОЛ", 9, 0, 1},
                {"НАУ", "КРБ", 1, 2, 1},
                {"НАУ", "ТОН", 3, 2, 1},
                {"НАУ", "УОЛ", 1, 0, 1},
                {"ТОН", "КРБ", 0, 2, 1},
                {"ТОН", "НАУ", 0, 0, 1},
                {"ТОН", "УОЛ", 0, 2, 1},
                {"УОЛ", "КРБ", 0, 4, 1},
                {"УОЛ", "НАУ", 0, 2, 1},
                {"УОЛ", "ТОН", 2, 3, 1},
            }
        },
    },
-- ========================
-- КУБОК ОКЕАНИИ
-- (финальный турнир)
-- ========================
	["КОк_2032_Final"] = {

        ["FR_GroupA"] = {
            type = "group",
            number_of_rounds = 1,
            standings = {
                {"САМ", "G"},
                {"СОЛ", "G"},
                {"КРБ", "R"},
                {"НАУ", "R"},
            },
            matches = {
                {"САМ", "СОЛ", 1, 0, 0},
                {"САМ", "КРБ", 0, 0, 0},
                {"САМ", "НАУ", 1, 0, 0},
                {"СОЛ", "КРБ", 5, 1, 0},
                {"СОЛ", "НАУ", 5, 2, 0},
                {"КРБ", "НАУ", 3, 0, 0},
            }
        },

        ["FR_GroupB"] = {
            type = "group",
            number_of_rounds = 1,
            standings = {
                {"ТЕР", "G"},
                {"АСА", "G"},
                {"ФИД", "R"},
                {"ТОК", "R"},
            },
            matches = {
                {"ТЕР", "АСА", 1, 1, 2},
                {"ТЕР", "ФИД", 1, 0, 0},
                {"ТЕР", "ТОК", 5, 2, 0},
                {"АСА", "ФИД", 2, 0, 1},
                {"АСА", "ТОК", 2, 2, 1},
                {"ФИД", "ТОК", 3, 0, 0},
            }
        },

        ["FR_Semifinal"] = {
            type = "knockout",
            number_of_rounds = 1,
            matches = {
                {"САМ", "АСА", 0, 2, nil, nil, nil, "R", "G", 2},
                {"ТЕР", "СОЛ", 4, 0, nil, nil, nil, "G", "R", 0},
            }
        },

        ["FR_3rdPlace"] = {
            type = "knockout",
            number_of_rounds = 1,
            matches = {
                {"САМ", "СОЛ", 2, 1, nil, nil, nil, "", "", 0},
            }
        },

        ["FR_Final"] = {
            type = "knockout",
            number_of_rounds = 1,
            matches = {
                {"АСА", "ТЕР", 5, 0, nil, nil, nil, "G", "R", 1},
            }
        },
    }
}