File tree Expand file tree Collapse file tree
lua/wikis/marvelrivals/MainPageLayout Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ local Lua = require('Module:Lua')
1010local MainPageLayoutUtil = Lua .import (' Module:MainPageLayout/Util' )
1111
1212local 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
1515local HtmlWidgets = Lua .import (' Module:Widget/Html/All' )
1616local 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}
You can’t perform that action at this time.
0 commit comments