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
LeagueExtraliga
SportIce hockey
Number of teams11
Regular season
Best recordHK Keramin Minsk
Runners-upHC Dinamo Minsk
Playoffs
Finals
ChampionsHC Dinamo Minsk
  Runners-upHK Keramin Minsk

Regular season

Club G W OTW T OTL L GF:GA Pts
1. HK Keramin Minsk50340538177:107110
2. HC Dinamo Minsk50323609176:092108
3. HK Yunost Minsk503124310175:115104
4. HK Khimvolokno Mogliev502348114163:13186
5. Khimik-SKA Novopolotsk502314319153:14378
6. HK Gomel502135219165:12676
7. HK Neman Grodno501826222125:12866
8. Metallurg Zhlobin501709222115:15262
9. HK Vitebsk501636025136:16460
10. HK Sokil Kiev50905234094:20334
11. HK Brest50302045080:19811

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.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.