Module:Listbox: Difference between revisions

Jump to navigation Jump to search
Want an adless experience? Log in or Create an account.
remove SS and LBW from staging, add BotW
(remove HW Legend Mode Scenarios from staging since it's already done)
(remove SS and LBW from staging, add BotW)
Line 26: Line 26:
-- override
-- override
function Listbox:renderContent()
function Listbox:renderContent()
   local listing = Listing._parseListing( ((self.categories[1] == 'The Wind Waker' and self.categories[3] == 'Enemies') or (self.categories[1] == 'Skyward Sword' and self.categories[3] ~= 'Shields') or (self.categories[1] == 'A Link Between Worlds' and self.categories[3] ~= 'Items') or self.categories[1] == 'Four Swords Adventures' or self.categories[1] == 'Tri Force Heroes' or (self.categories[1] == 'Hyrule Warriors' and self.categories[3] ~= 'Legend Mode Scenarios')) and self.subject .. '/Staging' or self.subject )
   local listing = Listing._parseListing( ((self.categories[1] == 'The Wind Waker' and self.categories[3] == 'Enemies') or self.categories[1] == 'Four Swords Adventures' or self.categories[1] == 'Tri Force Heroes' or (self.categories[1] == 'Hyrule Warriors' and self.categories[3] ~= 'Legend Mode Scenarios') or self.categories[1] == 'Breath of the Wild') and self.subject .. '/Staging' or self.subject )


   local content = mw.html.create( 'table' )
   local content = mw.html.create( 'table' )

Navigation menu