1932 Baltic Cup
The 1932 Baltic Cup was held in Riga, Latvia from 28 to 30 August 1932. It was the fifth time three Baltic countries — Estonia, Latvia and Lithuania — came together to play a friendly tournament and determine the best team amongst them. Latvia won the tournament, beating both opponents.
Tournament details | |
---|---|
Host country | Latvia |
Dates | 28–30 August |
Venue(s) | 2 (in 1 host city) |
Final positions | |
Champions | |
Runners-up | |
Third place | |
Tournament statistics | |
Matches played | 3 |
Goals scored | 9 (3 per match) |
Attendance | 12,000 (4,000 per match) |
Top scorer(s) | Alberts Šeibelis (2 goals) |
Results
Team | Pld | W | D | L | GF | GA | GD | Pts |
---|---|---|---|---|---|---|---|---|
2 | 2 | 0 | 0 | 5 | 1 | +4 | 4 | |
2 | 1 | 0 | 1 | 3 | 5 | –2 | 2 | |
2 | 0 | 0 | 2 | 1 | 3 | –2 | 0 |
28 August 1932 | Latvia | 4 – 1 | Riga | |
Ēriks Pētersons Alberts Šeibelis Hermanis Jēnihs Arnolds Tauriņš |
Report | Stadium: JKS stadions Attendance: 4,000 Referee: Sven Klang (Sweden) |
29 August 1932 | Estonia | 1 – 2 | Riga | |
Roman Mõtlik |
Report | Stadium: YMCA stadions Attendance: 3,000 Referee: Sven Klang (Sweden) |
30 August 1932 | Latvia | 1 – 0 | Riga | |
Alberts Šeibelis |
Report | Stadium: YMCA stadions Attendance: 5,000 Referee: Sven Klang (Sweden) |
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.
gollark: Minecraft arguably does have four spatial dimensions if you treat the nether/end/overworld as stacked.
External links
- Tournament overview at EU-Football.info
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.