.
PREMIUM FEATURES
Bookmark player Roster player Stats Card Export Player

Róbert Petrovický

  • Position
    C
  • Height
    5'11" / 181 cm
  • Weight
    179 lbs / 81 kg
  • Shoots
    L
  • Status
    Retired

Petrovický was a smart two-way center. He was an offensively productive centreman whose style of play was well suited to international hockey. Had plenty of creativity and fine hands. After the draft, Petrovicky moved across the Atlantic to try his hand at North American style hockey. His transition, however, fell far short of expectations. Over the decade that followed, he never played in one place for an entire season. His NHL stints were usually annual but brief in nature. In essence, he was unable to adapt his scoring touch to the NHL level. He was useful to teams in a pinch, but otherwise he was, for the most part, a minor-league call-up. After his return to Europe he played in many countries including Swtzerland, Russia, Finland, Sweden, Czech republic and Slovakia. Overall he was a great leader and often named captain. He was the last former Hartford Whalers player active in professional hockey.

He played in three Olympic games and five World Championships, winning gold medal in 2002.

Family relations:
Father-in-law: Vladimir Vujtek, Sr.
Brother: Ronald Petrovicky
Brother-in-law: Vladimir Vujtek, Jr.
Son: Rayen Petrovicky

Team Staff profile of Róbert Petrovický also available

I'm the type of player that if I get a chance with some skill guys, I can be pretty good offensively., Robert Petrovicky 2000
I can play with the tough guys and run around. I can make things happen out there, Robert Petrovicky 2000
IFRAME (simple)

Example use
- Blogs
- Articles
- Team websites

Implementation
Insert the code at the location where you wish the player statistics to show.

Regular season + playoffs
Preview

HTML Code

<iframe src="https://www.eliteprospects.com/iframe_player_stats.php?player=1916" width="100%" height="1090" scrolling="no" frameborder="0"></iframe>
Only Regular season

If Regular season + playoffs is too wide.

Preview

HTML Code

<iframe src="https://www.eliteprospects.com/iframe_player_stats_small.php?player=1916" width="100%" height="1090" scrolling="no" frameborder="0"></iframe>
RSS (advanced)

Example use
- Team websites

Implementation
Depending on the technical environment on your server, your programming language etc, you can read/include the statistics in many different ways. Below is an example on how you can include the statistics using PHP.

Note that the first box holds the code for an RSS feed with EP layout, while the second box is unformatted and possible to style after your own preferences using CSS.

EP layout
RSS-feed
https://www.eliteprospects.com/rss_player_stats.php?player=1916
<?php
$rss = new SimpleXMLElement('https://www.eliteprospects.com/rss_player_stats.php?player=1916', null, true);
foreach($rss->xpath('channel/item') as $item) {
    echo utf8_decode($item->description);
}
?>
No layout
RSS-feed
https://www.eliteprospects.com/rss_player_stats2.php?player=1916
<?php
$rss = new SimpleXMLElement('https://www.eliteprospects.com/rss_player_stats2.php?player=1916', null, true);
foreach($rss->xpath('channel/item') as $item) {
    echo utf8_decode($item->description);
}
?>

To customize the layout of "no layout" option, specify the following following CSS classes on your site:

CSS class to create      HTML tag affected
p_stats <p>
a_stats <a href>
table_stats <table>
tdh_stats <th> (heading)
tr_stats_odd <tr> (odd row)
tr_stats_even <tr> (even row)
td_stats_odd <td> (odd row)
td_stats_even <td> (even row)