Nikola Malbaša
Nikola Malbaša (Serbian Cyrillic: Никола Малбаша; born 12 September 1977) is a Serbian former international footballer.
Personal information | |||
---|---|---|---|
Full name | Nikola Malbaša | ||
Date of birth | 12 September 1977 | ||
Place of birth | Belgrade, SFR Yugoslavia | ||
Height | 1.79 m (5 ft 10 1⁄2 in) | ||
Playing position(s) | Left defender | ||
Youth career | |||
Zemun | |||
Senior career* | |||
Years | Team | Apps | (Gls) |
1997–1998 | Mladost Apatin | 21 | (0) |
1998–2002 | Hajduk Kula | 100 | (7) |
2003–2004 | Partizan | 42 | (1) |
2004 | Terek Grozny | 0 | (0) |
2005–2006 | AEK Athens | 29 | (0) |
2006 | TuS Koblenz | 0 | (0) |
2007 | Shandong Luneng | 21 | (0) |
National team | |||
2003 | Serbia and Montenegro | 5 | (0) |
* Senior club appearances and goals counted for the domestic league only |
Statistics
Club | Season | League | |
---|---|---|---|
Apps | Goals | ||
Hajduk Kula | 1999–00 | 25 | 0 |
2000–01 | 27 | 1 | |
2001–02 | 29 | 2 | |
2002–03 | 16 | 4 | |
Total | 97 | 7 | |
Partizan | 2002–03 | 15 | 1 |
2003–04 | 27 | 0 | |
Total | 42 | 1 |
Honours
- Partizan
gollark: I keep telling people, but we just get cuboids!
gollark: This is why we need giant *cubes*.
gollark: <@151391317740486657>
gollark: ```luafunction _G.potatOS.potatoNET() local chan = "potatonet" print "Welcome to PotatoNET!" write "Username |> " local username = read() local w, h = term.getSize() local send_window = window.create(term.current(), 1, h, w, 1) local message_window = window.create(term.current(), 1, 1, w, h - 1) local function exec_in_window(w, f) local x, y = term.getCursorPos() local last = term.redirect(w) f() term.redirect(last) w.redraw() term.setCursorPos(x, y) end local function add_message(m, u) exec_in_window(message_window, function() local msg, usr = preproc(m), preproc(u) if msg == "" or usr == "" then return end print(usr .. " | " .. msg) end) end local function send() term.redirect(send_window) term.setBackgroundColor(colors.white) term.setTextColor(colors.black) term.clear() local hist = {} while true do local msg = read(nil, hist) table.insert(hist, msg) add_message(msg, username) skynet.send(chan, { username = username, message = msg }) potatOS.comment(username, msg) end end local function recv() while true do local channel, message = skynet.receive(chan) if channel == chan and type(message) == "table" and message.message and message.username then add_message(message.message, message.username) end end end skynet.send(chan, { username = username, message = "Connected" }) parallel.waitForAll(send, recv)end```
gollark: Yes.
External links
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.