%if prefix != 'plain': %endif
Player Name | %if pageName != 'Goalies' :Pos | %endifGP | P | ${mainStat} | Salary | Age | %if pageName != 'Goalies' :FOG | Pos | %endifIFHL Team | NHL Team | %endif %for player in players:||||
${player.GetSortName()} | %endif${player.GetLinkName(False,prefix,"")} | %if pageName != 'Goalies' :${player.position.upper()} | %endif${player.gp} | ${player.p} | %if pageName == 'Goalies' :${round(player.gaa,2)} | %else :${round(player.ppg,2)} | %endif %if prefix == 'plain':${player.salaryFancy} | %else :${player.salary} | %endif${player.age} | %if pageName != 'Goalies' :${round(player.fog, 2)} | %endif %if player.ifhlteam == 'unsigned':Unsigned | %else:${teamDict[player.ifhlteam].name} | %endif %if player.team in util.TeamAbbrevs:${player.team} | %else:${player.team} | %endif