Content deleted Content added
No edit summary Tag: Reverted |
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
P='Promoted', Q='Qualified to the phase indicated', R='Relegated',
T='Qualified, but not yet to the particular phase indicated',
X='?', Y='?', Z='?'}
status_called = { A=false, C=false, D=false, E=false, G=false, H
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)
|