new TeamsStats(props)
props.Columns options descriptions
option | description |
---|---|
pts | Points |
reb | Rebounds |
ast | Assists |
stl | Steals |
blk | Blocks |
to | Turnovers |
pf | Personal Fouls |
fgm | Field Goals Made |
fga | Field Goals Attempted |
fgp | Field Goals % |
ftm | Free Throws Made |
fta | Free Throws Attempted |
ftp | Free Throws % |
3pm | Three Points Made |
3pa | Three Points Attempted |
3pp | Three Points % |
props.conference keyword descriptions
conference keyword | conference name |
---|---|
aec | America East Conference |
aac | American Athletic Conference |
a10 | Atlantic 10 Conference |
acc | Atlantic Coast Conference |
asun | Atlantic Sun Conference |
big12 | Big 12 Conference |
bec | Big East Conference |
bsky | Big Sky Conference |
bsc | Big South Conference |
b1g | Big Ten Conference |
bwc | Big West Conference |
caa | Colonial Athletic Association |
cusa | Conference USA |
gwc | Great West Conference |
horizon | Horizon League |
indep | Independents |
ivy | Ivy League |
maac | Metro Atlantic Athletic Conference |
mac | Mid-American Conference Overall |
meac | Mid-Eastern Athletic Conference |
mvc | Missouri Valley Conference |
mw | Mountain West Conference |
nec | Northeast Conference |
ovc | Ohio Valley Conference |
pac12 | Pacific-12 Conference |
patriot | Patriot League |
sec | Southeastern Conference |
southern | Southern Conference |
southland | Southland Conference |
swac | Southwest Athletic Conference |
summit | Summit League |
sunbelt | Sun Belt Conference |
wcc | West Coast Conference |
wac | Western Athletic Conference |
Parameters
Name | Type | Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
props |
object |
Properties
|
Examples
HTML/Declarative
<div class="sr-widget" data-sr-widget="us.season.ncaab.teamsStats"></div>
<script type="application/javascript" src="https://widgets.media.sportradar.com/uscommon/widgetloader" data-sr-language="en_us" async></script>
JS/Programmatic
<script>
(function(a,b,c,d,e,f,g,h,i){a[e]||(i=a[e]=function(){(a[e].q=a[e].q||[]).push(arguments)},i.l=1*new Date,i.o=f,
g=b.createElement(c),h=b.getElementsByTagName(c)[0],g.async=1,g.src=d,g.setAttribute("n",e),h.parentNode.insertBefore(g,h)
)})(window,document,"script","https://widgets.media.sportradar.com/uscommon/widgetloader","USW", {
language: 'en_us'
});
USW('addWidget', '#sr-widget', 'us.season.ncaab.teamsStats', {});
</script>
<div id="sr-widget"></div>
JS/Example of using Event Handler
<script>
(function(a,b,c,d,e,f,g,h,i){a[e]||(i=a[e]=function(){(a[e].q=a[e].q||[]).push(arguments)},i.l=1*new Date,i.o=f,
g=b.createElement(c),h=b.getElementsByTagName(c)[0],g.async=1,g.src=d,g.setAttribute("n",e),h.parentNode.insertBefore(g,h)
)})(window,document,"script","https://widgets.media.sportradar.com/uscommon/widgetloader","USW", {
language: 'en_us'
});
USW('addWidget', '#sr-widget', 'us.season.ncaab.teamsStats', {onItemClick: function(type, obj){alert('uniqueTeamId: ' + obj.uniqueTeamId);}});
</script>
<div id="sr-widget"></div>