Content deleted Content added
No edit summary |
default width |
||
Line 8:
-- Create table header
-- Pre stuff
local team_width = Args['teamwidth'] or '
local sort_text = yesno(Args['sortable_table'] or 'no') and ' sortable' or ''
local show_played = not yesno(Args['hide_played'] or 'no')
|