Modul:Goalscorers: Perbedaan antara revisi
Konten dihapus Konten ditambahkan
kTidak ada ringkasan suntingan |
Tidak ada ringkasan suntingan |
||
Baris 83:
return p.error_msg() or outputString
end
function p.addIntroductorySentence() --
local totalGoalString = "Sebanyak" .. g.totalGoals .. " telah dicetak."
local matches, dateUpdated = p.getNumberMatches()
Baris 93 ⟶ 92:
local Date = require('Module:Date')._Date
local text = string.format("Sebanyak
▲ local text = string.format("Sebanyak %s %s gol telah dicetak", text1, mw.getLanguage('id'):formatNum(g.totalGoals))
if matches then
local average = g.totalGoals/tonumber(matches) -- menghitung rata-rata gol
local precision = 3 --
if average < 1 then precision = 2 end --
▲ text = text .. string.format(" pada %d pertandingan, dengan rata-rata %."..precision.."g gol per pertandingan", matches, average)
end
Baris 130 ⟶ 118:
return text --totalGoalString
end
function p.addFooterSentence() --
local footerSentence = g.args['footer'] or ""
|