ماڊيول:Sports table/CricketRR: جي ورجائن ۾ تفاوت

ڊاٿل مواد شامل ڪيل مواد
سنوار جو تَتُ ڪونهي
سنوار جو تَتُ ڪونهي
ٽيگَ: موٽايل موبائل سنوار موبائل ويب سنوار وڌيل موبائل سنوار
سِٽَ 46:
 
local group_head_text = Args['group_header'] or '<abbr title="Group">Grp</abbr>'
local team_head_text = Args['team_header'] or 'ٽيمTeam'
local tie_head_text = Args['tie_header'] or abbr_header('برابرTied', 'T', show_pts, pts.tie)
local nr_head_text = Args['nr_header'] or abbr_header('بلاNo نتیجوresult', 'NR', show_pts, pts.nr)
local bonus_head_text = Args['bonus_header'] or '<abbr title="Bonus points">بونس پوائنٽسBP</abbr>'
local deduct_head_text = Args['deduct_header'] or '<abbr title="Deductions">Ded</abbr>'
local nrr_head_text = Args['nrr_header'] or '<abbr title="Net run rate">[[نيٽNet رنrun ريٽrate|NRR]]</abbr>'
--
local loss_first = yesno(Args['loss_before_tie'] or 'yes')
سِٽَ 79:
tt = p_sub.colhead(tt, team_width, team_head_text..VTE_text) -- Team col
 
tt = p_sub.colhead(tt,28,'<abbr title="Played">کيڏياPld</abbr>') -- Matches played col
if full_table then
 
tt = p_sub.colhead(tt,28,abbr_header('کٽياWon','W',show_pts,pts.win)) -- Win col
local loss_head_text = abbr_header('هارياLost', 'L', show_pts, pts.loss)
if loss_first then
سِٽَ 110:
end
 
tt = p_sub.colhead(tt, 28, '<abbr title="Points">پوائنٽسPts</abbr>') -- Points col
if full_table then
سِٽَ 286:
local status_code, status_called = {},{}
 
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 جيto لاءِthe قواليفائيphase ڪيائونindicated',
R='Relegated', T='Qualified, but not yet to the particular phase indicated' }