Code for Showing the Winners List Box On Your Website
you can have the winners list box for:
- this exact tournament
- the latest single or double tournament from this club
- the latest single or double tournament from this club that has a specific string in the tournament name
Winners for May 12th 2022
Thursday Night Round Robin
★ | Chip Yang | ||
★ | ★ | SAHER JIRJEES | |
★ | amir hamdy amr hamdy | ||
★ | ★ | Pejman Adhami | |
★ | Dennis Santi | ||
★ | ★ | Michael Strauss | |
★ | ★ | Stephen Strauss | |
★ | ★ | Tim Aulger | |
★ | ★ | ★ | Richard E Sherry |
★ | ★ | ★ | Noah Tait |
★ | Won all games! | ||
★ | Won all matches! | ||
★ | Upset victory! | ||
Powered by: multiroundrobin.com |
<!-- Tournament winners list - One specific tournament - begin -->
<!-- See //www.multiroundrobin.com/winners_list_box_instruction.php for instructions for customizing your box -->
<link rel="stylesheet" type="text/css" href="//www.multiroundrobin.com/css/mrr_winners_list.css" />
<script>
if (typeof mrr_cnt === 'undefined') var mrr_cnt=0; else mrr_cnt++;
document.write("<div id='mrr_whole_box_"+mrr_cnt+"' class='mrr_whole_box'></div>");
document.write("<script src='//www.multiroundrobin.com/winners_list_js/t/78/winners.js?cnt="+mrr_cnt+"' type='text/javascript' async><\/scr" + "ipt>");
</script>
<!-- Tournament winners list - end -->
Winners for May 18th 2025
Sunday Round Robin
★ | ★ | eon seo chang | |
★ | David Davong | ||
★ | Babak Ravaji | ||
★ | Daniel Naamo | ||
★ | Pejman Adhami | ||
Gil Peretz | |||
Mark Nguyen | |||
Paul Eisenkramer | |||
★ | Won all games! | ||
★ | Won all matches! | ||
★ | Upset victory! | ||
Powered by: multiroundrobin.com |
<!-- Tournament winners list - Latest played tournament - begin -->
<!-- See //www.multiroundrobin.com/winners_list_box_instruction.php for instructions for customizing your box -->
<link rel="stylesheet" type="text/css" href="//www.multiroundrobin.com/css/mrr_winners_list.css" />
<script>
// Change the values inside the double quotes on the next 2 lines to customize your winners list
var mrr_type = "single"; // Valid values: single, double, any
var mrr_selector = "";
if (typeof mrr_cnt === 'undefined') var mrr_cnt=0; else mrr_cnt++;
document.write("<div id='mrr_whole_box_"+mrr_cnt+"' class='mrr_whole_box'></div>");
document.write("<script src='//www.multiroundrobin.com/winners_list_js/c/11/winners.js?cnt="+mrr_cnt+"&tty="+mrr_type+"&sel="+encodeURIComponent(mrr_selector)+"' type='text/javascript' async><\/scr" + "ipt>");
</script>
<!-- Tournament winners list - end -->
Winners for May 18th 2025
Sunday Round Robin
★ | ★ | eon seo chang | |
★ | David Davong | ||
★ | Babak Ravaji | ||
★ | Daniel Naamo | ||
★ | Pejman Adhami | ||
Gil Peretz | |||
Mark Nguyen | |||
Paul Eisenkramer | |||
★ | Won all games! | ||
★ | Won all matches! | ||
★ | Upset victory! | ||
Powered by: multiroundrobin.com |
<!-- Tournament winners list - Latest played tournament - begin -->
<!-- See //www.multiroundrobin.com/winners_list_box_instruction.php for instructions for customizing your box -->
<link rel="stylesheet" type="text/css" href="//www.multiroundrobin.com/css/mrr_winners_list.css" />
<script>
// Change the values inside the double quotes on the next 2 lines to customize your winners list
var mrr_type = "single"; // Valid values: single, double, any
var mrr_selector = "Thursday Night Round Robin";
if (typeof mrr_cnt === 'undefined') var mrr_cnt=0; else mrr_cnt++;
document.write("<div id='mrr_whole_box_"+mrr_cnt+"' class='mrr_whole_box'></div>");
document.write("<script src='//www.multiroundrobin.com/winners_list_js/c/11/winners.js?cnt="+mrr_cnt+"&tty="+mrr_type+"&sel="+encodeURIComponent(mrr_selector)+"' type='text/javascript' async><\/scr" + "ipt>");
</script>
<!-- Tournament winners list - end -->