| Game | +W | +L | +ERA | +GS | +SV | +HD | +IP | +H | +R | +ER | +HR | +BB | +SO | +HBP | +BK | +WP | +
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ makeWxGyFromGame(gameStat.game) }} | +{{ gameStat.win }} | +{{ gameStat.loss }} | +{{ gameStat.era.toFixed(2) }} | +{{ gameStat.gs }} | +{{ gameStat.save }} | +{{ gameStat.hold }} | +{{ outsToInnings(gameStat) }} | +{{ gameStat.hits }} | +{{ gameStat.run }} | +{{ gameStat.e_run }} | +{{ gameStat.hr }} | +{{ gameStat.bb }} | +{{ gameStat.so }} | +{{ gameStat.hbp }} | +{{ gameStat.balk }} | +{{ gameStat.wp }} | +
| Season | +W | +L | +W-L% | +ERA | +G | +GS | +SV | +HD | +BSV | +IP | +H | +R | +ER | +HR | +BB | +SO | +HBP | +BK | +WP | +IR | +IRS | +WHIP | +H/9 | +HR/9 | +BB/9 | +SO/9 | +SO/BB | +
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| S{{ stat.seasonNumber }}{{ stat.isRegularSeason ? '' : ' / Playoffs' }} | +{{ stat.win }} | +{{ stat.loss }} | +{{ winPercentage(stat) }} | +{{ stat.era.toFixed(2) }} | +{{ stat.games }} | +{{ stat.gs }} | +{{ stat.save }} | +{{ stat.hold }} | +{{ stat.bsave }} | +{{ outsToInnings(stat) }} | +{{ stat.hits }} | +{{ stat.run }} | +{{ stat.e_run }} | +{{ stat.hr }} | +{{ stat.bb }} | +{{ stat.so }} | +{{ stat.hbp }} | +{{ stat.balk }} | +{{ stat.wp }} | +{{ stat.ir }} | +{{ stat.ir_sc }} | +{{ stat.whip.toFixed(2) }} | +{{ hitsPer9(stat) }} | +{{ hrsPer9(stat) }} | +{{ stat.bbPer9.toFixed(1) }} | +{{ stat.kPer9.toFixed(1) }} | +{{ stat.kPerBB.toFixed(1) }} | +
| Career | +{{ careerPitchingStat.win }} | +{{ careerPitchingStat.loss }} | +{{ winPercentage(careerPitchingStat) }} | +{{ careerPitchingStat.era.toFixed(2) }} | +{{ careerPitchingStat.games }} | +{{ careerPitchingStat.gs }} | +{{ careerPitchingStat.save }} | +{{ careerPitchingStat.hold }} | +{{ careerPitchingStat.bsave }} | +{{ outsToInnings(careerPitchingStat) }} | +{{ careerPitchingStat.hits }} | +{{ careerPitchingStat.run }} | +{{ careerPitchingStat.e_run }} | +{{ careerPitchingStat.hr }} | +{{ careerPitchingStat.bb }} | +{{ careerPitchingStat.so }} | +{{ careerPitchingStat.hbp }} | +{{ careerPitchingStat.balk }} | +{{ careerPitchingStat.wp }} | +{{ careerPitchingStat.ir }} | +{{ careerPitchingStat.ir_sc }} | +{{ careerPitchingStat.whip.toFixed(2) }} | +{{ hitsPer9(careerPitchingStat) }} | +{{ hrsPer9(careerPitchingStat) }} | +{{ careerPitchingStat.bbPer9.toFixed(1) }} | +{{ careerPitchingStat.kPer9.toFixed(1) }} | +{{ careerPitchingStat.kPerBB.toFixed(1) }} | +
| Summary | +W | +L | +SV | +ERA | +G | +GS | +IP | +SO | +WHIP | +
|---|---|---|---|---|---|---|---|---|---|
| Season {{ currentSeasonPitching.player.season }} | +{{ currentSeasonPitching.win }} | +{{ currentSeasonPitching.loss }} | +{{ currentSeasonPitching.save }} | +{{ currentSeasonPitching.era.toFixed(2) }} | +{{ currentSeasonPitching.games }} | +{{ currentSeasonPitching.gs }} | +{{ outsToInnings(currentSeasonPitching) }} | +{{ currentSeasonPitching.so }} | +{{ currentSeasonPitching.whip.toFixed(2) }} | +
| S{{ currentPostSeasonPitching.player.season }} / Playoffs | +{{ currentPostSeasonPitching.win }} | +{{ currentPostSeasonPitching.loss }} | +{{ currentPostSeasonPitching.save }} | +{{ currentPostSeasonPitching.era.toFixed(2) }} | +{{ currentPostSeasonPitching.games }} | +{{ currentPostSeasonPitching.gs }} | +{{ outsToInnings(currentPostSeasonPitching) }} | +{{ currentPostSeasonPitching.so }} | +{{ currentPostSeasonPitching.whip.toFixed(2) }} | +
| Career | +{{ careerPitchingStat.win }} | +{{ careerPitchingStat.loss }} | +{{ careerPitchingStat.save }} | +{{ careerPitchingStat.era.toFixed(2) }} | +{{ careerPitchingStat.games }} | +{{ careerPitchingStat.gs }} | +{{ outsToInnings(careerPitchingStat) }} | +{{ careerPitchingStat.so }} | +{{ careerPitchingStat.whip.toFixed(2) }} | +