| Name | P | AB | R | H | 2B | 3B | HR | RBI | SB | BB | SO | AVG | OBP | SLG | OPS | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ player.LastName + ", " + player.FirstName }} | {{ player.Position }} | {{ player.BattingStatistics.AtBats }} | {{ player.BattingStatistics.RunsScored }} | {{ player.BattingStatistics.Hits }} | {{ player.BattingStatistics.Doubles }} | {{ player.BattingStatistics.Triples }} | {{ player.BattingStatistics.HomeRuns }} | {{ player.BattingStatistics.RunsBattedIn }} | {{ player.BattingStatistics.StolenBases }} | {{ player.BattingStatistics.Walks }} | {{ player.BattingStatistics.Strikeouts }} | {{ player.BattingStatistics.BattingAverage | number: 3 }} | {{ player.BattingStatistics.OnBasePercentage | number: 3 }} | {{ player.BattingStatistics.SluggingPercentage | number: 3 }} | {{ player.BattingStatistics.OnBasePlusSlugging | number: 3 }} | |
| Statistics not available | ||||||||||||||||
| Name | GP | GS | IP | H | R | ER | BB | SO | W | L | SV | WHIP | ERA |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ player.LastName + ", " + player.FirstName }} | {{ player.PitchingStatistics.GamesPlayed }} | {{ player.PitchingStatistics.GamesStarted }} | {{ player.PitchingStatistics.InningsPitched | number: 1 }} | {{ player.PitchingStatistics.Hits }} | {{ player.PitchingStatistics.Runs }} | {{ player.PitchingStatistics.EarnedRuns }} | {{ player.PitchingStatistics.Walks }} | {{ player.PitchingStatistics.Strikeouts }} | {{ player.PitchingStatistics.Wins }} | {{ player.PitchingStatistics.Losses }} | {{ player.PitchingStatistics.Saves }} | {{ player.PitchingStatistics.Whip | number: 2 }} | {{ player.PitchingStatistics.EarnedRunAverage | number: 2 }} |
| Statistics not available | |||||||||||||
