Template:PlayerSeasonStats: Difference between revisions

From UFFL Wiki
mNo edit summary
m (jump-kick...)
 
(18 intermediate revisions by the same user not shown)
Line 1: Line 1:
<!--- PASSING STATS ---->
{{#get_db_data:
db=ufflData
|from=PlayerSeasonStats
|where= Season='{{{season|}}}' AND PassYds <> '0'
|limit = 60
|order by= PassYds DESC
|data=playerID=PlayerID,team=Team,games=G,gameStarts=GS,passAtt=PassAtt,passComp=PassCmp,passYds=PassYds,passCmpPct=PassPct,longestpass=PassLong,touchdowns=PassTD,interceptions=PassInt,qbrating=PassRating
}}
{| style="border:0; font-size:12px; cellpadding:0.5; cellspacing:0.5; width: 100%" class="wikitable sortable"
|-
|-
|{{SID|{{{playerID}}}}}
! colspan="12"|{{{season|}}} Passing Statistics
|{{{team}}}
|-
|{{{games}}}
! Name
|{{{gameStarts}}}
! Team
|{{{passAtt}}}
! G
|{{{passComp}}}
! GS
|{{{passYds}}}
! PA
! PC
! Yds
! %
! Lng
! TD
! Int
! Rating
{{#display_external_table:template=PlayerSeasonStatsPassing}}
|}
{{#clear_external_data:}}
<!--- RUSHING STATS ---->
{{#get_db_data:
db=ufflData
|from=PlayerSeasonStats
|where= Season='{{{season|}}}' AND RushAtt <> '0'
|limit = 150
|order by= RushYds DESC
|data=playerID=PlayerID,team=Team,games=G,rushAtt=RushAtt,rushYds=RushYds,rushAvg=RushAvg,rushLng=RunLong,rushTDs=RushTD,fumbles=Fumbles
}}
{| style="border:0; font-size:12px; cellpadding:0.5; cellspacing:0.5; width: 100%" class="wikitable sortable"
|-
! colspan="9"|{{{season|}}} Rushing Statistics
|-
! Name
! Team
! G
! Att
! Yds
! Avg
! Lng
! TD
! Fum
{{#display_external_table:template=PlayerSeasonStatsRushing}}
|}
{{#clear_external_data:}}
<!--- RECEIVING STATS ---->
{{#get_db_data:
db=ufflData
|from=PlayerSeasonStats
|where= Season='{{{season|}}}' AND Catches <> '0'
|limit = 150
|order by= RecYds DESC
|data=playerID=PlayerID,team=Team,games=G,recAtt=Catches,recYds=RecYds,recAvg=RecAvg,recLng=RecLong,recTDs=RecTD,fumbles=Fumbles
}}
{| style="border:0; font-size:12px; cellpadding:0.5; cellspacing:0.5; width: 100%" class="wikitable sortable"
|-
! colspan="9"|{{{season|}}} Receiving Statistics
|-
! Name
! Team
! G
! No
! Yds
! Avg
! Lng
! TD
! Fum
{{#display_external_table:template=PlayerSeasonStatsReceiving}}
|}
{{#clear_external_data:}}
<!--- DEFENSIVE PLAYER STATS ---->
{{#get_db_data:
db=ufflData
|from=PlayerSeasonStats
|where= Season='{{{season|}}}' AND Tackles <> '0'
|order by= Tackles DESC
|data=playerID=PlayerID,team=Team,games=G,tackles=Tackles,tackles4Loss=TFL,forcedFum=ForcedFumbles,fumRec=FumblesRecovered,sacks=Sacks,interceptions=Ints,passDef=PassesDefensed,safeties=Safeties,defTDs=DefensiveTD,blockpunt=BlockedPunt,blockfg=BlockedFG,blockxp=BlockedPAT
}}
{| style="border:0; font-size:12px; cellpadding:0.5; cellspacing:0.5; width: 100%" class="wikitable sortable"
|-
! colspan="12"|{{{season|}}} Defensive Statistics
|-
! Name
! Team
! G
! Tck
! TFL
! FF/FR
! Sck
! Int
! PD
! Sfty
! TD
! Blk P/XP/FG
{{#display_external_table:template=PlayerSeasonStatsDefense}}
|}
{{#clear_external_data:}}
<!--- DEFENSIVE PLAYER STATS ---->
{{#get_db_data:
db=ufflData
|from=PlayerSeasonStats
|where= Season='{{{season|}}}' AND Pancakes <> '0'
|order by= Pancakes DESC
|data=playerID=PlayerID,team=Team,games=G,pancakes=Pancakes,sacksAlwd=SacksAllowed
}}
{| style="border:0; font-size:12px; cellpadding:0.5; cellspacing:0.5; width: 100%" class="wikitable sortable"
|-
! colspan="12"|{{{season|}}} Offensive Line Statistics
|-
! Name
! Team
! G
! Pancakes
! Sacks Allowed
{{#display_external_table:template=PlayerSeasonStatsOLine}}
|}
{{#clear_external_data:}}
<!--- KICKING STATS ---->
{{#get_db_data:
db=ufflData
|from=PlayerSeasonStats
|where= Season='{{{season|}}}' AND KickingPoints <> '0'
|order by= XPM DESC
|data=playerID=PlayerID,team=Team,games=G,xpmade=XPM,xpatt=XPA,xppct=XPPct,fgmade=FGM,fgatt=FGA,fgpct=FGPct,fgm020=FGM_U20,fga020=FGA_U20,fgm2029=FGM_2029,fga2029=FGA_2029,fgm3039=FGM_3039,fga3039=FGA_3039,fgm4049=FGM_4049,fga4049=FGA_4049,fgm50plus=FGM_50,fga50plus=FGA_50,fglong=FGLong,points=KickingPoints
}}
{| style="border:0; font-size:12px; cellpadding:0.5; cellspacing:0.5; width: 100%" class="wikitable sortable"
|-
! colspan="16"|{{{season|}}} Kicking Statistics
|-
! Name
! Team
! G
! XPM
! XPA
! XP%
! FGM
! FGA
! FG%
! <20
! 20-29
! 30-39
! 40-49
! 50+
! Lng
! Pts
{{#display_external_table:template=PlayerSeasonStatsKick}}
|}
{{#clear_external_data:}}
<!--- PUNTING STATS ---->
{{#get_db_data:
db=ufflData
|from=PlayerSeasonStats
|where= Season='{{{season|}}}' AND Punts <> '0'
|order by= Punts DESC
|data=playerID=PlayerID,team=Team,games=G,punts=Punts,puntYds=PuntYds,puntAvg=PuntAvg,inside20=PuntsInside20,puntLng=PuntLong
}}
{| style="border:0; font-size:12px; cellpadding:0.5; cellspacing:0.5; width: 100%" class="wikitable sortable"
|-
! colspan="8"|{{{season|}}} Punting Statistics
|-
! Name
! Team
! G
! Punts
! Yds
! Avg
! Inside 20
! Long
{{#display_external_table:template=PlayerSeasonStatsPunt}}
|}
{{#clear_external_data:}}
<!--- SPECIAL TEAMS STATS ---->
{{#get_db_data:
db=ufflData
|from=PlayerSeasonStats
|where= Season='{{{season|}}}' AND(KickoffReturns <> '0' OR PuntReturns <> '0')
|order by= KickReturnAvg DESC
|data=playerID=PlayerID,team=Team,games=G,kickRet=KickoffReturns,kickRetYds=KickoffReturnYds,kickRetAvg=KickReturnAvg,kickretlng=KRLong,kickretTDs=KickoffReturnTD,puntRet=PuntReturns,puntRetYds=PuntReturnYds,puntRetAvg=PuntReturnAvg,puntRetLng=PRLong,puntRetTDs=PuntReturnTD
}}
{| style="border:0; font-size:12px; cellpadding:0.5; cellspacing:0.5; width: 100%" class="wikitable sortable"
|-
! colspan="13"|{{{season|}}} Special Teams Statistics
|-
! Name
! Team
! G
! KR
! KR Yds
! KR Avg
! KR Lng
! KR TD
! PR
! PR Yds
! PR Avg
! PR Lng
! PR TD
{{#display_external_table:template=PlayerSeasonStatsSpecTms}}
|}
{{#clear_external_data:}}

Latest revision as of 00:21, 28 January 2022


Passing Statistics
Name Team G GS PA PC Yds % Lng TD Int Rating


Rushing Statistics
Name Team G Att Yds Avg Lng TD Fum


Receiving Statistics
Name Team G No Yds Avg Lng TD Fum


Defensive Statistics
Name Team G Tck TFL FF/FR Sck Int PD Sfty TD Blk P/XP/FG


Offensive Line Statistics
Name Team G Pancakes Sacks Allowed


Kicking Statistics
Name Team G XPM XPA XP% FGM FGA FG% <20 20-29 30-39 40-49 50+ Lng Pts


Punting Statistics
Name Team G Punts Yds Avg Inside 20 Long


Special Teams Statistics
Name Team G KR KR Yds KR Avg KR Lng KR TD PR PR Yds PR Avg PR Lng PR TD