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

Материал из ЧТМ
Версия от 10:42, 25 апреля 2026; Блинчик (обсуждение | вклад)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)
Перейти к навигации Перейти к поиску
Документация Документация
Готово:

(править)

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 {
-- =============================
-- КУБОК СЕВЕРНОЙ АМЕРИКИ
-- =============================
	["КАм_2013_Qual"] = {
        ["Playoffs"] = {
            number_of_rounds = 2,
            type = "knockout",
            matches = {
                {"ПУЭ", "БАГ", 1, 6, 4, 1, nil, nil, nil, "R", "G"},
            }
        },
    },

    ["КАм_2013_Final"] = {

        ["FR_GroupA"] = {
            type = "group",
            number_of_rounds = 1,
            standings = {
                {"НИК", "G"},
                {"АНТ", "G"},
                {"ГРЕ", "Y"},
                {"БАГ", "R"},
            },
            matches = {
                {"НИК", "АНТ", 4, 1, 0},
                {"НИК", "ГРЕ", 2, 0, 0},
                {"НИК", "БАГ", 3, 2, 0},
                {"АНТ", "ГРЕ", 2, 1, 0},
                {"АНТ", "БАГ", 2, 0, 0},
                {"ГРЕ", "БАГ", 1, 0, 0},
            }
        },

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

        ["FR_GroupC"] = {
            type = "group",
            number_of_rounds = 1,
            standings = {
                {"ГВА", "G"},
                {"ДОМ", "G"},
                {"БАР", "G"},
                {"КАЙ", "R"},
            },
            matches = {
                {"ГВА", "ДОМ", 1, 0, 2},
                {"ГВА", "БАР", 1, 2, 0},
                {"ГВА", "КАЙ", 4, 1, 0},
                {"ДОМ", "БАР", 2, 0, 1},
                {"ДОМ", "КАЙ", 2, 0, 1},
                {"БАР", "КАЙ", 1, 1, 0},
            }
        },

        ["FR_Playoffs"] = {
            type = "knockout",
            number_of_rounds = 1,
            matches = {
                {"СЕН", "ГРЕ", 1, 0, nil, nil, nil, "G", "R", 0},
            }
        },

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

        ["FR_Semifinal"] = {
            type = "knockout",
            number_of_rounds = 1,
            matches = {
                {"СЕН", "ГВА", 2, 4, "aet", nil, nil, "R", "G", 0},
                {"ДОМ", "АНТ", 0, 2, nil, nil, nil, "R", "G", 1},
            }
        },

        ["FR_3rdPlace"] = {
            type = "knockout",
            number_of_rounds = 1,
            matches = {
                {"СЕН", "ДОМ", 2, 1, "aet", nil, nil, "", "", 2},
            }
        },

        ["FR_Final"] = {
            type = "knockout",
            number_of_rounds = 1,
            matches = {
                {"ГВА", "АНТ", 1, 3, nil, nil, nil, "R", "G", 0},
            }
        },
    },
-- =============================
-- КУБОК АФРИКИ
-- =============================
	["КАф_2013_Final"] = {

        ["FR_GroupA"] = {
            type = "group",
            number_of_rounds = 1,
            standings = {
                {"ОСТ", "G"},
                {"ЧАД", "G"},
                {"ЭРИ", "G"},
                {"МАВ", "R"},
            },
            matches = {
                {"ОСТ", "ЧАД", 2, 0, 0},
                {"ОСТ", "ЭРИ", 1, 2, 0},
                {"ОСТ", "МАВ", 6, 0, 0},
                {"ЧАД", "ЭРИ", 1, 0, 0},
                {"ЧАД", "МАВ", 4, 0, 0},
                {"ЭРИ", "МАВ", 2, 1, 0},
            }
        },

        ["FR_GroupB"] = {
            type = "group",
            number_of_rounds = 1,
            standings = {
                {"ЦАР", "G"},
                {"СОМ", "G"},
                {"ГАМ", "Y"},
                {"БЕН", "R"},
            },
            matches = {
                {"ЦАР", "СОМ", 2, 1, 1},
                {"ЦАР", "ГАМ", 3, 1, 1},
                {"ЦАР", "БЕН", 2, 0, 1},
                {"СОМ", "ГАМ", 0, 0, 0},
                {"СОМ", "БЕН", 2, 1, 0},
                {"ГАМ", "БЕН", 0, 0, 0},
            }
        },

        ["FR_GroupC"] = {
            type = "group",
            number_of_rounds = 1,
            standings = {
                {"НИГ", "G"},
                {"МОЗ", "G"},
                {"ЛЕС", "Y"},
                {"СЕЙ", "R"},
            },
            matches = {
                {"НИГ", "МОЗ", 2, 0, 0},
                {"НИГ", "ЛЕС", 4, 0, 0},
                {"НИГ", "СЕЙ", 0, 0, 0},
                {"МОЗ", "ЛЕС", 8, 1, 0},
                {"МОЗ", "СЕЙ", 2, 2, 0},
                {"ЛЕС", "СЕЙ", 2, 1, 0},
            }
        },

        ["FR_Playoffs"] = {
            type = "knockout",
            number_of_rounds = 1,
            matches = {
                {"ГАМ", "ЛЕС", 1, 0, "aet", nil, nil, "G", "R", 0},
            }
        },

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

        ["FR_Semifinal"] = {
            type = "knockout",
            number_of_rounds = 1,
            matches = {
                {"ЦАР", "ГАМ", 2, 0, nil, nil, nil, "G", "R", 1},
                {"ОСТ", "ЧАД", 1, 3, nil, nil, nil, "R", "G", 0},
            }
        },

        ["FR_3rdPlace"] = {
            type = "knockout",
            number_of_rounds = 1,
            matches = {
                {"ГАМ", "ОСТ", 1, 6, nil, nil, nil, "", "", 0},
            }
        },

        ["FR_Final"] = {
            type = "knockout",
            number_of_rounds = 1,
            matches = {
                {"ЦАР", "ЧАД", 0, 0, "pen", 2, 4, "R", "G", 1},
            }
        },
    },
-- =============================
-- КУБОК АЗИИ
-- =============================
    ["КЕв_2013_Final"] = {

		["FR_GroupA"] = {
            type = "group",
            number_of_rounds = 1,
            standings = {
                {"МОН", "G"},
                {"ПАК", "G"},
                {"ШРИ", "Y"},
                {"НЕП", "R"},
            },
            matches = {
                {"МОН", "ПАК", 2, 0, 0},
                {"МОН", "ШРИ", 1, 1, 0},
                {"МОН", "НЕП", 3, 0, 0},
                {"ПАК", "ШРИ", 3, 1, 0},
                {"ПАК", "НЕП", 4, 2, 0},
                {"ШРИ", "НЕП", 2, 2, 0},
            }
        },

        ["FR_GroupB"] = {
            type = "group",
            number_of_rounds = 1,
            standings = {
                {"МЬЯ", "G"},
                {"КИР", "G"},
                {"ТУР", "Y"},
                {"АФГ", "R"},
            },
            matches = {
                {"МЬЯ", "КИР", 0, 2, 0},
                {"МЬЯ", "ТУР", 4, 0, 0},
                {"МЬЯ", "АФГ", 1, 0, 0},
                {"КИР", "ТУР", 1, 1, 0},
                {"КИР", "АФГ", 1, 1, 0},
                {"ТУР", "АФГ", 2, 0, 0},
            }
        },

        ["FR_GroupC"] = {
            type = "group",
            number_of_rounds = 1,
            standings = {
                {"ТАД", "G"},
                {"МАЛ", "G"},
                {"БРУ", "G"},
                {"ЛАО", "R"},
            },
            matches = {
                {"ТАД", "МАЛ", 0, 0, 0},
                {"ТАД", "БРУ", 1, 0, 2},
                {"ТАД", "ЛАО", 3, 0, 0},
                {"МАЛ", "БРУ", 1, 1, 2},
                {"МАЛ", "ЛАО", 2, 1, 0},
                {"БРУ", "ЛАО", 1, 0, 1},
            }
        },

        ["FR_Playoffs"] = {
            type = "knockout",
            number_of_rounds = 1,
            matches = {
                {"ТУР", "ШРИ", 1, 4, nil, nil, nil, "R", "G", 0},
            }
        },

        ["FR_Quarterfinal"] = {
            type = "knockout",
            number_of_rounds = 1,
            matches = {
                {"МОН", "БРУ", 1, 0, nil, nil, nil, "G", "R", 2},
                {"МЬЯ", "МАЛ", 3, 1, nil, nil, nil, "G", "R", 0},
                {"ТАД", "ШРИ", 2, 0, nil, nil, nil, "G", "R", 0},
                {"ПАК", "КИР", 1, 1, "pen", 1, 4, "R", "G", 0},
            }
        },

        ["FR_Semifinal"] = {
            type = "knockout",
            number_of_rounds = 1,
            matches = {
                {"МОН", "ТАД", 5, 3, nil, nil, nil, "G", "R", 0},
                {"МЬЯ", "КИР", 6, 2, nil, nil, nil, "G", "R", 0},
            }
        },

        ["FR_3rdPlace"] = {
            type = "knockout",
            number_of_rounds = 1,
            matches = {
                {"ТАД", "КИР", 1, 3, nil, nil, nil, "", "", 0},
            }
        },

        ["FR_Final"] = {
            type = "knockout",
            number_of_rounds = 1,
            matches = {
                {"МОН", "МЬЯ", 0, 3, nil, nil, nil, "R", "G", 0},
            }
        },
    },
-- =============================
-- КУБОК ОКЕАНИИ
-- =============================
-- ОТБОРОЧНЫЙ ТУРНИР
-- =============================
	["КОк_2013_Qual"] = {
        ["Playoffs_Stage1"] = {
            type = "knockout",
            number_of_rounds = 2,
            matches = {
                {"ТУВ", "ПАП", 1, 1, 0, 2, nil, nil, nil, "R", "Y"},
                {"ТОН", "ТАИ", 0, 5, 1, 3, nil, nil, nil, "R", "Y"},
                {"НИУ", "ТЕР", 0, 8, 0, 6, nil, nil, nil, "R", "Y"},
                {"ФРА", "ПАЛ", 0, 1, 0, 3, nil, nil, nil, "R", "Y"},
                {"НОВ", "МАР", 1, 2, 1, 1, nil, nil, nil, "R", "Y"},
                {"НОР", "НАУ", 4, 2, 0, 2, nil, nil, nil, "R", "Y"},
                {"МИК", "ОКУ", 1, 1, 1, 2, "aet", nil, nil, "R", "Y"},
            }
        },

        ["Playoffs_Stage2"] = {
            type = "knockout",
            number_of_rounds = 2,
            matches = {
                {"ПАП", "ТАИ", 0, 0, 0, 3, nil, nil, nil, "R", "G"},
                {"ТЕР", "ПАЛ", 5, 1, 2, 0, nil, nil, nil, "G", "R"},
                {"МАР", "НАУ", 1, 0, 1, 2, nil, nil, nil, "G", "R"},
                {"ОКУ", "САМ", 1, 6, 0, 7, nil, nil, nil, "R", "G"},
            }
        },
    },
-- =============================
-- КУБОК ОКЕАНИИ
-- =============================
-- ФИНАЛЬНЫЙ ТУРНИР
-- =============================
	["КОк_2013_Final"] = {
    	["FR_Quarterfinal"] = {
            type = "knockout",
            number_of_rounds = 1,
            matches = {
                {"АСА", "МАР", 1, 2, nil, nil, nil, "R", "G", 0},
                {"КРБ", "САМ", 1, 1, "pen", 4, 3, "G", "R", 0},
                {"ФИД", "ТАИ", 2, 0, nil, nil, nil, "G", "R", 1},
                {"СОЛ", "ТЕР", 0, 3, nil, nil, nil, "R", "G", 0},
            }
        },

        ["FR_Semifinal"] = {
            type = "knockout",
            number_of_rounds = 1,
            matches = {
                {"МАР", "КРБ", 1, 0, nil, nil, nil, "G", "R", 0},
                {"ФИД", "ТЕР", 1, 3, nil, nil, nil, "R", "G", 1},
            }
        },

        ["FR_3rdPlace"] = {
            type = "knockout",
            number_of_rounds = 1,
            matches = {
                {"КРБ", "ФИД", 0, 2, nil, nil, nil, "", "", 2},
            }
        },

        ["FR_Final"] = {
            type = "knockout",
            number_of_rounds = 1,
            matches = {
                {"МАР", "ТЕР", 0, 4, nil, nil, nil, "R", "G", 0},
            }
        },
    },
-- =============================
-- КУБОК ЕВРОПЫ
-- =============================
    ["КЕвропы_2013_Final"] = {

        ["FR_Semifinal"] = {
            type = "knockout",
            number_of_rounds = 1,
            matches = {
                {"САН", "ГИБ", 0, 2, nil, nil, nil, "R", "G", 1},
            }
        },

        ["FR_Final"] = {
            type = "knockout",
            number_of_rounds = 1,
            matches = {
                {"ВАТ", "ГИБ", 2, 0, nil, nil, nil, "G", "R", 0},
            }
        },
    },
-- =============================
-- КУБОК ЮЖНОЙ АМЕРИКИ
-- =============================
    ["КЮжАм_2013_Final"] = {

        ["FR_GroupA"] = {
            type = "group",
            number_of_rounds = 1,
            standings = {
                {"ГАЙ", "G"},
                {"ГВИ", "G"},
                {"СУР", "R"},
            },
            matches = {
                {"ГАЙ", "ГВИ", 1, 0, 1},
                {"ГАЙ", "СУР", 0, 0, 1},
                {"ГВИ", "СУР", 2, 1, 0},
            }
        },

        ["FR_Final"] = {
            type = "knockout",
            number_of_rounds = 1,
            matches = {
                {"ГАЙ", "ГВИ", 0, 1, nil, nil, nil, "R", "G", 1},
            }
        },
    },
-- =============================
-- КУБОК КОНФЕДЕРАЦИЙ
-- =============================
    ["ККо_2013_Final"] = {

        ["FR_GroupA"] = {
            type = "group",
            number_of_rounds = 1,
            standings = {
                {"ПАК", "G"},
                {"ГВИ", "Y"},
                {"ВАТ", "R"},
            },
            matches = {
                {"ПАК", "ГВИ", 2, 2, 0},
                {"ПАК", "ВАТ", 3, 0, 0},
                {"ГВИ", "ВАТ", 1, 0, 0},
            }
        },

        ["FR_GroupB"] = {
            type = "group",
            number_of_rounds = 1,
            standings = {
                {"МЬЯ", "G"},
                {"АФГ", "Y"},
                {"АНТ", "R"},
            },
            matches = {
                {"МЬЯ", "АФГ", 3, 1, 0},
                {"МЬЯ", "АНТ", 2, 0, 0},
                {"АФГ", "АНТ", 2, 0, 0},
            }
        },

        ["FR_GroupC"] = {
            type = "group",
            number_of_rounds = 1,
            standings = {
                {"ЧАД", "G"},
                {"ГВА", "R"},
                {"ТЕР", "R"},
            },
            matches = {
                {"ЧАД", "ГВА", 4, 2, 2},
                {"ЧАД", "ТЕР", 3, 1, 0},
                {"ГВА", "ТЕР", 1, 1, 1},
            }
        },

        ["FR_Playoffs"] = {
            type = "knockout",
            number_of_rounds = 1,
            matches = {
                {"ГВИ", "АФГ", 1, 4, nil, nil, nil, "R", "G", 0},
            }
        },

        ["FR_Semifinal"] = {
            type = "knockout",
            number_of_rounds = 1,
            matches = {
                {"ЧАД", "АФГ", 1, 2, "aet", nil, nil, "R", "G", 0},
                {"МЬЯ", "ПАК", 3, 0, nil, nil, nil, "G", "R", 0},
            }
        },

        ["FR_3rdPlace"] = {
            type = "knockout",
            number_of_rounds = 1,
            matches = {
                {"ЧАД", "ПАК", 2, 2, "pen", 7, 8, "", "", 0},
            }
        },

        ["FR_Final"] = {
            type = "knockout",
            number_of_rounds = 1,
            matches = {
                {"АФГ", "МЬЯ", 0, 3, nil, nil, nil, "R", "G", 0},
            }
        },
    }
}