মডিউল:ক্রীড়া অবস্থান: সংশোধিত সংস্করণের মধ্যে পার্থক্য

বিষয়বস্তু বিয়োগ হয়েছে বিষয়বস্তু যোগ হয়েছে
ref & date আলাদা করা হল।
ক্রিকেটের জন্য নিয়মিত র‍্যাংকিং আপডেট না করলে র‍্যাংকিং এর পরিবর্তন রাখাটা অসম্ভব। -> নতুন প্যারামিটার যোগ
১৩০ নং লাইন:
if rank ~= 'নেই' then
outputString = outputString .. ' ' .. convert('bn', tostring(rank)) .. ' '
if templateArgs['rank_change'] ~= 'n' then
if move < 0 and math.abs( move ) == math.abs( rank ) then -- new teams in ranking: move = -ranking
outputString = outputString .. frame:expandTemplate{ title = 'নতুন প্রবেশ' }
elseif move == 0 then -- if no change in ranking
outputString = outputString .. frame:expandTemplate{ title = 'অপরিবর্তিত' }
elseif move < 0 then -- if ranking down
outputString = outputString .. frame:expandTemplate{ title = 'হ্রাস' } .. ' ' .. convert('bn', tostring(math.abs(move)))
elseif move > 0 then -- if ranking up
outputString = outputString .. frame:expandTemplate{ title = 'বৃদ্ধি' } .. ' ' .. convert('bn', tostring(move))
end end
else
outputString = outputString .. ''
end
else
outputString = outputString .. frame:expandTemplate{ title = 'Abbr', args = { "নেই", "তালিকাভুক্ত নয়"} }