Modul:Goalscorers: Perbedaan antara revisi
Konten dihapus Konten ditambahkan
kTidak ada ringkasan suntingan |
Tidak ada ringkasan suntingan |
||
Baris 669:
goalNumber = u['goals']
local goalString = "
--if og == "OG" then
if goalNumber < 0 then
goalString =
end
outputString = outputString .. "\n'''"
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 .. "
end
if g.args['further'] then
Baris 838 ⟶ 837:
statType = "gol bunuh diri"
end
if entry then -- do we have goals/assists for this number
output = output .. "\n'''" .. tostring(math.abs(number)) .. " " .. statType
.. p.openList(frame) .. "\n" .. entry .. p.closeList(frame)
totalGoals = p.countGoals(entry, number, totalGoals)
|