Content deleted Content added
No edit summary |
No edit summary |
||
Line 11:
local sort_text = yesno(Args['sortable_table'] or 'no') and ' sortable' or ''
local show_played = not yesno(Args['hide_played'] or 'no')
local rounds_won = yesno(Args['show_rw'] or Args['rounds_won'] or 'no')
table.insert(t,'{| class="wikitable'..sort_text..'" style="text-align:center;"\n') -- Open table
-- Table title
Line 198:
-- Optional rounds won
local rounds_won = yesno(Args['show_rw'] or Args['rounds_won'] or 'no')
-- Get some input
|