Module:Track listing: रिवीजन सभ के बीचा में अंतर

Content deleted Content added
छो Protected "Module:Track listing": High-risk Lua module ([Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite))
fix logic error for collapsed track listings with a headline parameter
लाइन 306:
:css('padding', self.collapsed and '3px' or '4px')
 
-- HeadlineHeader row
if self.headline or self.collapsed then
tableRoot:tag('tr'):tag('th')
:addClass('tlheader mbox-text')
लाइन 313:
:css('text-align', 'left')
:css('background-color', '#fff')
:wikitext(self.headline or 'Track listing')
end
 
-- Header row for collapsed track listings
if self.collapsed then
tableRoot:tag('tr'):tag('th')
:addClass('tlheader mbox-text')
:attr('colspan', nColumns)
:css('text-align', 'left')
:css('background-color', '#fff')
:wikitext('Track listing')
end
 
-- Headers