Content deleted Content added
The Mol Man (talk | contribs) No edit summary |
The Mol Man (talk | contribs) 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
|