Content deleted Content added
always create row "episode number", added background color for average ratings, added 1em left and right padding for table headers |
set width for colored cell in season row automatically, slightly increase the width of cells with viewer figures |
||
Line 288:
row:tag('th')
:css('background-color', args['color' .. season])
:css('width','10px')▼
row:tag('th')
Line 303 ⟶ 302:
elseif v ~= '' then
row:tag('td'):wikitext(v)
else
row:node(TVRG.NACell(frame,"TBD"))
|