Subscribers Only Have you subscribed yet?
Pos. | P | W | L | T | PTS | NR | RR |
---|---|---|---|---|---|---|---|
${index+1}. ${point_info.team_short_name} | ${point_info.played ?? NA} | ${point_info.won ?? NA} | ${point_info.lost ?? NA} | ${point_info.matchTied ?? NA} | ${point_info.points ?? NA} | ${point_info.noResult ?? NA} | ${point_info.netRunRate ?? NA} |
POS | TEAMS | P | W | L | T | PTS | NR | RR |
---|---|---|---|---|---|---|---|---|
${index + 1} | ${points.team_short_name} | ${points.played ?? NA} | ${points.won ?? NA} | ${points.lost ?? NA} | ${points.matchTied ?? NA} | ${points.points ?? NA} | ${points.noResult ?? NA} | ${points.netRunRate ?? NA} |
Pos. | TEAMS | GP | W | D | L | PTS |
---|---|---|---|---|---|---|
${point_info.position}. | ${point_info.team_name} | ${point_info.game_played ?? NA} | ${point_info.won ?? NA} | ${point_info.lost ?? NA} | ${point_info.drawn ?? NA} | ${point_info.points ?? NA} |
POS | TEAMS | GP | W | D | L | PTS |
---|---|---|---|---|---|---|
${points.position}. | ${points.team_name} | ${points.game_played ?? NA} | ${points.won ?? NA} | ${points.lost ?? NA} | ${points.drawn ?? NA} | ${points.points ?? NA} |
Pos. | Players | T | G |
---|---|---|---|
${ i + 1 }. | ${ player.first_name } ${ player.last_name } | ${ player.team_name } | ${ player.goals } |