Module:Listbox: Difference between revisions

Jump to navigation Jump to search
Want an adless experience? Log in or Create an account.
load /Staging subpage for LoZ
(rename to Listbox)
(load /Staging subpage for LoZ)
Line 23: Line 23:
-- override
-- override
function Listbox:renderContent()
function Listbox:renderContent()
   local listing = Listing._parseListing( 'User:Locke/Sandbox/Listing' ) -- TODO self.subject )
   local listing = Listing._parseListing( self.categories[1] == 'The Legend of Zelda' and self.subject .. '/Staging' or self.subject )


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

Navigation menu