Content deleted Content added
preprocess function |
No edit summary |
||
Line 64:
local N_teams = top_pos - 1 -- Default to 0 at start, but higher number needed to skip certain entries
while Args['team'..N_teams+1] ~= nil do N_teams = N_teams+1 end
pp.preprocess(Args,N_teams,'')
-- Which columns to show
local show_rating = yesno(Args['show_rating'] or 'no')
|