Skip to content

Commit

Permalink
chore: rename arenaofvalor to honorofkings (#4803)
Browse files Browse the repository at this point in the history
* rename arenaofvalor to honorofkings

* rename arenaofvalor to honorofkings
  • Loading branch information
FO-nTTaX authored Oct 4, 2024
1 parent a3ad29f commit ad1adf3
Show file tree
Hide file tree
Showing 14 changed files with 26 additions and 26 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
-- @Liquipedia
-- wiki=arenaofvalor
-- wiki=honorofkings
-- page=Module:HiddenDataBox/Custom
--
-- Please see https://github.com/Liquipedia/Lua-Modules to contribute
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
-- @Liquipedia
-- wiki=arenaofvalor
-- wiki=honorofkings
-- page=Module:Infobox/League/Custom
--
-- Please see https://github.com/Liquipedia/Lua-Modules to contribute
Expand All @@ -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)

Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
-- @Liquipedia
-- wiki=arenaofvalor
-- wiki=honorofkings
-- page=Module:Infobox/Team/Custom
--
-- Please see https://github.com/Liquipedia/Lua-Modules to contribute
Expand Down Expand Up @@ -34,7 +34,7 @@ local REGION_REMAPPINGS = {
['japan'] = 'asia',
}

---@class ArenaofvalorInfoboxTeam: InfoboxTeam
---@class HonorofkingsInfoboxTeam: InfoboxTeam
local CustomTeam = Class.new(Team)

---@param frame Frame
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
-- @Liquipedia
-- wiki=arenaofvalor
-- wiki=honorofkings
-- page=Module:MatchGroup/Legacy/Default
--
-- Please see https://github.com/Liquipedia/Lua-Modules to contribute
Expand All @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
-- @Liquipedia
-- wiki=arenaofvalor
-- wiki=honorofkings
-- page=Module:MatchMaps/Legacy
--
-- Please see https://github.com/Liquipedia/Lua-Modules to contribute
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
-- @Liquipedia
-- wiki=arenaofvalor
-- wiki=honorofkings
-- page=Module:MatchGroup/Input/Custom
--
-- Please see https://github.com/Liquipedia/Lua-Modules to contribute
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
-- @Liquipedia
-- wiki=arenaofvalor
-- wiki=honorofkings
-- page=Module:Match/Legacy
--
-- Please see https://github.com/Liquipedia/Lua-Modules to contribute
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
-- @Liquipedia
-- wiki=arenaofvalor
-- wiki=honorofkings
-- page=Module:MatchSummary
--
-- Please see https://github.com/Liquipedia/Lua-Modules to contribute
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
-- @Liquipedia
-- wiki=arenaofvalor
-- wiki=honorofkings
-- page=Module:PrizePool/Custom
--
-- Please see https://github.com/Liquipedia/Lua-Modules to contribute
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
-- @Liquipedia
-- wiki=arenaofvalor
-- wiki=honorofkings
-- page=Module:Info
--
-- Please see https://github.com/Liquipedia/Lua-Modules to contribute
--

return {
startYear = 2015,
wikiName = 'arenaofvalor',
wikiName = 'honorofkings',
name = 'Arena of Valor',
defaultGame = 'aov',

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
-- @Liquipedia
-- wiki=arenaofvalor
-- wiki=honorofkings
-- page=Module:Tier/Data
--
-- Please see https://github.com/Liquipedia/Lua-Modules to contribute
Expand Down
14 changes: 7 additions & 7 deletions stylesheets/commons/Bracket.less
Original file line number Diff line number Diff line change
Expand Up @@ -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, {
Expand Down Expand Up @@ -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;
}

Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -1154,22 +1154,22 @@ 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 {
background-color: #ee6767;
}

.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,
Expand All @@ -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,
Expand Down
4 changes: 2 additions & 2 deletions stylesheets/commons/Colours.less
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
}
Expand Down Expand Up @@ -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 );
}
Expand Down

0 comments on commit ad1adf3

Please sign in to comment.