Module:Sports table/Badminton individual: Difference between revisions

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', I='Retired', N='Did not start', O='Play-off winner',
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=false, I=false, N=false, O=false,
P=false, Q=false, R=false, T=false, X=false, Y=false, Z=false}
local status_letters = 'ACDEGHINOPQRTXYZACDEGHNOPQRTXYZ'
-- Status position (before or after read and default)