Module:Track listing: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 244: Line 244:
headline = frame.args['headline'],
headline = frame.args['headline'],
main_listing = frame.args['main_listing'] or '0',
main_listing = frame.args['main_listing'] or '0',
listing_id = frame.args['listing_id'],
track = self.number,
track = self.number,
length = self.length
length = self.length
Line 264: Line 265:
all_music = true,
all_music = true,
headline = true,
headline = true,
listing_id = true,
extra_column = true,
extra_column = true,
total_length = true,
total_length = true,
Line 472: Line 474:
:css('display', 'block')
:css('display', 'block')
:css('border-spacing', '0px')
:css('border-spacing', '0px')
if self.listing_id then
tableRoot:attr('id', 'track-listing-' .. self.listing_id)
end
 
-- Header row
-- Header row
if self.headline then
if self.headline then