Jump to content

Template:AmFootballScoreSummaryStart: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
update links now in Template space
add documentation template
 
(25 intermediate revisions by 12 users not shown)
Line 1: Line 1:
{| class="wikitable" style="font-size:95%; margin-left:auto; margin-right:auto; text-align:center;"
{| class="wikitable collapsible {{{state|collapsed}}}" style="margin:auto; background:none; width:100%; border:none;"
|+ Scoring Summary
!rowspan="2"| Quarter
!rowspan="2"| Time
!colspan="2"| Drive
!rowspan="2"| Team
!rowspan="2"| Scoring Information
!colspan="2"| Score
|-
|-
! Scoring summary
! Length
|-
! Time
|
! {{{VisitorName}}}
{| class="wikitable" style="font-size:95%; width:100%; margin:auto; text-align:center;"
! {{{HomeName}}}<noinclude>
! scope="col" rowspan="2"| Quarter
! scope="col" rowspan="2"| Time
! scope="col" colspan="3"| [[Glossary of American football terms#D|Drive]]
! scope="col" rowspan="2"| Team
! scope="col" rowspan="2"| Scoring information
! scope="col" colspan="2"| Score
|-
! scope="col"| [[Play from scrimmage|Plays]]
! scope="col"| Yards
! scope="col"| [[Time of possession|TOP]]
! scope="col"| {{{VisitorName}}}
! scope="col"| {{{HomeName}}}<noinclude>
|}
|}
|}
{{doc|content=
{{AmFootballScoreSummary navbar}}


==Usage==
==Usage==
Line 18: Line 26:


===Detail===
===Detail===
The only variable are to provide the name of the teams, should be short, either "Texas" or "Longhorns" but not "Texas Longhorns".
*The variable "VisitorName" and "HomeName" are to provide the name of the teams, should be short, either "Texas" or "Longhorns" but not "Texas Longhorns".
*"state=" is to control the collapseable state: autocollapse, expand, or collapsed (default)
<pre>
<syntaxhighlight lang="wikitext">
{{AmFootballScoreSummaryStart|VisitorName=|HomeName=}}
{{AmFootballScoreSummaryStart
</pre>
|VisitorName=
|HomeName=
|state=
}}
</syntaxhighlight>


==Start Template Examples==
==Start Template Examples==
<pre>{{AmFootballScoreSummaryStart|VisitorName=|HomeName=}}
<syntaxhighlight lang="wikitext">{{AmFootballScoreSummaryStart|VisitorName=|HomeName=|state=}}
{{AmFootballScoreSummaryStart
{{AmFootballScoreSummaryStart
| Quarter=
| Quarter=
| Time=
| Time=
| DrivePlays=
| Team=
| Team=
| Info=
| Info=
| Visitor=
| Visitor=
| Home=
| Home=
}}</pre>
}}</syntaxhighlight>


==Complete Examples==
==Complete Examples==
{{AmFootballScoreSummaryStart|VisitorName=Trojans|HomeName=Buffaloes}}
{{AmFootballScoreSummaryStart|VisitorName=Trojans|HomeName=Buffaloes|state=}}
{{AmFootballScoreSummaryEntry
{{AmFootballScoreSummaryEntry
| Quarter=1
| Quarter=1
| Time=10:55
| Time=10:55
| DrivePlays=3
| Team=Cowboys
| Team=Cowboys
| DriveLength=99
| DriveLength=99
| DriveTime=9:55
| DriveTime=9:55
| Type=RecTD
| Type=RecTD
| Receiver=[[Michael Pritchard|Pritchard]]
| Receiver=[[Mike Pritchard|Pritchard]]
| yards=87
| yards=87
| QB=[[Joel Klatt|Klatt]]
| QB=[[Joel Klatt|Klatt]]
Line 55: Line 70:
| Time=5:33
| Time=5:33
| Team=Bears
| Team=Bears
| DrivePlays=1
| DriveLength=11
| DriveLength=11
| DriveTime=11:11
| DriveTime=11:11
Line 68: Line 84:
| Quarter=3
| Quarter=3
| Time=9:41
| Time=9:41
| DrivePlays=1
| Team=Fighting Irish
| Team=Fighting Irish
| DriveLength=22
| DriveLength=22
Line 80: Line 97:
| Quarter=4
| Quarter=4
| Time=7:56
| Time=7:56
| DrivePlays=1
| Team=Golden Gophers
| Team=Golden Gophers
| DriveLength=33
| DriveLength=33
Line 92: Line 110:
| Quarter=4
| Quarter=4
| Time=0:01
| Time=0:01
| DrivePlays=1
| Team=Wildcats
| Team=Wildcats
| DriveLength=88
| DriveLength=88
Line 103: Line 122:
| Quarter=OT
| Quarter=OT
| Time=10:55
| Time=10:55
| DrivePlays=1
| Team=Black Knights
| Team=Black Knights
| DriveLength=5
| DriveLength=5
Line 117: Line 137:
| Quarter=OT2
| Quarter=OT2
| Time=
| Time=
| DrivePlays=
| Team=Midshipmen
| Team=Midshipmen
| DriveLength=1
| DriveLength=1
Line 131: Line 152:
| Quarter=OT5
| Quarter=OT5
| Time=
| Time=
| DrivePlays=
| Team=Earth
| Team=Earth
| DriveLength=195
| DriveLength=195
Line 146: Line 168:


[[Category:American football templates|{{PAGENAME}}]]
[[Category:American football templates|{{PAGENAME}}]]
[[Category:Templates using ParserFunctions|{{PAGENAME}}]]


}}
</noinclude>
</noinclude>

Latest revision as of 18:46, 29 June 2024