1995–96 OB I bajnoksag season
The 1995–96 OB I bajnokság season was the 59th season of the OB I bajnokság, the top level of ice hockey in Hungary. Five teams participated in the league, and Dunaferr Dunaujvaros won the championship.
First round
Club | GP | W | T | L | Goals | Pts | |
---|---|---|---|---|---|---|---|
1. | Dunaferr Dunaújváros | 12 | 10 | 2 | 0 | 78:17 | 22 |
2. | Lehel HC Jászberény | 12 | 6 | 3 | 3 | 58:43 | 15 |
3. | Ferencvárosi TC | 12 | 6 | 2 | 4 | 58:45 | 14 |
4. | Alba Volán Székesfehérvár | 12 | 4 | 1 | 7 | 70:47 | 9 |
5. | Újpesti TE | 12 | 0 | 0 | 12 | 23:135 | 0 |
Second round
Club | GP | W | T | L | Goals | Pts | |
---|---|---|---|---|---|---|---|
1. | Dunaferr Dunaújváros | 21 | 18 | 3 | 0 | 123:37 | 39 |
2. | Ferencvárosi TC | 21 | 8 | 4 | 9 | 71:86 | 20 |
3. | Alba Volán Székesfehérvár | 21 | 7 | 2 | 12 | 71:97 | 16 |
4. | Lehel HC Jászberény | 21 | 3 | 3 | 15 | 69:114 | 9 |
Playoffs
3rd place
- Alba Volán Székesfehérvár - Lehel HC Jászberény 2:0 (4:3, 7:2)
Final
- Dunaferr Dunaújváros - Ferencvárosi TC 2:0 (4:1, 6:3)
gollark: Table length: `#table`.
gollark: Any specific thingies it's missing?
gollark: You can use luadash.
gollark: ```rust#[macro_use] extern crate serenity;extern crate dotenv;use serenity::client::{Client, EventHandler};use serenity::framework::standard::StandardFramework;use std::env;struct Handler;impl EventHandler for Handler {}pub fn main() { dotenv::dotenv().ok(); // Load bot token from environment, let mut client = Client::new(&env::var("DISCORD_TOKEN").expect("token unavailable"), Handler) .expect("Error creating client"); client.with_framework(StandardFramework::new() .configure(|c| c.prefix("~")) .cmd("ping", ping)); if let Err(why) = client.start() { eprintln!("An error occured: {:?}", why); }}command!(ping(_context, message) { let _ = message.reply("Pong!");});```Fun with discord bots, and yes this is literally the example code.
gollark: t r a i t o r
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.