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

ڊاٿل مواد شامل ڪيل مواد
سنوار جو تَتُ ڪونهي
ٽيگَ: موٽايل موبائل سنوار موبائل ويب سنوار وڌيل موبائل سنوار
214484 Kaleem Bhatti (بحث) پاران ورجاءُ اڻڪريو
ٽيگَ: ختم ڪيل موبائل سنوار موبائل ويب سنوار وڌيل موبائل سنوار
 
سِٽَ 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' }