Modul:Goalscorers: Forskelle mellem versioner

Content deleted Content added
mNo edit summary
mNo edit summary
Linje 99:
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("Der blev scoret %s %s mål", text1, mw.getLanguage('en'):formatNum(g.totalGoals), pluralGoals)
Linje 113:
local pluralAverage = "s"
if tonumber(string.format("%.2f",average))==1 then pluralAverage = "" end
text = text .. string.format(" i %d kamp%s, i gennemsnit %."..precision.."g mål%s pr. kamp", matches, pluralMatches, average, pluralAverage)
end