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

محتوای حذف‌شده محتوای افزوده‌شده
بدون خلاصۀ ویرایش
بدون خلاصۀ ویرایش
خط ۹۳:
local Date = require('Module:Date')._Date
local pluralGoals = "s"
local text1 = ""
if g.totalGoals == 1 then
pluralGoals = ""
if dateUpdated == 'complete' then text1 = "was" else text1 = "has been" end
else
if dateUpdated == 'complete' then text1 = "were" else text1 = "have been" end
end
local text = string.format("There %s %s goal%s scoredقول", text1, mw.getLanguage('en'):formatNum(g.totalGoals), pluralGoals)
local pluralMatches = "es"
if matches==1 then pluralMatches = "" end
if matches then
خط ۱۱۱:
average = tostring (average)
 
local pluralAverage = "s"
if tonumber(string.format("%.2f",average))==1 then pluralAverage = "" end
text = text .. string.format(" in %d match%s,اویوندا forوورولوبدور، an average ofاورتاسی %."..precision.."gقول goal%sهر perاویوندا matchوورولوب", matches, pluralMatches, average, pluralAverage)
end
خط ۶۶۹:
goalNumber = u['goals']
local goalString = " goalقول"
--if og == "OG" then
if goalNumber < 0 then