Content deleted Content added
Plastikspork (talk | contribs) Fix division by zero |
No edit summary |
||
Line 364:
local status_code, status_called = {}
status_code = { A='Advance to a further round', C='Champion', D='Disqualified',
E='Eliminated', G='Guest', H='Host', N='Did not start', O='Play-off winner',
P='Promoted', Q='Qualified to the phase indicated', R='Relegated', X='?', Y='?', Z='?'}
status_called = { A=false, C=false, D=false, E=false, G=false, H=false,
P=false, Q=false, R=false, T=false, X=false, Y=false, Z=false}
local status_letters = '
-- Status position (before or after read and default)
|