2006–07 Belarusian Extraliga season
The 2006–07 Belarusian Extraliga season was the 15th season of the Belarusian Extraliga, the top level of ice hockey in Belarus. 11 teams participated in the league, and HC Dinamo Minsk won the championship.
2006–07 Extraliga | |
---|---|
League | Extraliga |
Sport | Ice hockey |
Number of teams | 11 |
Regular season | |
Best record | HK Keramin Minsk |
Runners-up | HC Dinamo Minsk |
Playoffs | |
Finals | |
Champions | HC Dinamo Minsk |
Runners-up | HK Keramin Minsk |
Regular season
Club | G | W | OTW | T | OTL | L | GF:GA | Pts | |
---|---|---|---|---|---|---|---|---|---|
1. | 50 | 34 | 0 | 5 | 3 | 8 | 177:107 | 110 | |
2. | 50 | 32 | 3 | 6 | 0 | 9 | 176: | 92108 | |
3. | 50 | 31 | 2 | 4 | 3 | 10 | 175:115 | 104 | |
4. | 50 | 23 | 4 | 8 | 1 | 14 | 163:131 | 86 | |
5. | 50 | 23 | 1 | 4 | 3 | 19 | 153:143 | 78 | |
6. | 50 | 21 | 3 | 5 | 2 | 19 | 165:126 | 76 | |
7. | 50 | 18 | 2 | 6 | 2 | 22 | 125:128 | 66 | |
8. | 50 | 17 | 0 | 9 | 2 | 22 | 115:152 | 62 | |
9. | 50 | 16 | 3 | 6 | 0 | 25 | 136:164 | 60 | |
10. | 50 | 9 | 0 | 5 | 2 | 34 | 94:203 | 34 | |
11. | 50 | 3 | 0 | 2 | 0 | 45 | 80:198 | 11 |
Playoffs
Quarterfinals
- HK Keramin Minsk - Metallurg Zhlobin 3-1 on series
- Khimik-SKA Novopolotsk - HK Khimvolokno Mogliev 3-1 on series
- HC Dinamo Minsk - HK Neman Grodno 3-0 on series
- HK Yunost Minsk - HK Gomel 3-2 on series
Semifinals
- HK Keramin Minsk - Khimik-SKA Novopolotsk 3-0 on series
- HC Dinamo Minsk - HK Yunost Minsk 3-1 on series
Final
- HC Dinamo Minsk - HK Keramin Minsk 4-1 on series
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.
gollark: That would be wise.
External links
- Season on hockeyarchives.info
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.