Module:Sports table/CricketRT: Difference between revisions

Content deleted Content added
No edit summary
Tags: Mobile edit Mobile web edit Advanced mobile edit
m Grammar!
 
(One intermediate revision by one other user not shown)
Line 26:
local draw_head_text = Args['draw_header'] or '<abbr title="Drawn">D</abbr>'
local nr_head_text = Args['nr_header'] or '<abbr title="No result">NR</abbr>'
local bonus_head_text = Args['bonus_header'] or '<abbr title="Bonus Points">BP</abbr>'
local quot_head_text = Args['quot_header'] or '<abbr title="Runs Per Wicket Ratio">[[Runs Per Wicket Ratio|Quot]]</abbr>'
--
Line 68:
tt = p_sub.colhead(tt,32,nr_head_text) --No result col
end
if show_bpshow_bonus then
tt = p_sub.colhead(tt,32,bonus_head_text)
--Bonus Points col
Line 221:
 
status_code = { A='Advances to a further round', C='Champion', D='Disqualified',
E='Eliminated', G='Guest', H='Host', O='Play-off winner', P='Promoted', Q='Qualified tofor the phase indicated',
R='Relegated', T='Qualified, but not yet tofor the particular phase indicated' }
local status_letters = (Args['status_order'] or '') .. 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'