From ad1adf3cbf5c4a52a8bffa4d1418cdf7b7e539f3 Mon Sep 17 00:00:00 2001 From: Alex Winkler Date: Fri, 4 Oct 2024 10:23:06 +0200 Subject: [PATCH] chore: rename arenaofvalor to honorofkings (#4803) * rename arenaofvalor to honorofkings * rename arenaofvalor to honorofkings --- .../hidden_data_box_custom.lua | 2 +- .../infobox_league_custom.lua | 4 ++-- .../infobox_person_player_custom.lua | 4 ++-- .../infobox_team_custom.lua | 4 ++-- .../legacy/match_group_legacy_default.lua | 4 ++-- .../legacy/match_maps_legacy.lua | 2 +- .../match_group_input_custom.lua | 2 +- .../match_legacy.lua | 2 +- .../match_summary.lua | 2 +- .../prize_pool_custom.lua | 2 +- .../wikis/{arenaofvalor => honorofkings}/info.lua | 4 ++-- .../{arenaofvalor => honorofkings}/tier_data.lua | 2 +- stylesheets/commons/Bracket.less | 14 +++++++------- stylesheets/commons/Colours.less | 4 ++-- 14 files changed, 26 insertions(+), 26 deletions(-) rename components/hidden_data_box/wikis/{arenaofvalor => honorofkings}/hidden_data_box_custom.lua (98%) rename components/infobox/wikis/{arenaofvalor => honorofkings}/infobox_league_custom.lua (97%) rename components/infobox/wikis/{arenaofvalor => honorofkings}/infobox_person_player_custom.lua (97%) rename components/infobox/wikis/{arenaofvalor => honorofkings}/infobox_team_custom.lua (96%) rename components/match2/wikis/{arenaofvalor => honorofkings}/legacy/match_group_legacy_default.lua (93%) rename components/match2/wikis/{arenaofvalor => honorofkings}/legacy/match_maps_legacy.lua (99%) rename components/match2/wikis/{arenaofvalor => honorofkings}/match_group_input_custom.lua (99%) rename components/match2/wikis/{arenaofvalor => honorofkings}/match_legacy.lua (99%) rename components/match2/wikis/{arenaofvalor => honorofkings}/match_summary.lua (99%) rename components/prize_pool/wikis/{arenaofvalor => honorofkings}/prize_pool_custom.lua (98%) rename standard/info/wikis/{arenaofvalor => honorofkings}/info.lua (97%) rename standard/tier/wikis/{arenaofvalor => honorofkings}/tier_data.lua (98%) diff --git a/components/hidden_data_box/wikis/arenaofvalor/hidden_data_box_custom.lua b/components/hidden_data_box/wikis/honorofkings/hidden_data_box_custom.lua similarity index 98% rename from components/hidden_data_box/wikis/arenaofvalor/hidden_data_box_custom.lua rename to components/hidden_data_box/wikis/honorofkings/hidden_data_box_custom.lua index fe4828a0695..6b3124b6085 100644 --- a/components/hidden_data_box/wikis/arenaofvalor/hidden_data_box_custom.lua +++ b/components/hidden_data_box/wikis/honorofkings/hidden_data_box_custom.lua @@ -1,6 +1,6 @@ --- -- @Liquipedia --- wiki=arenaofvalor +-- wiki=honorofkings -- page=Module:HiddenDataBox/Custom -- -- Please see https://github.com/Liquipedia/Lua-Modules to contribute diff --git a/components/infobox/wikis/arenaofvalor/infobox_league_custom.lua b/components/infobox/wikis/honorofkings/infobox_league_custom.lua similarity index 97% rename from components/infobox/wikis/arenaofvalor/infobox_league_custom.lua rename to components/infobox/wikis/honorofkings/infobox_league_custom.lua index e3fb45aee55..471596f916e 100644 --- a/components/infobox/wikis/arenaofvalor/infobox_league_custom.lua +++ b/components/infobox/wikis/honorofkings/infobox_league_custom.lua @@ -1,6 +1,6 @@ --- -- @Liquipedia --- wiki=arenaofvalor +-- wiki=honorofkings -- page=Module:Infobox/League/Custom -- -- Please see https://github.com/Liquipedia/Lua-Modules to contribute @@ -20,7 +20,7 @@ local Widgets = require('Module:Widget/All') local Cell = Widgets.Cell local Title = Widgets.Title ----@class ArenaofvalorLeagueInfobox: InfoboxLeague +---@class HonorofkingsLeagueInfobox: InfoboxLeague local CustomLeague = Class.new(League) local CustomInjector = Class.new(Injector) diff --git a/components/infobox/wikis/arenaofvalor/infobox_person_player_custom.lua b/components/infobox/wikis/honorofkings/infobox_person_player_custom.lua similarity index 97% rename from components/infobox/wikis/arenaofvalor/infobox_person_player_custom.lua rename to components/infobox/wikis/honorofkings/infobox_person_player_custom.lua index 98d9ceb7f77..010455adfc1 100644 --- a/components/infobox/wikis/arenaofvalor/infobox_person_player_custom.lua +++ b/components/infobox/wikis/honorofkings/infobox_person_player_custom.lua @@ -1,6 +1,6 @@ --- -- @Liquipedia --- wiki=arenaofvalor +-- wiki=honorofkings -- page=Module:Infobox/Person/Player/Custom -- -- Please see https://github.com/Liquipedia/Lua-Modules to contribute @@ -22,7 +22,7 @@ local Cell = Widgets.Cell local SIZE_HERO = '25x25px' ----@class ArenaofvalorInfoboxPlayer: Person +---@class HonorofkingsInfoboxPlayer: Person ---@field role table ---@field role2 table local CustomPlayer = Class.new(Player) diff --git a/components/infobox/wikis/arenaofvalor/infobox_team_custom.lua b/components/infobox/wikis/honorofkings/infobox_team_custom.lua similarity index 96% rename from components/infobox/wikis/arenaofvalor/infobox_team_custom.lua rename to components/infobox/wikis/honorofkings/infobox_team_custom.lua index 56025394529..f71e370e933 100644 --- a/components/infobox/wikis/arenaofvalor/infobox_team_custom.lua +++ b/components/infobox/wikis/honorofkings/infobox_team_custom.lua @@ -1,6 +1,6 @@ --- -- @Liquipedia --- wiki=arenaofvalor +-- wiki=honorofkings -- page=Module:Infobox/Team/Custom -- -- Please see https://github.com/Liquipedia/Lua-Modules to contribute @@ -34,7 +34,7 @@ local REGION_REMAPPINGS = { ['japan'] = 'asia', } ----@class ArenaofvalorInfoboxTeam: InfoboxTeam +---@class HonorofkingsInfoboxTeam: InfoboxTeam local CustomTeam = Class.new(Team) ---@param frame Frame diff --git a/components/match2/wikis/arenaofvalor/legacy/match_group_legacy_default.lua b/components/match2/wikis/honorofkings/legacy/match_group_legacy_default.lua similarity index 93% rename from components/match2/wikis/arenaofvalor/legacy/match_group_legacy_default.lua rename to components/match2/wikis/honorofkings/legacy/match_group_legacy_default.lua index 2698595d6c1..a0a6aa2cfe8 100644 --- a/components/match2/wikis/arenaofvalor/legacy/match_group_legacy_default.lua +++ b/components/match2/wikis/honorofkings/legacy/match_group_legacy_default.lua @@ -1,6 +1,6 @@ --- -- @Liquipedia --- wiki=arenaofvalor +-- wiki=honorofkings -- page=Module:MatchGroup/Legacy/Default -- -- Please see https://github.com/Liquipedia/Lua-Modules to contribute @@ -15,7 +15,7 @@ local MatchGroupLegacy = Lua.import('Module:MatchGroup/Legacy') local MAX_NUMBER_OF_OPPONENTS = 2 local MAX_NUMBER_OF_PLAYERS = 5 ----@class ArenaofvalorMatchGroupLegacyDefault: MatchGroupLegacy +---@class HonorofkingsMatchGroupLegacyDefault: MatchGroupLegacy local MatchGroupLegacyDefault = Class.new(MatchGroupLegacy) ---@return table diff --git a/components/match2/wikis/arenaofvalor/legacy/match_maps_legacy.lua b/components/match2/wikis/honorofkings/legacy/match_maps_legacy.lua similarity index 99% rename from components/match2/wikis/arenaofvalor/legacy/match_maps_legacy.lua rename to components/match2/wikis/honorofkings/legacy/match_maps_legacy.lua index 96cea226a49..8448a907476 100644 --- a/components/match2/wikis/arenaofvalor/legacy/match_maps_legacy.lua +++ b/components/match2/wikis/honorofkings/legacy/match_maps_legacy.lua @@ -1,6 +1,6 @@ --- -- @Liquipedia --- wiki=arenaofvalor +-- wiki=honorofkings -- page=Module:MatchMaps/Legacy -- -- Please see https://github.com/Liquipedia/Lua-Modules to contribute diff --git a/components/match2/wikis/arenaofvalor/match_group_input_custom.lua b/components/match2/wikis/honorofkings/match_group_input_custom.lua similarity index 99% rename from components/match2/wikis/arenaofvalor/match_group_input_custom.lua rename to components/match2/wikis/honorofkings/match_group_input_custom.lua index 8cdb0c69cae..c56ec521396 100644 --- a/components/match2/wikis/arenaofvalor/match_group_input_custom.lua +++ b/components/match2/wikis/honorofkings/match_group_input_custom.lua @@ -1,6 +1,6 @@ --- -- @Liquipedia --- wiki=arenaofvalor +-- wiki=honorofkings -- page=Module:MatchGroup/Input/Custom -- -- Please see https://github.com/Liquipedia/Lua-Modules to contribute diff --git a/components/match2/wikis/arenaofvalor/match_legacy.lua b/components/match2/wikis/honorofkings/match_legacy.lua similarity index 99% rename from components/match2/wikis/arenaofvalor/match_legacy.lua rename to components/match2/wikis/honorofkings/match_legacy.lua index 3232022aa29..eb56df53f3d 100644 --- a/components/match2/wikis/arenaofvalor/match_legacy.lua +++ b/components/match2/wikis/honorofkings/match_legacy.lua @@ -1,6 +1,6 @@ --- -- @Liquipedia --- wiki=arenaofvalor +-- wiki=honorofkings -- page=Module:Match/Legacy -- -- Please see https://github.com/Liquipedia/Lua-Modules to contribute diff --git a/components/match2/wikis/arenaofvalor/match_summary.lua b/components/match2/wikis/honorofkings/match_summary.lua similarity index 99% rename from components/match2/wikis/arenaofvalor/match_summary.lua rename to components/match2/wikis/honorofkings/match_summary.lua index 6167aaf0197..97226f0e2e9 100644 --- a/components/match2/wikis/arenaofvalor/match_summary.lua +++ b/components/match2/wikis/honorofkings/match_summary.lua @@ -1,6 +1,6 @@ --- -- @Liquipedia --- wiki=arenaofvalor +-- wiki=honorofkings -- page=Module:MatchSummary -- -- Please see https://github.com/Liquipedia/Lua-Modules to contribute diff --git a/components/prize_pool/wikis/arenaofvalor/prize_pool_custom.lua b/components/prize_pool/wikis/honorofkings/prize_pool_custom.lua similarity index 98% rename from components/prize_pool/wikis/arenaofvalor/prize_pool_custom.lua rename to components/prize_pool/wikis/honorofkings/prize_pool_custom.lua index 42f8766fe69..603fe18eeb3 100644 --- a/components/prize_pool/wikis/arenaofvalor/prize_pool_custom.lua +++ b/components/prize_pool/wikis/honorofkings/prize_pool_custom.lua @@ -1,6 +1,6 @@ --- -- @Liquipedia --- wiki=arenaofvalor +-- wiki=honorofkings -- page=Module:PrizePool/Custom -- -- Please see https://github.com/Liquipedia/Lua-Modules to contribute diff --git a/standard/info/wikis/arenaofvalor/info.lua b/standard/info/wikis/honorofkings/info.lua similarity index 97% rename from standard/info/wikis/arenaofvalor/info.lua rename to standard/info/wikis/honorofkings/info.lua index c7875bcb44e..ef5100919f5 100644 --- a/standard/info/wikis/arenaofvalor/info.lua +++ b/standard/info/wikis/honorofkings/info.lua @@ -1,6 +1,6 @@ --- -- @Liquipedia --- wiki=arenaofvalor +-- wiki=honorofkings -- page=Module:Info -- -- Please see https://github.com/Liquipedia/Lua-Modules to contribute @@ -8,7 +8,7 @@ return { startYear = 2015, - wikiName = 'arenaofvalor', + wikiName = 'honorofkings', name = 'Arena of Valor', defaultGame = 'aov', diff --git a/standard/tier/wikis/arenaofvalor/tier_data.lua b/standard/tier/wikis/honorofkings/tier_data.lua similarity index 98% rename from standard/tier/wikis/arenaofvalor/tier_data.lua rename to standard/tier/wikis/honorofkings/tier_data.lua index 28a8bb876ab..9b290a76cb6 100644 --- a/standard/tier/wikis/arenaofvalor/tier_data.lua +++ b/standard/tier/wikis/honorofkings/tier_data.lua @@ -1,6 +1,6 @@ --- -- @Liquipedia --- wiki=arenaofvalor +-- wiki=honorofkings -- page=Module:Tier/Data -- -- Please see https://github.com/Liquipedia/Lua-Modules to contribute diff --git a/stylesheets/commons/Bracket.less b/stylesheets/commons/Bracket.less index 6ca072143d0..fec74f7f577 100644 --- a/stylesheets/commons/Bracket.less +++ b/stylesheets/commons/Bracket.less @@ -592,7 +592,7 @@ Author(s): FO-nTTaX, salle } .wiki-artifact .bracket-popup-wrapper .bracket-popup .bracket-popup-body .bracket-popup-body-match, -.wiki-arenaofvalor .bracket-popup-wrapper .bracket-popup .bracket-popup-body .bracket-popup-body-match, +.wiki-honorofkings .bracket-popup-wrapper .bracket-popup .bracket-popup-body .bracket-popup-body-match, .wiki-leagueoflegends .bracket-popup-wrapper .bracket-popup .bracket-popup-body .bracket-popup-body-match, .wiki-runeterra .bracket-popup-wrapper .bracket-popup .bracket-popup-body .bracket-popup-body-match, .wiki-wildrift .bracket-popup-wrapper .bracket-popup .bracket-popup-body .bracket-popup-body-match, { @@ -715,7 +715,7 @@ Author(s): FO-nTTaX, salle width: 330px; } -.wiki-arenaofvalor .bracket-popup-wrapper.bracket-popup-team { +.wiki-honorofkings .bracket-popup-wrapper.bracket-popup-team { width: 390px; } @@ -1087,7 +1087,7 @@ Author(s): FO-nTTaX, salle display: inline-block; } -.wiki-arenaofvalor .bracket-popup div.draft img, +.wiki-honorofkings .bracket-popup div.draft img, .wiki-artifact .bracket-popup div.draft img, .wiki-paladins .bracket-popup div.draft img, .wiki-leagueoflegends .bracket-popup div.draft img, @@ -1154,14 +1154,14 @@ Author(s): FO-nTTaX, salle display: block; } -.wiki-arenaofvalor .bracket-popup-body-match .match-row .draft.blue, +.wiki-honorofkings .bracket-popup-body-match .match-row .draft.blue, .wiki-battlerite .bracket-popup-body-match .match-row .draft.blue, .wiki-leagueoflegends .bracket-popup-body-match .match-row .draft.blue, .wiki-wildrift .bracket-popup-body-match .match-row .draft.blue { background-color: #426ccf; } -.wiki-arenaofvalor .bracket-popup-body-match .match-row .draft.red, +.wiki-honorofkings .bracket-popup-body-match .match-row .draft.red, .wiki-battlerite .bracket-popup-body-match .match-row .draft.red, .wiki-leagueoflegends .bracket-popup-body-match .match-row .draft.red, .wiki-wildrift .bracket-popup-body-match .match-row .draft.red { @@ -1169,7 +1169,7 @@ Author(s): FO-nTTaX, salle } .wiki-artifact .bracket-popup div.draft img, -.wiki-arenaofvalor .bracket-popup div.draft img, +.wiki-honorofkings .bracket-popup div.draft img, .wiki-paladins .bracket-popup div.draft img, .wiki-leagueoflegends .bracket-popup div.draft img, .wiki-runeterra .bracket-popup div.draft img, @@ -1180,7 +1180,7 @@ Author(s): FO-nTTaX, salle } .wiki-artifact .bracket-popup.bracket-popup-showmatch div.draft img, -.wiki-arenaofvalor .bracket-popup.bracket-popup-showmatch div.draft img, +.wiki-honorofkings .bracket-popup.bracket-popup-showmatch div.draft img, .wiki-paladins .bracket-popup.bracket-popup-showmatch div.draft img, .wiki-leagueoflegends .bracket-popup.bracket-popup-showmatch div.draft img, .wiki-runeterra .bracket-popup.bracket-popup-showmatch div.draft img, diff --git a/stylesheets/commons/Colours.less b/stylesheets/commons/Colours.less index 190f3b52858..3ccec5c2f96 100644 --- a/stylesheets/commons/Colours.less +++ b/stylesheets/commons/Colours.less @@ -155,7 +155,7 @@ div.NavPic, .cinnabar-theme-dark-bg, .wiki-leagueoflegends .bracket-popup-body-match .match-row .draft.red, .wiki-battlerite .bracket-popup-body-match .match-row .draft.red, -.wiki-arenaofvalor .bracket-popup-body-match .match-row .draft.red, +.wiki-honorofkings .bracket-popup-body-match .match-row .draft.red, .wiki-wildrift .bracket-popup-body-match .match-row .draft.red { background-color: var( --clr-cinnabar-40, #b12a2a ); } @@ -313,7 +313,7 @@ div.NavFrame div.NavHead, .sapphire-theme-dark-bg, .wiki-leagueoflegends .bracket-popup-body-match .match-row .draft.blue, .wiki-battlerite .bracket-popup-body-match .match-row .draft.blue, -.wiki-arenaofvalor .bracket-popup-body-match .match-row .draft.blue, +.wiki-honorofkings .bracket-popup-body-match .match-row .draft.blue, .wiki-wildrift .bracket-popup-body-match .match-row .draft.blue { background-color: var( --clr-sapphire-40, #31519c ); }