Module:Listbox: Difference between revisions

Want an adless experience? Log in or Create an account.
remove OoX from staging, add TP+ST
(remove OoT+MM from staging, add WW+MC)
(remove OoX from staging, add TP+ST)
Line 26: Line 26:
-- override
-- override
function Listbox:renderContent()
function Listbox:renderContent()
   local listing = Listing._parseListing( (self.categories[1] == 'Oracle of Seasons' or self.categories[1] == 'Oracle of Ages' or self.categories[1] == 'The Wind Waker' or self.categories[1] == 'The Minish Cap') and self.subject .. '/Staging' or self.subject )
   local listing = Listing._parseListing( (self.categories[1] == 'Twilight Princess' or self.categories[1] == 'Spirit Tracks' or self.categories[1] == 'The Wind Waker' or self.categories[1] == 'The Minish Cap') and self.subject .. '/Staging' or self.subject )


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