ماژول:Goalscorers: نوسخه‌لر آراسینداکی فرق

محتوای حذف‌شده محتوای افزوده‌شده
بدون خلاصۀ ویرایش
بدون خلاصۀ ویرایش
خط ۱۰۲:
end
local text = string.format("جمعده %s %s قول ", text1, mw.getLanguage('azb'):formatNum(g.totalGoals), pluralGoals)
 
--- string.format("There %s %s goal%s scored", text1, mw.getLanguage('en'):formatNum(g.totalGoals), pluralGoals)
local pluralMatches = ""
if matches==1 then pluralMatches = "" end
سطر ۱۱۴ ⟵ ۱۱۳:
local pluralAverage = ""
if tonumber(string.format("%.2f",average))==1 then pluralAverage = "" end
--- text = text .. string.format(" %d اویوندا وورولوبدور،وورولوبدور%s، اورتاسی %."..precision.."g قول هر اویوندااویونا حساب اولور%s وورولوب", mw.getLanguage('azb'):formatNum(matches), pluralMatches, mw.getLanguage('azb'):formatNum(average), pluralAverage)
--- text = text .. string.format("در %d مسابقه%s، به طور متوسط %."..precision.."g گل در هر بازی", matches, pluralMatches, average, pluralAverage)
text = text .. string.format("%d اویوندا وورولوبدور%s، اورتاسی %."..precision.."g قول هر اویونا حساب اولور%s ", matches, pluralMatches, average, pluralAverage)
--- text = text .. string.format(" قول %d اویوندا وورولوبدور%s, for an average of %."..precision.."g goal%s per match", matches, pluralMatches, average, pluralAverage)
 
end