Content deleted Content added
Episodes that simply use "–" should return as such (i.e. the original episodeNumber; e.g. Doctor Who (series 11)). |
fixed title scope |
||
Line 491:
end
-- If title is the first cell, create it with a !scope="row"
if (nonNilParams == 0) then
end▼
:addClass('summary')
:attr('scope', 'row')
▲ if (isSerial) then
:attr('rowspan', numberOfTitleGroups)▼
▲ row:tag(cellType)
:
:wikitext(titleText)▼
▲ :attr('rowspan', numberOfTitleGroups)
else
:css('text-align', textAlign)▼
row:
:addClass('summary')
:attr('scope', 'row')
▲ :css('text-align', textAlign)
:wikitext(titleText)
else
if (isSerial) then
row:tag(cellType)▼
row:
:
:attr('rowspan', numberOfTitleGroups)
▲ :wikitext(titleText)
:css('text-align', textAlign)
:wikitext(titleText)
else
:addClass('summary')
:css('text-align', textAlign)
:wikitext(titleText)
end
end
|