Skip to content

Commit 42f726a

Browse files
authored
feat: roll out new tournaments ticker on marvelrivals (#7326)
roll out new ticker for marvel rivals
1 parent d69f295 commit 42f726a

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

  • lua/wikis/marvelrivals/MainPageLayout

lua/wikis/marvelrivals/MainPageLayout/data.lua

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ local Lua = require('Module:Lua')
1010
local MainPageLayoutUtil = Lua.import('Module:MainPageLayout/Util')
1111

1212
local FilterButtonsWidget = Lua.import('Module:Widget/FilterButtons')
13-
local TournamentsTicker = Lua.import('Module:Widget/Tournaments/Ticker')
13+
local TournamentsTicker = Lua.import('Module:Widget/Tournaments/Ticker/List')
1414

1515
local HtmlWidgets = Lua.import('Module:Widget/Html/All')
1616
local Div = HtmlWidgets.Div
@@ -76,9 +76,10 @@ local CONTENT = {
7676
heading = 'Tournaments',
7777
body = TournamentsTicker{
7878
upcomingDays = 60,
79-
completedDays = 20
79+
completedDays = 20,
80+
variant = 'collapsible',
8081
},
81-
padding = true,
82+
padding = false,
8283
boxid = MainPageLayoutUtil.BoxId.TOURNAMENTS_TICKER,
8384
},
8485
}

0 commit comments

Comments
 (0)