Module:Episode list: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 56:
:css('text-align','center')
local row_color
if args.RowColor then
row_color = yesno(args.RowColor, false) or string.lower(args.RowColor) == 'on'
else
row_color = false
end
 
local top_color