Modul:Goalscorers: Perbedaan antara revisi

Konten dihapus Konten ditambahkan
kTidak ada ringkasan suntingan
Tidak ada ringkasan suntingan
Baris 669:
goalNumber = u['goals']
local goalString = " goalgol"
--if og == "OG" then
if goalNumber < 0 then
goalString = "string.format own("%s ..bunuh diri", goalString )
end
if math.abs(u['goals']) ~= 1 then goalString = goalString .. "s" end
 
outputString = outputString .. "\n'''" .. math.abs(u['goals']) .. goalString .. "'''" -- list caption
outputString = outputString .. p.openList(frame,og) --start new list
Baris 752 ⟶ 751:
end
if g.args['bold'] and g.args['bold']~='no' then
text = text .. " PlayersPemain highlighted inbercetak '''boldtebal''' are stillmasih activebermain inpada theturnamen competitionini."
end
if g.args['further'] then
Baris 838 ⟶ 837:
statType = "gol bunuh diri"
end
local plural = "s"
if number == 1 or number == -1 then plural = "" end
if entry then -- do we have goals/assists for this number
 
output = output .. "\n'''" .. tostring(math.abs(number)) .. " " .. statType .. plural .. "'''\n"
.. p.openList(frame) .. "\n" .. entry .. p.closeList(frame)
totalGoals = p.countGoals(entry, number, totalGoals)