Для документации этого модуля может быть создана страница Модуль:Maintenance data/data/doc
-- <pre>
-- Используется для: [[Шаблон:Актуальные технические данные]]
return {
["Patch"] = "V11.1",
["PatchId"] = "11.1",
["NextPatch"] = "V11.2",
["SeasonNumber"] = "11",
["SeasonWord"] = "Одиннадцатый",
["SeasonType"] = "Сезон",
["SeasonStart"] = "2021-01-06",
["TFTSet"] = "4",
["LoRPatch"] = "1.8",
["LastChampionName"] = "Релл",
["UpcomingChampionName"] = "Виего",
-- Used in [[Template:Hot]]
["HotChampion"] = {
[1] = "Релл",
[2] = "Серафина",
[3] = "Самира",
},
["HotRelaunch"] = {
[1] = "Волибир",
[2] = "Фиддлстикс",
[3] = "Пантеон",
},
-- Archived date of the first champion rotation,
-- dates do not refer to competetive seasons,
-- but patch cycles
["Pre-Season1Start"] = "2009-11-20",
["Season1Start"] = "2010-07-13",
["Pre-Season2Start"] = "2011-09-20",
["Season2Start"] = "2011-11-29",
["Pre-Season3Start"] = "2012-11-20",
["Season3Start"] = "2013-02-01",
["Pre-Season4Start"] = "2013-11-20",
["Season4Start"] = "2014-01-15",
["Pre-Season5Start"] = "2014-11-20",
["Season5Start"] = "2015-01-15",
["Pre-Season6Start"] = "2015-11-11",
["Season6Start"] = "2016-01-14",
["Pre-Season7Start"] = "2016-11-10",
["Season7Start"] = "2017-01-11",
["Pre-Season8Start"] = "2017-11-08",
["Season8Start"] = "2018-01-10",
["Pre-Season9Start"] = "2018-11-20",
["Season9Start"] = "2019-01-09",
["Pre-Season10Start"] = "2019-11-20",
["Season10Start"] = "2020-01-08",
["Pre-Season11Start"] = "2020-11-10",
["Season11Start"] = "2021-01-06",
-- STATIC DATA
["TotalReleasedChampions"] = mw.site.stats.pagesInCategory("Выпущенные чемпионы")
}
-- </pre>
-- [[Category:Lua]]
Материалы сообщества доступны в соответствии с условиями лицензии CC-BY-SA, если не указано иное.