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 Jun 1st 2025
Sunday Round Robin
★ | ★ | Salam Semaan | |
★ | ★ | Ashwath Hegde | |
★ | ★ | Ahmed A Ghazi | |
★ | ★ | Zhongmei Tong | |
★ | Raymond Santos | ||
★ | 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/414/winners.js?cnt="+mrr_cnt+"' type='text/javascript' async><\/scr" + "ipt>");
</script>
<!-- Tournament winners list - end -->
Winners for Jun 22nd 2025
Sunday Round Robin
★ | ★ | eon seo chang | |
★ | Salam Semaan | ||
★ | Pejman Adhami | ||
★ | Dario Antonic | ||
★ | Ilya Shuster | ||
★ | Shashank Darisi | ||
★ | ★ | Raquel Esteban | |
★ | 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 Jun 22nd 2025
Sunday Round Robin
★ | ★ | eon seo chang | |
★ | Salam Semaan | ||
★ | Pejman Adhami | ||
★ | Dario Antonic | ||
★ | Ilya Shuster | ||
★ | Shashank Darisi | ||
★ | ★ | Raquel Esteban | |
★ | 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 = "Sunday 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 -->