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

محتوای حذف‌شده محتوای افزوده‌شده
بدون خلاصۀ ویرایش
بدون خلاصۀ ویرایش
خط ۱۱۳:
local pluralAverage = ""
if tonumber(string.format("%.2f",average))==1 then pluralAverage = "" end
text = text .. string.format(" %d اویوندا وورولوبدور، اورتاسی %."..precision.."g قول هر اویوندا وورولوب", matches, pluralMatches, average, pluralAverage)
--- text = text .. string.format("در %d مسابقه%s، به طور متوسط %."..precision.."g گل در هر بازی", matches, pluralMatches, average, pluralAverage)
--- text = text .. string.format(" in %d match%s, for an average of %."..precision.."g goal%s per match", matches, pluralMatches, average, pluralAverage)
end