Single-Season Records: Difference between revisions
From UFFL Wiki
(WIP) |
No edit summary |
||
Line 5: | Line 5: | ||
|order by= PassAtt DESC | |order by= PassAtt DESC | ||
|limit = 10 | |limit = 10 | ||
|data=team1=Team,playerName1=PlayerID,recordValue1=PassAtt | |data=season1=Season,team1=Team,playerName1=PlayerID,recordValue1=PassAtt | ||
}}{{#get_db_data: | }}{{#get_db_data: | ||
db=ufflData | db=ufflData | ||
Line 12: | Line 12: | ||
|order by= PassCmp DESC | |order by= PassCmp DESC | ||
|limit = 10 | |limit = 10 | ||
|data=team2=Team,playerName2=PlayerID,recordValue2=PassCmp | |data=season2=Season,team2=Team,playerName2=PlayerID,recordValue2=PassCmp | ||
}}{{#get_db_data: | }}{{#get_db_data: | ||
db=ufflData | db=ufflData | ||
|from=PlayerSeasonStats | |from=PlayerSeasonStats | ||
|where=PassPct <> '0' | |where=PassPct <> '0' AND PassAtt >= '20' | ||
|order by= PassPct DESC | |order by= PassPct DESC | ||
|limit = 10 | |limit = 10 | ||
|data=team3=Team,playerName3=PlayerID,recordValue3=PassPct | |data=season3=Season,team3=Team,playerName3=PlayerID,recordValue3=PassPct | ||
}}{| class="wikitable" style="border:0; font-size:12px; width: 100%" | }}{| class="wikitable" style="border:0; font-size:12px; width: 100%" | ||
|- | |- | ||
! colspan="4" style="border: 1px solid blue" |Pass Attempts | ! colspan="4" style="border: 1px solid blue" |Pass Attempts | ||
! colspan="4" style="border: 1px solid green" |Pass Completions | ! colspan="4" style="border: 1px solid green" |Pass Completions | ||
! colspan="4" style="border: 1px solid red" |Pass Completion % | ! colspan="4" style="border: 1px solid red" |Pass Completion % (min. 20 passes) | ||
|- | |- | ||
! | ! Season | ||
! Team | ! Team | ||
! Player | ! Player | ||
! Record | ! Record | ||
! | ! Season | ||
! Team | ! Team | ||
! Player | ! Player | ||
! Record | ! Record | ||
! | ! Season | ||
! Team | ! Team | ||
! Player | ! Player | ||
! Record | ! Record | ||
{{#display_external_table:template= | {{#display_external_table:template=Top10Records2}} | ||
|} | |} | ||
{{#clear_external_data:}}<!--- LINE TWO --->{{#get_db_data: | {{#clear_external_data:}}<!--- LINE TWO --->{{#get_db_data: | ||
Line 46: | Line 46: | ||
|order by= PassInt DESC | |order by= PassInt DESC | ||
|limit = 10 | |limit = 10 | ||
|data=team1=Team,playerName1=PlayerID,recordValue1=PassInt | |data=season1=Season,team1=Team,playerName1=PlayerID,recordValue1=PassInt | ||
}}{{#get_db_data: | }}{{#get_db_data: | ||
db=ufflData | db=ufflData | ||
Line 53: | Line 53: | ||
|order by= PassYds DESC | |order by= PassYds DESC | ||
|limit = 10 | |limit = 10 | ||
|data=team2=Team,playerName2=PlayerID,recordValue2=PassYds | |data=season2=Season,team2=Team,playerName2=PlayerID,recordValue2=PassYds | ||
}}{{#get_db_data: | }}{{#get_db_data: | ||
db=ufflData | db=ufflData | ||
Line 60: | Line 60: | ||
|order by= PassTD DESC | |order by= PassTD DESC | ||
|limit = 10 | |limit = 10 | ||
|data=team3=Team,playerName3=PlayerID,recordValue3=PassTD | |data=season3=Season,team3=Team,playerName3=PlayerID,recordValue3=PassTD | ||
}}{| class="wikitable" style="border:0; font-size:12px; width: 100%" | }}{| class="wikitable" style="border:0; font-size:12px; width: 100%" | ||
|- | |- | ||
Line 67: | Line 67: | ||
! colspan="4" style="border: 1px solid red" |Touchdown Passes | ! colspan="4" style="border: 1px solid red" |Touchdown Passes | ||
|- | |- | ||
! | ! Season | ||
! Team | ! Team | ||
! Player | ! Player | ||
! Record | ! Record | ||
! | ! Season | ||
! Team | ! Team | ||
! Player | ! Player | ||
! Record | ! Record | ||
! | ! Season | ||
! Team | ! Team | ||
! Player | ! Player | ||
! Record | ! Record | ||
{{#display_external_table:template= | {{#display_external_table:template=Top10Records2}} | ||
|} | |} | ||
{{#clear_external_data:}}<!--- LINE THREE --->{{#get_db_data: | {{#clear_external_data:}}<!--- LINE THREE --->{{#get_db_data: | ||
Line 87: | Line 87: | ||
|order by= PassRating DESC | |order by= PassRating DESC | ||
|limit = 10 | |limit = 10 | ||
|data=team1=Team,playerName1=PlayerID,recordValue1=PassRating | |data=season1=Season,team1=Team,playerName1=PlayerID,recordValue1=PassRating | ||
}}{{#get_db_data: | }}{{#get_db_data: | ||
db=ufflData | db=ufflData | ||
Line 94: | Line 94: | ||
|order by= PassLong DESC | |order by= PassLong DESC | ||
|limit = 10 | |limit = 10 | ||
|data=team2=Team,playerName2=PlayerID,recordValue2=PassLong | |data=season2=Season,team2=Team,playerName2=PlayerID,recordValue2=PassLong | ||
}}{{#get_db_data: | }}{{#get_db_data: | ||
db=ufflData | db=ufflData | ||
Line 101: | Line 101: | ||
|order by= Pass40 DESC | |order by= Pass40 DESC | ||
|limit = 10 | |limit = 10 | ||
|data=team3=Team,playerName3=PlayerID,recordValue3=Pass40 | |data=season3=Season,team3=Team,playerName3=PlayerID,recordValue3=Pass40 | ||
}}{| class="wikitable" style="border:0; font-size:12px; width: 100%" | }}{| class="wikitable" style="border:0; font-size:12px; width: 100%" | ||
|- | |- | ||
Line 108: | Line 108: | ||
! colspan="4" style="border: 1px solid red" |Most Passes > 40 Yds | ! colspan="4" style="border: 1px solid red" |Most Passes > 40 Yds | ||
|- | |- | ||
! | ! Season | ||
! Team | ! Team | ||
! Player | ! Player | ||
! Record | ! Record | ||
! | ! Season | ||
! Team | ! Team | ||
! Player | ! Player | ||
! Record | ! Record | ||
! | ! Season | ||
! Team | ! Team | ||
! Player | ! Player | ||
! Record | ! Record | ||
{{#display_external_table:template= | {{#display_external_table:template=Top10Records2}} | ||
|} | |} | ||
{{#clear_external_data:}}<!--- LINE FOUR: RUSHING --->{{#get_db_data: | {{#clear_external_data:}}<!--- LINE FOUR: RUSHING --->{{#get_db_data: | ||
Line 128: | Line 128: | ||
|order by= RushAtt DESC | |order by= RushAtt DESC | ||
|limit = 10 | |limit = 10 | ||
|data=team1=Team,playerName1=PlayerID,recordValue1=RushAtt | |data=season1=Season,team1=Team,playerName1=PlayerID,recordValue1=RushAtt | ||
}}{{#get_db_data: | }}{{#get_db_data: | ||
db=ufflData | db=ufflData | ||
Line 135: | Line 135: | ||
|order by= RushYds DESC | |order by= RushYds DESC | ||
|limit = 10 | |limit = 10 | ||
|data=team2=Team,playerName2=PlayerID,recordValue2=RushYds | |data=season2=Season,team2=Team,playerName2=PlayerID,recordValue2=RushYds | ||
}}{{#get_db_data: | }}{{#get_db_data: | ||
db=ufflData | db=ufflData | ||
Line 142: | Line 142: | ||
|order by= RushTD DESC | |order by= RushTD DESC | ||
|limit = 10 | |limit = 10 | ||
|data=team3=Team,playerName3=PlayerID,recordValue3=RushTD | |data=season3=Season,team3=Team,playerName3=PlayerID,recordValue3=RushTD | ||
}}{| class="wikitable" style="border:0; font-size:12px; width: 100%" | }}{| class="wikitable" style="border:0; font-size:12px; width: 100%" | ||
|- | |- | ||
Line 149: | Line 149: | ||
! colspan="4" style="border: 1px solid red" |Rushing Touchdowns | ! colspan="4" style="border: 1px solid red" |Rushing Touchdowns | ||
|- | |- | ||
! | ! Season | ||
! Team | ! Team | ||
! Player | ! Player | ||
! Record | ! Record | ||
! | ! Season | ||
! Team | ! Team | ||
! Player | ! Player | ||
! Record | ! Record | ||
! | ! Season | ||
! Team | ! Team | ||
! Player | ! Player | ||
! Record | ! Record | ||
{{#display_external_table:template= | {{#display_external_table:template=Top10Records2}} | ||
|} | |} | ||
{{#clear_external_data:}}<!--- LINE FIVE: RECEIVING --->{{#get_db_data: | {{#clear_external_data:}}<!--- LINE FIVE: RECEIVING --->{{#get_db_data: | ||
Line 169: | Line 169: | ||
|order by= RunLong DESC | |order by= RunLong DESC | ||
|limit = 10 | |limit = 10 | ||
|data=team1=Team,playerName1=PlayerID,recordValue1=RunLong | |data=season1=Season,team1=Team,playerName1=PlayerID,recordValue1=RunLong | ||
}}{{#get_db_data: | }}{{#get_db_data: | ||
db=ufflData | db=ufflData | ||
Line 176: | Line 176: | ||
|order by= Catches DESC | |order by= Catches DESC | ||
|limit = 10 | |limit = 10 | ||
|data=team2=Team,playerName2=PlayerID,recordValue2=Catches | |data=season2=Season,team2=Team,playerName2=PlayerID,recordValue2=Catches | ||
}}{{#get_db_data: | }}{{#get_db_data: | ||
db=ufflData | db=ufflData | ||
Line 183: | Line 183: | ||
|order by= RecYds DESC | |order by= RecYds DESC | ||
|limit = 10 | |limit = 10 | ||
|data=team3=Team,playerName3=PlayerID,recordValue3=RecYds | |data=season3=Season,team3=Team,playerName3=PlayerID,recordValue3=RecYds | ||
}}{| class="wikitable" style="border:0; font-size:12px; width: 100%" | }}{| class="wikitable" style="border:0; font-size:12px; width: 100%" | ||
|- | |- | ||
Line 190: | Line 190: | ||
! colspan="4" style="border: 1px solid red" |Receiving Yards | ! colspan="4" style="border: 1px solid red" |Receiving Yards | ||
|- | |- | ||
! | ! Season | ||
! Team | ! Team | ||
! Player | ! Player | ||
! Record | ! Record | ||
! | ! Season | ||
! Team | ! Team | ||
! Player | ! Player | ||
! Record | ! Record | ||
! | ! Season | ||
! Team | ! Team | ||
! Player | ! Player | ||
! Record | ! Record | ||
{{#display_external_table:template= | {{#display_external_table:template=Top10Records2}} | ||
|} | |} | ||
{{#clear_external_data:}}<!--- LINE SIX: FUMBLES --->{{#get_db_data: | {{#clear_external_data:}}<!--- LINE SIX: FUMBLES --->{{#get_db_data: | ||
Line 210: | Line 210: | ||
|order by= RecLong DESC | |order by= RecLong DESC | ||
|limit = 10 | |limit = 10 | ||
|data=team1=Team,playerName1=PlayerID,recordValue1=RecLong | |data=season1=Season,team1=Team,playerName1=PlayerID,recordValue1=RecLong | ||
}}{{#get_db_data: | }}{{#get_db_data: | ||
db=ufflData | db=ufflData | ||
Line 217: | Line 217: | ||
|order by= Fumbles DESC | |order by= Fumbles DESC | ||
|limit = 10 | |limit = 10 | ||
|data=team2=Team,playerName2=PlayerID,recordValue2=Fumbles | |data=season2=Season,team2=Team,playerName2=PlayerID,recordValue2=Fumbles | ||
}}{{#get_db_data: | }}{{#get_db_data: | ||
db=ufflData | db=ufflData | ||
Line 224: | Line 224: | ||
|order by= FumblesLost DESC | |order by= FumblesLost DESC | ||
|limit = 10 | |limit = 10 | ||
|data=team3=Team,playerName3=PlayerID,recordValue3=FumblesLost | |data=season3=Season,team3=Team,playerName3=PlayerID,recordValue3=FumblesLost | ||
}}{| class="wikitable" style="border:0; font-size:12px; width: 100%" | }}{| class="wikitable" style="border:0; font-size:12px; width: 100%" | ||
|- | |- | ||
Line 231: | Line 231: | ||
! colspan="4" style="border: 1px solid red" |Fumbles Lost | ! colspan="4" style="border: 1px solid red" |Fumbles Lost | ||
|- | |- | ||
! | ! Season | ||
! Team | ! Team | ||
! Player | ! Player | ||
! Record | ! Record | ||
! | ! Season | ||
! Team | ! Team | ||
! Player | ! Player | ||
! Record | ! Record | ||
! | ! Season | ||
! Team | ! Team | ||
! Player | ! Player | ||
! Record | ! Record | ||
{{#display_external_table:template= | {{#display_external_table:template=Top10Records2}} | ||
|} | |} | ||
{{#clear_external_data:}}<!--- LINE SEVEN: INTERCEPTIONS --->{{#get_db_data: | {{#clear_external_data:}}<!--- LINE SEVEN: INTERCEPTIONS --->{{#get_db_data: | ||
Line 251: | Line 251: | ||
|order by= Ints DESC | |order by= Ints DESC | ||
|limit = 10 | |limit = 10 | ||
|data=team1=Team,playerName1=PlayerID,recordValue1=Ints | |data=season1=Season,team1=Team,playerName1=PlayerID,recordValue1=Ints | ||
}}{{#get_db_data: | }}{{#get_db_data: | ||
db=ufflData | db=ufflData | ||
Line 258: | Line 258: | ||
|order by= IntReturnYds DESC | |order by= IntReturnYds DESC | ||
|limit = 10 | |limit = 10 | ||
|data=team2=Team,playerName2=PlayerID,recordValue2=IntReturnYds | |data=season2=Season,team2=Team,playerName2=PlayerID,recordValue2=IntReturnYds | ||
}}{{#get_db_data: | }}{{#get_db_data: | ||
db=ufflData | db=ufflData | ||
Line 265: | Line 265: | ||
|order by= DefensiveTD DESC | |order by= DefensiveTD DESC | ||
|limit = 10 | |limit = 10 | ||
|data=team3=Team,playerName3=PlayerID,recordValue3=DefensiveTD | |data=season3=Season,team3=Team,playerName3=PlayerID,recordValue3=DefensiveTD | ||
}}{| class="wikitable" style="border:0; font-size:12px; width: 100%" | }}{| class="wikitable" style="border:0; font-size:12px; width: 100%" | ||
|- | |- | ||
Line 272: | Line 272: | ||
! colspan="4" style="border: 1px solid red" |Defensive Touchdowns | ! colspan="4" style="border: 1px solid red" |Defensive Touchdowns | ||
|- | |- | ||
! | ! Season | ||
! Team | ! Team | ||
! Player | ! Player | ||
! Record | ! Record | ||
! | ! Season | ||
! Team | ! Team | ||
! Player | ! Player | ||
! Record | ! Record | ||
! | ! Season | ||
! Team | ! Team | ||
! Player | ! Player | ||
! Record | ! Record | ||
{{#display_external_table:template= | {{#display_external_table:template=Top10Records2}} | ||
|} | |} | ||
{{#clear_external_data:}}<!--- LINE EIGHT: TACKLES --->{{#get_db_data: | {{#clear_external_data:}}<!--- LINE EIGHT: TACKLES --->{{#get_db_data: | ||
Line 292: | Line 292: | ||
|order by= Tackles DESC | |order by= Tackles DESC | ||
|limit = 10 | |limit = 10 | ||
|data=team1=Team,playerName1=PlayerID,recordValue1=Tackles | |data=season1=Season,team1=Team,playerName1=PlayerID,recordValue1=Tackles | ||
}}{{#get_db_data: | }}{{#get_db_data: | ||
db=ufflData | db=ufflData | ||
Line 299: | Line 299: | ||
|order by= TFL DESC | |order by= TFL DESC | ||
|limit = 10 | |limit = 10 | ||
|data=team2=Team,playerName2=PlayerID,recordValue2=TFL | |data=season2=Season,team2=Team,playerName2=PlayerID,recordValue2=TFL | ||
}}{{#get_db_data: | }}{{#get_db_data: | ||
db=ufflData | db=ufflData | ||
Line 306: | Line 306: | ||
|order by= Sacks DESC | |order by= Sacks DESC | ||
|limit = 10 | |limit = 10 | ||
|data=team3=Team,playerName3=PlayerID,recordValue3=Sacks | |data=season3=Season,team3=Team,playerName3=PlayerID,recordValue3=Sacks | ||
}}{| class="wikitable" style="border:0; font-size:12px; width: 100%" | }}{| class="wikitable" style="border:0; font-size:12px; width: 100%" | ||
|- | |- | ||
Line 313: | Line 313: | ||
! colspan="4" style="border: 1px solid red" |Sacks | ! colspan="4" style="border: 1px solid red" |Sacks | ||
|- | |- | ||
! | ! Season | ||
! Team | ! Team | ||
! Player | ! Player | ||
! Record | ! Record | ||
! | ! Season | ||
! Team | ! Team | ||
! Player | ! Player | ||
! Record | ! Record | ||
! | ! Season | ||
! Team | ! Team | ||
! Player | ! Player | ||
! Record | ! Record | ||
{{#display_external_table:template= | {{#display_external_table:template=Top10Records2}} | ||
|} | |} | ||
{{#clear_external_data:}}<!--- LINE NINE: DEF FUMBLES --->{{#get_db_data: | {{#clear_external_data:}}<!--- LINE NINE: DEF FUMBLES --->{{#get_db_data: | ||
Line 333: | Line 333: | ||
|order by= ForcedFumbles DESC | |order by= ForcedFumbles DESC | ||
|limit = 10 | |limit = 10 | ||
|data=team1=Team,playerName1=PlayerID,recordValue1=ForcedFumbles | |data=season1=Season,team1=Team,playerName1=PlayerID,recordValue1=ForcedFumbles | ||
}}{{#get_db_data: | }}{{#get_db_data: | ||
db=ufflData | db=ufflData | ||
Line 340: | Line 340: | ||
|order by= FumblesRecovered DESC | |order by= FumblesRecovered DESC | ||
|limit = 10 | |limit = 10 | ||
|data=team2=Team,playerName2=PlayerID,recordValue2=FumblesRecovered | |data=season2=Season,team2=Team,playerName2=PlayerID,recordValue2=FumblesRecovered | ||
}}{{#get_db_data: | }}{{#get_db_data: | ||
db=ufflData | db=ufflData | ||
Line 347: | Line 347: | ||
|order by= FumReturnYds DESC | |order by= FumReturnYds DESC | ||
|limit = 10 | |limit = 10 | ||
|data=team3=Team,playerName3=PlayerID,recordValue3=FumReturnYds | |data=season3=Season,team3=Team,playerName3=PlayerID,recordValue3=FumReturnYds | ||
}}{| class="wikitable" style="border:0; font-size:12px; width: 100%" | }}{| class="wikitable" style="border:0; font-size:12px; width: 100%" | ||
|- | |- | ||
Line 354: | Line 354: | ||
! colspan="4" style="border: 1px solid red" |Fumble Return Yards | ! colspan="4" style="border: 1px solid red" |Fumble Return Yards | ||
|- | |- | ||
! | ! Season | ||
! Team | ! Team | ||
! Player | ! Player | ||
! Record | ! Record | ||
! | ! Season | ||
! Team | ! Team | ||
! Player | ! Player | ||
! Record | ! Record | ||
! | ! Season | ||
! Team | ! Team | ||
! Player | ! Player | ||
! Record | ! Record | ||
{{#display_external_table:template= | {{#display_external_table:template=Top10Records2}} | ||
|} | |} | ||
{{#clear_external_data:}}<!--- LINE TEN: PUNT RETURNS --->{{#get_db_data: | {{#clear_external_data:}}<!--- LINE TEN: PUNT RETURNS --->{{#get_db_data: | ||
Line 374: | Line 374: | ||
|order by= PuntReturnYds DESC | |order by= PuntReturnYds DESC | ||
|limit = 10 | |limit = 10 | ||
|data=team1=Team,playerName1=PlayerID,recordValue1=PuntReturnYds | |data=season1=Season,team1=Team,playerName1=PlayerID,recordValue1=PuntReturnYds | ||
}}{{#get_db_data: | }}{{#get_db_data: | ||
db=ufflData | db=ufflData | ||
Line 381: | Line 381: | ||
|order by= PuntReturnTD DESC | |order by= PuntReturnTD DESC | ||
|limit = 10 | |limit = 10 | ||
|data=team2=Team,playerName2=PlayerID,recordValue2=PuntReturnTD | |data=season2=Season,team2=Team,playerName2=PlayerID,recordValue2=PuntReturnTD | ||
}}{{#get_db_data: | }}{{#get_db_data: | ||
db=ufflData | db=ufflData | ||
Line 388: | Line 388: | ||
|order by= PRLong DESC | |order by= PRLong DESC | ||
|limit = 10 | |limit = 10 | ||
|data=team3=Team,playerName3=PlayerID,recordValue3=PRLong | |data=season3=Season,team3=Team,playerName3=PlayerID,recordValue3=PRLong | ||
}}{| class="wikitable" style="border:0; font-size:12px; width: 100%" | }}{| class="wikitable" style="border:0; font-size:12px; width: 100%" | ||
|- | |- | ||
Line 395: | Line 395: | ||
! colspan="4" style="border: 1px solid red" |Longest Punt Return | ! colspan="4" style="border: 1px solid red" |Longest Punt Return | ||
|- | |- | ||
! | ! Season | ||
! Team | ! Team | ||
! Player | ! Player | ||
! Record | ! Record | ||
! | ! Season | ||
! Team | ! Team | ||
! Player | ! Player | ||
! Record | ! Record | ||
! | ! Season | ||
! Team | ! Team | ||
! Player | ! Player | ||
! Record | ! Record | ||
{{#display_external_table:template= | {{#display_external_table:template=Top10Records2}} | ||
|} | |} | ||
{{#clear_external_data:}}<!--- LINE 11: KICK RETURNS --->{{#get_db_data: | {{#clear_external_data:}}<!--- LINE 11: KICK RETURNS --->{{#get_db_data: | ||
Line 415: | Line 415: | ||
|order by= KickoffReturnYds DESC | |order by= KickoffReturnYds DESC | ||
|limit = 10 | |limit = 10 | ||
|data=team1=Team,playerName1=PlayerID,recordValue1=KickoffReturnYds | |data=season1=Season,team1=Team,playerName1=PlayerID,recordValue1=KickoffReturnYds | ||
}}{{#get_db_data: | }}{{#get_db_data: | ||
db=ufflData | db=ufflData | ||
Line 422: | Line 422: | ||
|order by= KickoffReturnTD DESC | |order by= KickoffReturnTD DESC | ||
|limit = 10 | |limit = 10 | ||
|data=team2=Team,playerName2=PlayerID,recordValue2=KickoffReturnTD | |data=season2=Season,team2=Team,playerName2=PlayerID,recordValue2=KickoffReturnTD | ||
}}{{#get_db_data: | }}{{#get_db_data: | ||
db=ufflData | db=ufflData | ||
Line 429: | Line 429: | ||
|order by= KRLong DESC | |order by= KRLong DESC | ||
|limit = 10 | |limit = 10 | ||
|data=team3=Team,playerName3=PlayerID,recordValue3=KRLong | |data=season3=Season,team3=Team,playerName3=PlayerID,recordValue3=KRLong | ||
}}{| class="wikitable" style="border:0; font-size:12px; width: 100%" | }}{| class="wikitable" style="border:0; font-size:12px; width: 100%" | ||
|- | |- | ||
Line 436: | Line 436: | ||
! colspan="4" style="border: 1px solid red" |Longest Kickoff Return | ! colspan="4" style="border: 1px solid red" |Longest Kickoff Return | ||
|- | |- | ||
! | ! Season | ||
! Team | ! Team | ||
! Player | ! Player | ||
! Record | ! Record | ||
! | ! Season | ||
! Team | ! Team | ||
! Player | ! Player | ||
! Record | ! Record | ||
! | ! Season | ||
! Team | ! Team | ||
! Player | ! Player | ||
! Record | ! Record | ||
{{#display_external_table:template= | {{#display_external_table:template=Top10Records2}} | ||
|} | |} | ||
{{#clear_external_data:}}<!--- LINE 12: FIELD GOALS --->{{#get_db_data: | {{#clear_external_data:}}<!--- LINE 12: FIELD GOALS --->{{#get_db_data: | ||
Line 456: | Line 456: | ||
|order by= FGA DESC | |order by= FGA DESC | ||
|limit = 10 | |limit = 10 | ||
|data=team1=Team,playerName1=PlayerID,recordValue1=FGA | |data=season1=Season,team1=Team,playerName1=PlayerID,recordValue1=FGA | ||
}}{{#get_db_data: | }}{{#get_db_data: | ||
db=ufflData | db=ufflData | ||
Line 463: | Line 463: | ||
|order by= FGM DESC | |order by= FGM DESC | ||
|limit = 10 | |limit = 10 | ||
|data=team2=Team,playerName2=PlayerID,recordValue2=FGM | |data=season2=Season,team2=Team,playerName2=PlayerID,recordValue2=FGM | ||
}}{{#get_db_data: | }}{{#get_db_data: | ||
db=ufflData | db=ufflData | ||
Line 470: | Line 470: | ||
|order by= FGLong DESC | |order by= FGLong DESC | ||
|limit = 10 | |limit = 10 | ||
|data=team3=Team,playerName3=PlayerID,recordValue3=FGLong | |data=season3=Season,team3=Team,playerName3=PlayerID,recordValue3=FGLong | ||
}}{| class="wikitable" style="border:0; font-size:12px; width: 100%" | }}{| class="wikitable" style="border:0; font-size:12px; width: 100%" | ||
|- | |- | ||
Line 477: | Line 477: | ||
! colspan="4" style="border: 1px solid red" |Longest Field Goal | ! colspan="4" style="border: 1px solid red" |Longest Field Goal | ||
|- | |- | ||
! | ! Season | ||
! Team | ! Team | ||
! Player | ! Player | ||
! Record | ! Record | ||
! | ! Season | ||
! Team | ! Team | ||
! Player | ! Player | ||
! Record | ! Record | ||
! | ! Season | ||
! Team | ! Team | ||
! Player | ! Player | ||
! Record | ! Record | ||
{{#display_external_table:template= | {{#display_external_table:template=Top10Records2}} | ||
|} | |} | ||
{{#clear_external_data:}}<!--- LINE 13: XTRA POINTS --->{{#get_db_data: | {{#clear_external_data:}}<!--- LINE 13: XTRA POINTS --->{{#get_db_data: | ||
Line 497: | Line 497: | ||
|order by= FGPct DESC | |order by= FGPct DESC | ||
|limit = 10 | |limit = 10 | ||
|data=team1=Team,playerName1=PlayerID,recordValue1=FGPct | |data=season1=Season,team1=Team,playerName1=PlayerID,recordValue1=FGPct | ||
}}{{#get_db_data: | }}{{#get_db_data: | ||
db=ufflData | db=ufflData | ||
Line 504: | Line 504: | ||
|order by= XPA DESC | |order by= XPA DESC | ||
|limit = 10 | |limit = 10 | ||
|data=team2=Team,playerName2=PlayerID,recordValue2=XPA | |data=season2=Season,team2=Team,playerName2=PlayerID,recordValue2=XPA | ||
}}{{#get_db_data: | }}{{#get_db_data: | ||
db=ufflData | db=ufflData | ||
Line 511: | Line 511: | ||
|order by= XPM DESC | |order by= XPM DESC | ||
|limit = 10 | |limit = 10 | ||
|data=team3=Team,playerName3=PlayerID,recordValue3=XPM | |data=season3=Season,team3=Team,playerName3=PlayerID,recordValue3=XPM | ||
}}{| class="wikitable" style="border:0; font-size:12px; width: 100%" | }}{| class="wikitable" style="border:0; font-size:12px; width: 100%" | ||
|- | |- | ||
Line 518: | Line 518: | ||
! colspan="4" style="border: 1px solid red" |PATs Made | ! colspan="4" style="border: 1px solid red" |PATs Made | ||
|- | |- | ||
! | ! Season | ||
! Team | ! Team | ||
! Player | ! Player | ||
! Record | ! Record | ||
! | ! Season | ||
! Team | ! Team | ||
! Player | ! Player | ||
! Record | ! Record | ||
! | ! Season | ||
! Team | ! Team | ||
! Player | ! Player | ||
! Record | ! Record | ||
{{#display_external_table:template= | {{#display_external_table:template=Top10Records2}} | ||
|} | |} | ||
{{#clear_external_data:}}<!--- LINE 14: PUNTS --->{{#get_db_data: | {{#clear_external_data:}}<!--- LINE 14: PUNTS --->{{#get_db_data: | ||
Line 538: | Line 538: | ||
|order by= PuntAvg DESC | |order by= PuntAvg DESC | ||
|limit = 10 | |limit = 10 | ||
|data=team1=Team,playerName1=PlayerID,recordValue1=PuntAvg | |data=season1=Season,team1=Team,playerName1=PlayerID,recordValue1=PuntAvg | ||
}}{{#get_db_data: | }}{{#get_db_data: | ||
db=ufflData | db=ufflData | ||
Line 545: | Line 545: | ||
|order by= PuntYds DESC | |order by= PuntYds DESC | ||
|limit = 10 | |limit = 10 | ||
|data=team2=Team,playerName2=PlayerID,recordValue2=PuntYds | |data=season2=Season,team2=Team,playerName2=PlayerID,recordValue2=PuntYds | ||
}}{{#get_db_data: | }}{{#get_db_data: | ||
db=ufflData | db=ufflData | ||
Line 552: | Line 552: | ||
|order by= PuntLong DESC | |order by= PuntLong DESC | ||
|limit = 10 | |limit = 10 | ||
|data=team3=Team,playerName3=PlayerID,recordValue3=PuntLong | |data=season3=Season,team3=Team,playerName3=PlayerID,recordValue3=PuntLong | ||
}}{| class="wikitable" style="border:0; font-size:12px; width: 100%" | }}{| class="wikitable" style="border:0; font-size:12px; width: 100%" | ||
|- | |- | ||
Line 559: | Line 559: | ||
! colspan="4" style="border: 1px solid red" |Longest Punt (in Yds) | ! colspan="4" style="border: 1px solid red" |Longest Punt (in Yds) | ||
|- | |- | ||
! | ! Season | ||
! Team | ! Team | ||
! Player | ! Player | ||
! Record | ! Record | ||
! | ! Season | ||
! Team | ! Team | ||
! Player | ! Player | ||
! Record | ! Record | ||
! | ! Season | ||
! Team | ! Team | ||
! Player | ! Player | ||
! Record | ! Record | ||
{{#display_external_table:template= | {{#display_external_table:template=Top10Records2}} | ||
|} | |} | ||
{{#clear_external_data:}}<!--- LINE 15: OTHER --->{{#get_db_data: | {{#clear_external_data:}}<!--- LINE 15: OTHER --->{{#get_db_data: | ||
Line 579: | Line 579: | ||
|order by= Pancakes DESC | |order by= Pancakes DESC | ||
|limit = 10 | |limit = 10 | ||
|data=team1=Team,playerName1=PlayerID,recordValue1=Pancakes | |data=season1=Season,team1=Team,playerName1=PlayerID,recordValue1=Pancakes | ||
}}{{#get_db_data: | }}{{#get_db_data: | ||
db=ufflData | db=ufflData | ||
Line 586: | Line 586: | ||
|order by= SacksAllowed DESC | |order by= SacksAllowed DESC | ||
|limit = 10 | |limit = 10 | ||
|data=team2=Team,playerName2=PlayerID,recordValue2=SacksAllowed | |data=season2=Season,team2=Team,playerName2=PlayerID,recordValue2=SacksAllowed | ||
}}{{#get_db_data: | }}{{#get_db_data: | ||
db=ufflData | db=ufflData | ||
Line 593: | Line 593: | ||
|order by= Points DESC | |order by= Points DESC | ||
|limit = 10 | |limit = 10 | ||
|data=team3=Team,playerName3=PlayerID,recordValue3=Points | |data=season3=Season,team3=Team,playerName3=PlayerID,recordValue3=Points | ||
}}{| class="wikitable" style="border:0; font-size:12px; width: 100%" | }}{| class="wikitable" style="border:0; font-size:12px; width: 100%" | ||
|- | |- | ||
Line 600: | Line 600: | ||
! colspan="4" style="border: 1px solid red" |Points Scored | ! colspan="4" style="border: 1px solid red" |Points Scored | ||
|- | |- | ||
! | ! Season | ||
! Team | ! Team | ||
! Player | ! Player | ||
! Record | ! Record | ||
! | ! Season | ||
! Team | ! Team | ||
! Player | ! Player | ||
! Record | ! Record | ||
! | ! Season | ||
! Team | ! Team | ||
! Player | ! Player | ||
! Record | ! Record | ||
{{#display_external_table:template= | {{#display_external_table:template=Top10Records2}} | ||
|} | |} | ||
{{#clear_external_data:}} | {{#clear_external_data:}} | ||
[[Category:UFFL Records]] | [[Category:UFFL Records]] |
Latest revision as of 23:30, 29 January 2021
Pass Attempts | Pass Completions | Pass Completion % (min. 20 passes) | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Season | Team | Player | Record | Season | Team | Player | Record | Season | Team | Player | Record |
2015 | NYC | John Cameron | 574 | 2015 | NYC | John Cameron | 337 | 2018 | GRD | Morton Ritter | 78 |
2019 | NSH | Kiedo Masquarde | 543 | 2019 | LVB | Sylvester Stapler | 324 | 2019 | DWN | Joe McJamison | 72 |
2015 | BAL | Aspen Redfield | 532 | 2015 | GRD | Terence Curran | 324 | 2018 | POR | Bobby Burnette | 70 |
2015 | GRD | Terence Curran | 527 | 2015 | BAL | Aspen Redfield | 322 | 2019 | MTL | Tyron Appleby | 69 |
2019 | CAL | Robert Goady | 525 | 2015 | CAL | Darnell Paige | 312 | 2021 | NSH | Kiedo Masquarde | 69 |
2015 | CAL | Darnell Paige | 512 | 2015 | FAR | Christina Carson | 311 | 2017 | CAL | Kiedo Masquarde | 68 |
2015 | TEX | Andrew Calder | 504 | 2016 | FAR | Christina Carson | 309 | 2019 | MIA | Terence Curran | 68 |
2019 | TEX | Andrew Calder | 498 | 2019 | NSH | Kiedo Masquarde | 308 | 2021 | COL | Christina Carson | 68 |
2015 | FAR | Christina Carson | 490 | 2021 | NSH | Kiedo Masquarde | 304 | 2019 | NOC | Kerry Calloway | 67 |
2016 | FAR | Christina Carson | 489 | 2019 | CAL | Robert Goady | 303 | 2019 | LVB | Sylvester Stapler | 66 |
Interceptions Thrown | Passing Yards | Touchdown Passes | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Season | Team | Player | Record | Season | Team | Player | Record | Season | Team | Player | Record |
2017 | GRD | Terence Curran | 20 | 2018 | TEX | Andrew Calder | 4347 | 2018 | TEX | Andrew Calder | 30 |
2016 | FAR | Christina Carson | 19 | 2017 | CHI | Darius Smith | 4173 | 2015 | NYC | John Cameron | 30 |
2016 | NYC | Joe Bowers | 18 | 2015 | NYC | John Cameron | 4152 | 2015 | CAL | Darnell Paige | 29 |
2015 | CHI | Darius Smith | 18 | 2019 | LVB | Sylvester Stapler | 3990 | 2017 | CHI | Darius Smith | 29 |
2015 | NYC | John Cameron | 16 | 2015 | BAL | Aspen Redfield | 3955 | 2021 | COL | Christina Carson | 28 |
2016 | MTL | Blake Riggins | 15 | 2017 | NYC | Adrie Dawkins | 3890 | 2016 | CHI | Darius Smith | 28 |
2015 | GRD | Terence Curran | 14 | 2019 | TEX | Andrew Calder | 3874 | 2017 | TEX | Andrew Calder | 28 |
2017 | BAL | Aspen Redfield | 14 | 2016 | BAL | Aspen Redfield | 3855 | 2019 | TEX | Andrew Calder | 28 |
2015 | LVB | Sylvester Stapler | 14 | 2018 | LVB | Sylvester Stapler | 3803 | 2021 | MTL | Tyron Appleby | 28 |
2016 | BAL | Aspen Redfield | 14 | 2021 | NSH | Kiedo Masquarde | 3760 | 2021 | NSH | Kiedo Masquarde | 27 |
QB Passer Rating (>= 100 plays) | Longest Pass (Yds) | Most Passes > 40 Yds | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Season | Team | Player | Record | Season | Team | Player | Record | Season | Team | Player | Record |
2021 | CAL | Elise Beaumont | 124 | 2021 | TEX | Andrew Calder | 97 | 2018 | TEX | Andrew Calder | 25 |
2021 | GRD | Bobby Burnette | 119 | 2021 | NSH | Kiedo Masquarde | 93 | 2016 | NYC | Joe Bowers | 21 |
2017 | NYC | Ripley Blackheart | 119 | 2021 | MIA | Raoul Fernandez | 92 | 2018 | BAL | Aspen Redfield | 20 |
2021 | DWN | Joe McJamison | 113 | 2018 | LVB | Sylvester Stapler | 89 | 2021 | CAL | Elise Beaumont | 19 |
2018 | LVB | Sylvester Stapler | 111 | 2021 | NFR | Ryan Buoniconti | 88 | 2016 | BAL | Aspen Redfield | 19 |
2018 | MTL | Tyron Appleby | 109 | 2016 | BAL | Aspen Redfield | 87 | 2019 | TEX | Andrew Calder | 19 |
2017 | TEX | Andrew Calder | 108 | 2018 | MTL | Tyron Appleby | 87 | 2015 | BAL | Aspen Redfield | 18 |
2021 | COL | Christina Carson | 107 | 2019 | NSH | Kiedo Masquarde | 87 | 2021 | NSH | Kiedo Masquarde | 18 |
2021 | TEX | Andrew Calder | 107 | 2021 | BAL | Jillian St. Claire | 87 | 2015 | LVB | Sylvester Stapler | 18 |
2018 | TEX | Andrew Calder | 107 | 2015 | BAL | Aspen Redfield | 85 | 2021 | CHI | Darius Smith | 17 |
Rushing Attempts | Rushing Yards | Rushing Touchdowns | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Season | Team | Player | Record | Season | Team | Player | Record | Season | Team | Player | Record |
2016 | NYC | Isaac Sierra | 401 | 2019 | NOC | Kevin Ellison | 1582 | 2018 | LVB | Isaac Sierra | 13 |
2018 | BAL | Seddrick Galloway | 395 | 2019 | FAR | Efren Frank | 1563 | 2018 | FAR | Efren Frank | 13 |
2018 | GRD | Oliver Smithson | 393 | 2016 | NYC | Isaac Sierra | 1530 | 2015 | LVB | Terry Paige | 12 |
2017 | DWN | Max Gold | 392 | 2021 | TEX | Carrice Kenton | 1529 | 2019 | CHI | Jean-Étienne Tremblay | 12 |
2017 | MTL | Vito Ligustica | 390 | 2019 | GRD | Oliver Smithson | 1496 | 2021 | LVB | Isaac Sierra | 12 |
2017 | FAR | Bernard Randolph | 389 | 2015 | ABI | Aaron Whitman | 1489 | 2019 | NOC | Kevin Ellison | 12 |
2017 | GRD | Dusty Copperfield | 386 | 2018 | GRD | Oliver Smithson | 1479 | 2021 | TEX | Carrice Kenton | 11 |
2018 | NSH | Dallas Larkin | 379 | 2016 | CHI | Jean-Étienne Tremblay | 1475 | 2017 | NYC | Tyler Wirl | 11 |
2018 | NSH | Dallas Larkin | 379 | 2021 | LVB | Isaac Sierra | 1446 | 2017 | NFR | Carrice Kenton | 11 |
2017 | BAL | Seddrick Galloway | 373 | 2018 | BAL | Seddrick Galloway | 1445 | 2021 | CAL | Aaron Whitman | 11 |
Longest Run | Catches | Receiving Yards | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Season | Team | Player | Record | Season | Team | Player | Record | Season | Team | Player | Record |
2019 | FAR | Adam Nelson | 95 | 2015 | NYC | Desmond Widmore | 95 | 2016 | TEX | Kova Lewdko | 1675 |
2019 | GRD | Oliver Smithson | 94 | 2016 | TEX | Kova Lewdko | 87 | 2015 | NYC | Desmond Widmore | 1653 |
2015 | LVB | Terry Paige | 92 | 2016 | FAR | Andre Cortes | 87 | 2019 | LVB | Roy Viridi-Aqua | 1563 |
2019 | EAS | Lloyd Miller | 88 | 2017 | CAL | Mylène Jean | 83 | 2018 | TEX | Jacqueline Knight | 1511 |
2015 | TEX | Isaac Sierra | 86 | 2019 | LVB | Roy Viridi-Aqua | 82 | 2019 | MTL | Keonte Hughes | 1498 |
2015 | CAL | Darren Stephens | 85 | 2019 | BAL | Sorin Furchet | 81 | 2016 | NYC | Justice Matari | 1496 |
2019 | CAL | Zack Elliot | 85 | 2015 | BAL | Sorin Furchet | 81 | 2017 | EAS | Delph Adler | 1432 |
2019 | EAS | Bruce Staples | 83 | 2016 | MTL | Stan Patton | 81 | 2019 | BAL | Sorin Furchet | 1424 |
2018 | LVB | Alex Smith | 83 | 2015 | NYC | Justice Matari | 80 | 2015 | CAL | Mylène Jean | 1398 |
2019 | CAL | Micheal Barnaby | 81 | 2016 | EAS | Delph Adler | 80 | 2018 | BAL | Sorin Furchet | 1387 |
Longest Catch | Fumbles | Fumbles Lost | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Season | Team | Player | Record | Season | Team | Player | Record | Season | Team | Player | Record |
2021 | TEX | Artemis Milano | 97 | 2021 | NYC | Lukas Barella | 16 | 2015 | NFR | Michelle Housley | 8 |
2021 | NSH | Charmaine Baldrick | 93 | 2015 | NFR | Michelle Housley | 13 | 2021 | NYC | Lukas Barella | 7 |
2021 | MIA | Stewart Uttle | 92 | 2016 | CAL | Darnell Paige | 11 | 2016 | CAL | Darnell Paige | 6 |
2021 | TEX | Jacqueline Knight | 91 | 2021 | BAL | Jillian St. Claire | 10 | 2019 | NFR | Adam Wynn | 6 |
2018 | LVB | Roy Viridi-Aqua | 89 | 2015 | LVB | Sylvester Stapler | 10 | 2021 | BAL | Jillian St. Claire | 5 |
2021 | NFR | Olen Reuyters | 88 | 2015 | NYC | John Cameron | 10 | 2016 | NYC | Isaac Sierra | 5 |
2016 | BAL | John Gradkowski | 87 | 2021 | NFR | Max Gold | 10 | 2019 | POR | Darnell Paige | 4 |
2019 | NSH | Kyle Gradkowski | 87 | 2016 | NYC | Isaac Sierra | 9 | 2016 | BAL | Aspen Redfield | 4 |
2018 | MTL | Keonte Hughes | 87 | 2016 | CHI | Darius Smith | 8 | 2021 | NFR | Christofo Gonzalez | 4 |
2021 | BAL | Antoine Tardif | 87 | 2019 | NFR | Ryan Buoniconti | 8 | 2017 | TEX | Wyatt Curran | 4 |
Interceptions | Int. Return Yards | Defensive Touchdowns | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Season | Team | Player | Record | Season | Team | Player | Record | Season | Team | Player | Record |
2021 | RIC | Roger McLeod | 8 | 2019 | TEX | Derrick Overton | 269 | 2015 | CHI | Patrice Bush | 3 |
2016 | DWN | Milford Hope | 8 | 2016 | CHI | David Locke | 179 | 2016 | CHI | David Locke | 3 |
2015 | CHI | Patrice Bush | 8 | 2019 | DWN | Sam Samsonite | 159 | 2015 | EAS | Dale Patrick | 2 |
2021 | COL | Steve Campos | 8 | 2015 | CHI | Joe Jackson | 142 | 2018 | CAL | Artemis Griner | 2 |
2015 | CHI | Joe Jackson | 8 | 2017 | FAR | Wilfred Locke | 140 | 2016 | NYC | Vjera Blazevic | 2 |
2016 | MTL | Isaac Hunt | 7 | 2021 | COL | Steve Campos | 135 | 2021 | RIC | Roger McLeod | 2 |
2015 | GRD | Isaac Hunt | 7 | 2018 | LVB | Justin Hartman | 127 | 2016 | CAL | Samuel Mercer | 2 |
2016 | NYC | Thomas Sanders | 7 | 2015 | ABI | Dan Tipton | 125 | 2017 | MTL | Isaac Hunt | 2 |
2015 | GRD | Donnell Atwood | 6 | 2016 | DWN | Milford Hope | 119 | 2016 | BAL | Gordon Kuhn | 2 |
2019 | TEX | Clyde DeLeon | 6 | 2017 | MTL | Pat Snow | 119 | 2017 | FAR | Wilfred Locke | 2 |
Tackles | Tackles For Loss | Sacks | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Season | Team | Player | Record | Season | Team | Player | Record | Season | Team | Player | Record |
2018 | TEX | Kevin Cousineau | 182 | 2018 | EAS | James Nixon | 26 | 2018 | TEX | Kevin Cousineau | 24 |
2018 | MTL | Jetty Abrahams | 171 | 2021 | RIC | Jerome Swartz | 26 | 2017 | BAL | O'Kalinga Miller | 23 |
2017 | LVB | Kelley Rowe | 169 | 2018 | TEX | Jamarcus Triper | 25 | 2018 | NFR | Kennith Shrader | 21 |
2016 | LVB | Kelley Rowe | 167 | 2021 | NFR | Kennith Shrader | 25 | 2015 | NYC | William Tancreti | 20 |
2019 | LVB | Kelley Rowe | 165 | 2017 | NFR | Kennith Shrader | 25 | 2018 | MIA | Alexander Gamble | 19 |
2018 | MIA | Carlton Moser | 163 | 2021 | NYC | Ted Goercke | 24 | 2015 | NFR | Kennith Shrader | 19 |
2018 | LVB | Kelley Rowe | 162 | 2017 | NFR | Henry Lucas | 23 | 2018 | DWN | Myron Christopher | 18 |
2016 | MTL | Jetty Abrahams | 161 | 2021 | LVB | Kevin Cousineau | 23 | 2016 | NYC | William Tancreti | 18 |
2016 | TEX | Kevin Cousineau | 160 | 2017 | DWN | Dewitt Sewell | 23 | 2019 | MIA | Alexander Gamble | 17 |
2017 | CAL | Artemis Griner | 160 | 2021 | BAL | Sheldon David | 22 | 2015 | EAS | James Nixon | 16 |
Forced Fumbles | Fumbles Recovered | Fumble Return Yards | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Season | Team | Player | Record | Season | Team | Player | Record | Season | Team | Player | Record |
2019 | NSH | Jafar Naaji | 7 | 2017 | GRD | Terence Curran | 4 | 2015 | CHI | Edmond Theisen | 31 |
2019 | CAL | Artemis Griner | 7 | 2021 | NYC | Lukas Barella | 4 | 2015 | CHI | Dewitt Sewell | 30 |
2019 | POR | Randall Daly | 6 | 2021 | NOC | Honor Matari | 4 | 2021 | CAL | Natalie Feng | 29 |
2021 | CHI | Jamarcus Triper | 6 | 2021 | COL | Bobbie Feldman | 4 | 2016 | NFR | Hershel Hart | 29 |
2021 | CAL | Artemis Griner | 6 | 2021 | LVB | John Cameron | 4 | 2017 | DWN | Sheldon David | 28 |
2021 | DWN | Malcolm Domi | 6 | 2021 | BAL | Jillian St. Claire | 4 | 2021 | EAS | Fritz Lockhart | 27 |
2016 | GRD | Stephan Stovall | 6 | 2015 | FAR | Darell Hearn | 3 | 2016 | BAL | Gregorio John-Miller | 25 |
2019 | MIA | Alexander Gamble | 5 | 2018 | CAL | Artemis Griner | 3 | 2021 | COL | Bobbie Feldman | 25 |
2016 | LVB | Kelley Rowe | 5 | 2015 | CHI | Dewitt Sewell | 3 | 2019 | NYC | Anderson Suppo | 25 |
2021 | COL | Bobbie Feldman | 5 | 2021 | MIA | Carlton Moser | 3 | 2019 | MIA | Chris Price | 23 |
Punt Return Yards | Punt Return Touchdowns | Longest Punt Return | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Season | Team | Player | Record | Season | Team | Player | Record | Season | Team | Player | Record |
2018 | MIA | Trevor Eddy | 515 | 2018 | GRD | Daniel van Baarle | 3 | 2018 | GRD | Daniel van Baarle | 88 |
2018 | DWN | Jesse Oahu | 509 | 2021 | LVB | Arnold Tarbour | 2 | 2018 | FAR | Dexter Mullen | 87 |
2018 | GRD | Daniel van Baarle | 508 | 2018 | NFR | Carrice Kenton | 2 | 2015 | DWN | Alex Kangaroo | 85 |
2018 | EAS | Dale Patrick | 478 | 2015 | LVB | Coby Carson | 2 | 2018 | NFR | Carrice Kenton | 82 |
2021 | LVB | Arnold Tarbour | 472 | 2019 | LVB | Arnold Tarbour | 2 | 2019 | GRD | Daniel van Baarle | 82 |
2016 | CAL | Natalie Feng | 458 | 2019 | GRD | Daniel van Baarle | 2 | 2017 | FAR | Arthur Christopher | 82 |
2018 | NFR | Carrice Kenton | 447 | 2016 | CAL | Natalie Feng | 2 | 2021 | TEX | Carrice Kenton | 80 |
2018 | LVB | Arnold Tarbour | 444 | 2018 | EAS | Dale Patrick | 2 | 2018 | POR | Aleksy Wisnieski | 80 |
2019 | GRD | Daniel van Baarle | 441 | 2016 | MTL | Vito Ligustica | 2 | 2018 | MIA | Trevor Eddy | 79 |
2017 | TEX | Jacqueline Knight | 431 | 2019 | POR | Nathanael Mullen | 2 | 2017 | NYC | Isaac Sierra | 79 |
Kickoff Return Yards | Kickoff Return Touchdowns | Longest Kickoff Return | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Season | Team | Player | Record | Season | Team | Player | Record | Season | Team | Player | Record |
2018 | BAL | Antoine Tardif | 1177 | 2017 | CHI | Olen Reuyters | 2 | 2018 | BAL | Antoine Tardif | 108 |
2019 | GRD | Kova Lewdko | 1158 | 2019 | GRD | Kova Lewdko | 2 | 2018 | CAL | Sam Dillenger | 108 |
2019 | TEX | Jacqueline Knight | 1097 | 2018 | BAL | Antoine Tardif | 2 | 2018 | LVB | Arnold Tarbour | 108 |
2018 | GRD | Daniel van Baarle | 1081 | 2018 | DWN | Jesse Oahu | 2 | 2018 | CHI | Honor Matari | 106 |
2019 | NOC | James Schroeder | 1074 | 2021 | RIC | Hank Carpenter | 1 | 2018 | DWN | Jesse Oahu | 105 |
2018 | POR | Renato Hanna | 1061 | 2018 | EAS | Laverne Winters | 1 | 2018 | EAS | Laverne Winters | 104 |
2019 | TEX | Artemis Milano | 1040 | 2021 | TEX | Jacqueline Knight | 1 | 2018 | POR | Renato Hanna | 103 |
2018 | DWN | Ricky Carney | 970 | 2019 | NFR | Olen Reuyters | 1 | 2018 | GRD | Kova Lewdko | 102 |
2017 | MIA | Daryl Marcum | 967 | 2018 | LVB | Arnold Tarbour | 1 | 2019 | GRD | Kova Lewdko | 102 |
2018 | DWN | Jesse Oahu | 946 | 2018 | POR | Renato Hanna | 1 | 2017 | NFR | Dallas Larkin | 101 |
Field Goals Attempted | Field Goals Made | Longest Field Goal | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Season | Team | Player | Record | Season | Team | Player | Record | Season | Team | Player | Record |
2019 | NYC | Emmett Smith | 43 | 2018 | TEX | Curt Pike | 40 | 2018 | MIA | Earl Holley | 63 |
2018 | TEX | Curt Pike | 41 | 2019 | NYC | Emmett Smith | 39 | 2016 | TEX | Curt Pike | 62 |
2017 | CHI | Thalia Perez | 41 | 2017 | CHI | Thalia Perez | 37 | 2018 | GRD | Robert Hansen | 60 |
2021 | GRD | Earl Holley | 37 | 2017 | BAL | Chas Patterson | 35 | 2021 | BAL | Kado Azeban | 59 |
2017 | TEX | Curt Pike | 37 | 2017 | TEX | Curt Pike | 35 | 2021 | NSH | Kris Clueton | 59 |
2017 | FAR | Barry Boulianzi | 36 | 2018 | GRD | Robert Hansen | 34 | 2016 | GRD | Earl Holley | 58 |
2017 | BAL | Chas Patterson | 36 | 2017 | FAR | Barry Boulianzi | 33 | 2018 | FAR | Matt Souber | 57 |
2019 | TEX | Curt Pike | 36 | 2018 | LVB | Raleigh Cooper | 32 | 2021 | TEX | Curt Pike | 57 |
2018 | GRD | Robert Hansen | 36 | 2018 | MIA | Earl Holley | 31 | 2017 | MIA | Earl Holley | 57 |
2021 | RIC | Barry Boulianzi | 35 | 2018 | NSH | Kris Clueton | 30 | 2019 | POR | Barry Boulianzi | 57 |
Field Goal % (min. 5 FGs) | PATs Attempted | PATs Made | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Season | Team | Player | Record | Season | Team | Player | Record | Season | Team | Player | Record |
2016 | NFR | Trent Velazquez | 100 | 2017 | CHI | Thalia Perez | 49 | 2017 | CHI | Thalia Perez | 49 |
2017 | NFR | Trent Velazquez | 100 | 2015 | CHI | Thalia Perez | 48 | 2015 | CHI | Thalia Perez | 48 |
2018 | MTL | Solomon Martinez | 100 | 2018 | LVB | Raleigh Cooper | 47 | 2018 | LVB | Raleigh Cooper | 47 |
2018 | LVB | Raleigh Cooper | 100 | 2015 | LVB | Chas Patterson | 47 | 2015 | LVB | Chas Patterson | 47 |
2015 | CAL | Andrew Castonguay | 100 | 2018 | CHI | Thalia Perez | 45 | 2018 | CHI | Thalia Perez | 45 |
2015 | CAL | Emmett Smith | 100 | 2021 | TEX | Curt Pike | 44 | 2017 | TEX | Curt Pike | 44 |
2018 | TEX | Curt Pike | 97.6 | 2017 | TEX | Curt Pike | 44 | 2018 | TEX | Curt Pike | 43 |
2017 | BAL | Chas Patterson | 97.2 | 2018 | TEX | Curt Pike | 43 | 2021 | TEX | Curt Pike | 43 |
2017 | EAS | Virginia Pratt | 96.8 | 2016 | NYC | Kris Clueton | 43 | 2017 | NYC | Kris Clueton | 43 |
2018 | NYC | Kieran Hamilton | 96.4 | 2017 | NYC | Kris Clueton | 43 | 2019 | FAR | Matt Souber | 42 |
Average Yards/ Punt (min. 5) | Punt Yards (Total) | Longest Punt (in Yds) | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Season | Team | Player | Record | Season | Team | Player | Record | Season | Team | Player | Record |
2021 | DWN | Gordon Hensley | 50.6 | 2015 | DWN | Odis Cantrell | 6545 | 2016 | TEX | Travis Westmore | 80 |
2016 | DWN | Odis Cantrell | 50 | 2017 | MIA | Michael Dresmond | 6539 | 2016 | DWN | Odis Cantrell | 79 |
2018 | CHI | Rodger Blackman | 49.5 | 2016 | DWN | Odis Cantrell | 6399 | 2018 | CHI | Rodger Blackman | 78 |
2016 | LVB | Anders Tuttle | 49.2 | 2019 | POR | Thomas Clayton | 6367 | 2016 | CHI | Rodger Blackman | 78 |
2016 | TEX | Travis Westmore | 49.1 | 2017 | FAR | J.J. Brockman | 6075 | 2017 | LVB | Anders Tuttle | 78 |
2015 | ABI | Norberto Martinez | 49 | 2018 | DWN | Gordon Hensley | 5905 | 2017 | MTL | Norberto Martinez | 78 |
2016 | GRD | Gordon Hensley | 48.8 | 2018 | NOC | Dannie Randle | 5889 | 2015 | ABI | Norberto Martinez | 78 |
2019 | LVB | Anders Tuttle | 48.8 | 2015 | ABI | Norberto Martinez | 5881 | 2016 | GRD | Gordon Hensley | 77 |
2019 | FAR | J.J. Brockman | 48.7 | 2017 | NOC | Dannie Randle | 5858 | 2017 | TEX | Travis Westmore | 77 |
2015 | CHI | Rodger Blackman | 48.7 | 2018 | CHI | Rodger Blackman | 5789 | 2015 | DWN | Odis Cantrell | 76 |
Pancakes | Sacks Allowed | Points Scored | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Season | Team | Player | Record | Season | Team | Player | Record | Season | Team | Player | Record |
2021 | CHI | Sal Darden | 92 | 2016 | MTL | Rod Lackey | 21 | 2018 | TEX | Curt Pike | 163 |
2021 | CAL | Uzumoi Ujuboijgedhoyi | 84 | 2015 | EAS | Danny Bassett | 20 | 2017 | CHI | Thalia Perez | 160 |
2019 | NSH | Leonard Winters | 82 | 2018 | MTL | Bernardo Cotton | 20 | 2017 | TEX | Curt Pike | 149 |
2019 | CHI | Sal Darden | 80 | 2017 | LVB | Zackary Brock | 17 | 2019 | NYC | Emmett Smith | 145 |
2019 | MIA | Franklyn McCord | 79 | 2017 | MIA | Franklyn McCord | 17 | 2018 | LVB | Raleigh Cooper | 143 |
2018 | TEX | Kristian Kraft | 78 | 2018 | NOC | Myriam McCormick | 16 | 2017 | BAL | Chas Patterson | 141 |
2019 | POR | Gilbert Valentine | 78 | 2019 | NFR | Jessica Hoover | 15 | 2018 | GRD | Robert Hansen | 136 |
2018 | MIA | Franklyn McCord | 77 | 2016 | GRD | Darren Hibbard | 15 | 2018 | CHI | Thalia Perez | 135 |
2018 | NFR | Jessica Hoover | 77 | 2015 | ABI | Rod Lackey | 15 | 2017 | FAR | Barry Boulianzi | 133 |
2019 | MTL | Dusty Redburner | 76 | 2015 | DWN | Scotty Hastings | 14 | 2015 | NYC | Matt Souber | 127 |