<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://moasspedia.org/w/index.php?action=history&amp;feed=atom&amp;title=Template%3ACFB_schedule%2Fdoc</id>
	<title>Template:CFB schedule/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://moasspedia.org/w/index.php?action=history&amp;feed=atom&amp;title=Template%3ACFB_schedule%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://moasspedia.org/w/index.php?title=Template:CFB_schedule/doc&amp;action=history"/>
	<updated>2026-04-08T02:51:12Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.37.2</generator>
	<entry>
		<id>https://moasspedia.org/w/index.php?title=Template:CFB_schedule/doc&amp;diff=6889&amp;oldid=prev</id>
		<title>Wikipedia&gt;Frietjes: /* Example 3 */</title>
		<link rel="alternate" type="text/html" href="https://moasspedia.org/w/index.php?title=Template:CFB_schedule/doc&amp;diff=6889&amp;oldid=prev"/>
		<updated>2021-06-01T14:06:43Z</updated>

		<summary type="html">&lt;p&gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Example 3&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Documentation subpage}}&lt;br /&gt;
{{Lua|Module:CFB schedule}}&lt;br /&gt;
&amp;lt;!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
=== Named parameter syntax ===&lt;br /&gt;
&amp;lt;pre&amp;gt;{{CFB schedule&lt;br /&gt;
| caption = &lt;br /&gt;
| other-event = &amp;lt;!-- Custom footnote text --&amp;gt;&lt;br /&gt;
| rankyear = &amp;lt;!-- Year for poll rankings --&amp;gt;&lt;br /&gt;
| rankdivision = &amp;lt;!-- Division for poll rankings --&amp;gt;&lt;br /&gt;
| poll = &amp;lt;!-- Poll used for rankings: e.g., AP or Coaches&amp;#039; --&amp;gt;&lt;br /&gt;
| timezone = &amp;lt;!-- Timezone for times: e.g., Eastern, Central, ... --&amp;gt;&lt;br /&gt;
|{{CFB schedule entry&lt;br /&gt;
| date = &lt;br /&gt;
| time = &lt;br /&gt;
| w/l = &lt;br /&gt;
| away = &lt;br /&gt;
| nonconf = &lt;br /&gt;
| neutral = &lt;br /&gt;
| rank = &lt;br /&gt;
| opponent = &lt;br /&gt;
| opprank = &lt;br /&gt;
| stadium = &lt;br /&gt;
| cityst = &lt;br /&gt;
| gamename = &lt;br /&gt;
| tv = &lt;br /&gt;
| score = &lt;br /&gt;
| attend = &lt;br /&gt;
}}&lt;br /&gt;
|{{CFB schedule entry&lt;br /&gt;
| date = &lt;br /&gt;
| time = &lt;br /&gt;
| w/l = &lt;br /&gt;
| away = &lt;br /&gt;
| nonconf = &lt;br /&gt;
| neutral = &lt;br /&gt;
| rank = &lt;br /&gt;
| opponent = &lt;br /&gt;
| opprank = &lt;br /&gt;
| stadium = &lt;br /&gt;
| cityst = &lt;br /&gt;
| gamename = &lt;br /&gt;
| tv = &lt;br /&gt;
| score = &lt;br /&gt;
| attend = &lt;br /&gt;
}}&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Compact syntax ===&lt;br /&gt;
&amp;lt;pre style=&amp;quot;overflow:auto&amp;quot;&amp;gt;{{CFB schedule&lt;br /&gt;
| caption = &lt;br /&gt;
| time = y &amp;lt;!-- Time column? --&amp;gt;&lt;br /&gt;
| rank = y &amp;lt;!-- Rank column? --&amp;gt;&lt;br /&gt;
| tv = y &amp;lt;!-- TV column? --&amp;gt;&lt;br /&gt;
| attend = y &amp;lt;!-- Attendance column? --&amp;gt;&lt;br /&gt;
| source = y &amp;lt;!-- Source column? --&amp;gt;&lt;br /&gt;
| other-event = &amp;lt;!-- Custom footnote text --&amp;gt;&lt;br /&gt;
| opprank = y&amp;lt;!-- Opponent ranks listed? --&amp;gt;&lt;br /&gt;
| rankyear = &amp;lt;!-- Year for poll rankings --&amp;gt;&lt;br /&gt;
| rankdivision = &amp;lt;!-- Division for poll rankings --&amp;gt;&lt;br /&gt;
| poll = &amp;lt;!-- Poll used for rankings: e.g., AP or Coaches&amp;#039; --&amp;gt;&lt;br /&gt;
| timezone = &amp;lt;!-- Timezone for times: e.g., Eastern, Central, ... --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| Date1 | Time1 | atvs1 | Opponent1 | Rank1 | Site1 | Location1 | TV1 | Result1 | Attendance1 | Source1&lt;br /&gt;
| Date2 | Time2 | atvs2 | Opponent2 | Rank2 | Site2 | Location2 | TV2 | Result2 | Attendance2 | Source2&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
The coloring of each row is automatically determined from the {{code|Result}}.  The value used for the {{code|Result}} should be of the form {{code|R scoreA-scoreB}} where {{code|R}} is {{code|W}}, {{code|L}}, {{code|T}}, or {{code|V}} for won, lost, tied, or vacated, respectively.  The values used for {{code|scoreA}} and {{code|scoreB}} should be non-negative integers.  The scores may be delimited with a hyphen, spaced hyphen, dash, spaced dash, or any non-numeric character.&lt;br /&gt;
&lt;br /&gt;
=== Parameters ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Parameters for [[Template:CFB schedule]]&lt;br /&gt;
!scope=&amp;quot;col&amp;quot;| Parameter&lt;br /&gt;
!scope=&amp;quot;col&amp;quot;| Sample values&lt;br /&gt;
!scope=&amp;quot;col&amp;quot;| Description&lt;br /&gt;
|-&lt;br /&gt;
!scope=&amp;quot;row&amp;quot; colspan=3 | Heading parameters&lt;br /&gt;
|-&lt;br /&gt;
!scope=&amp;quot;row&amp;quot;| {{code|time}}&lt;br /&gt;
| {{code|y}} or {{code|n}} || Toggles the inclusion of the time column (default is {{code|n}})&lt;br /&gt;
|-&lt;br /&gt;
!scope=&amp;quot;row&amp;quot;| {{code|atvs}}&lt;br /&gt;
| {{code|y}} or {{code|n}} || Toggles the inclusion of the at/vs column (default is {{code|n}})&lt;br /&gt;
|-&lt;br /&gt;
!scope=&amp;quot;row&amp;quot;| {{code|rank}}&lt;br /&gt;
| {{code|y}} or {{code|n}} || Toggles the inclusion of the rank column (default is {{code|n}})&lt;br /&gt;
|-&lt;br /&gt;
!scope=&amp;quot;row&amp;quot;| {{code|tv}}&lt;br /&gt;
| {{code|y}} or {{code|n}} || Toggles the inclusion of the TV column (default is {{code|n}})&lt;br /&gt;
|-&lt;br /&gt;
!scope=&amp;quot;row&amp;quot;| {{code|attend}}&lt;br /&gt;
| {{code|y}} or {{code|n}} || Toggles the inclusion of the attendance column (default is {{code|n}})&lt;br /&gt;
|-&lt;br /&gt;
!scope=&amp;quot;row&amp;quot;| {{code|source}}&lt;br /&gt;
| {{code|y}} or {{code|n}} || Toggles the inclusion of the source column (default is {{code|n}})&lt;br /&gt;
|-&lt;br /&gt;
!scope=&amp;quot;row&amp;quot;| {{code|caption}}&lt;br /&gt;
| {{code|2020 IUPUI Jaguars season results}} || Required table caption. See [[MOS:TABLECAPTION]]&lt;br /&gt;
|-&lt;br /&gt;
!scope=&amp;quot;row&amp;quot; colspan=3 | Footnote parameters&lt;br /&gt;
|-&lt;br /&gt;
!scope=&amp;quot;row&amp;quot; | {{code|other-event}}&lt;br /&gt;
| {{code|footnote text}} || Free form input for custom footnote text&lt;br /&gt;
|-&lt;br /&gt;
!scope=&amp;quot;row&amp;quot;| {{code|opprank}}&lt;br /&gt;
| {{code|y}} or {{code|n}} || The rank footnote is added if this is set to {{code|y}} (or if {{code|rank}} is not set to {{code|n}})&lt;br /&gt;
|-&lt;br /&gt;
!scope=&amp;quot;row&amp;quot;| {{code|rankyear}}&lt;br /&gt;
| {{code|2018}} || The year for the poll used for the rankings (default is blank; see [[#Footnotes|footnotes section]] for more details)&lt;br /&gt;
|-&lt;br /&gt;
!scope=&amp;quot;row&amp;quot;| {{code|rankdivision}}&lt;br /&gt;
| {{code|NAIA}} || The division for the poll used for the rankings (default is the highest division for the corresponding {{code|rankyear}}, or blank if there is no {{code|rankyear}}; see [[#Footnotes|footnotes section]] for more details)&lt;br /&gt;
|-&lt;br /&gt;
!scope=&amp;quot;row&amp;quot;| {{code|poll}}&lt;br /&gt;
| {{code|AP}} || Name of the poll used for the rankings (default value is {{code|Coaches&amp;#039;}}; see [[#Footnotes|footnotes section]] for more details)&lt;br /&gt;
|-&lt;br /&gt;
!scope=&amp;quot;row&amp;quot;| {{code|timezone}}&lt;br /&gt;
| {{code|Eastern}}, {{code|Central}}, ... || If set to any non-blank value, a footnote is added indicating the timezone for all the times.&lt;br /&gt;
|-&lt;br /&gt;
!scope=&amp;quot;row&amp;quot;| {{code|seasonsource}}&lt;br /&gt;
| {{code|source reference text}} || A reference for the results in the table&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Overtime ===&lt;br /&gt;
To denote that the game ended after overtime with the named parameter syntax, use {{para|overtime|OT}}, {{para|overtime|2OT}}, ... For the compact syntax, add {{code|&amp;lt;nowiki&amp;gt;&amp;lt;OT&amp;gt;&amp;lt;/nowiki&amp;gt;}}, {{code|&amp;lt;nowiki&amp;gt;&amp;lt;2OT&amp;gt;&amp;lt;/nowiki&amp;gt;}} after the score.&lt;br /&gt;
&lt;br /&gt;
=== Footnotes ===&lt;br /&gt;
To add a non-conference game footnote, use {{code|&amp;lt;nowiki&amp;gt;&amp;lt;ncg&amp;gt;&amp;lt;/nowiki&amp;gt;}} after the name of the opponent.  To add a homecoming game footnote, use {{code|&amp;lt;nowiki&amp;gt;&amp;lt;hc&amp;gt;&amp;lt;/nowiki&amp;gt;}} after the name of the opponent.&lt;br /&gt;
&lt;br /&gt;
If {{para|opprank}} and/or {{para|rank}} are set to {{code|y}} then the rankings footnote is included.  The logic for specifying the poll is as follows:&lt;br /&gt;
{{Tree list}}&lt;br /&gt;
* Does {{code|poll}} contain a wikilink?&lt;br /&gt;
** If yes, use the value in {{code|poll}}, ignoring the other parameters&lt;br /&gt;
** {{Tree list/final branch}}If not, is the year specified in {{code|rankyear}}?&lt;br /&gt;
*** If yes, the linked text is {{code|&amp;lt;nowiki&amp;gt;[[rankyear rankdivision football rankings#poll Poll|poll Poll]]&amp;lt;/nowiki&amp;gt;}} where {{code|poll}} has a default value of {{code|Coaches&amp;#039;}} and {{code|rankdivision}} has a default value of {{code|NCAA Division I FBS}} or {{code|NCAA Division I-A}} ... depending on the year.&lt;br /&gt;
*** {{Tree list/final branch}}If not, is the division specified in {{code|rankdivision}}?&lt;br /&gt;
**** If yes, then the linked text is {{code|&amp;lt;nowiki&amp;gt;[[rankdivision poll Poll|poll Poll]]&amp;lt;/nowiki&amp;gt;}} or {{code|&amp;lt;nowiki&amp;gt;rankdivision [[poll Poll]]&amp;lt;/nowiki&amp;gt;}} or {{code|rankdivision poll Poll}} depending on if the links exist.&lt;br /&gt;
**** {{Tree list/final branch}}If not, then the linked text is {{code|&amp;lt;nowiki&amp;gt;[[poll Poll]]&amp;lt;/nowiki&amp;gt;}} or {{code|poll Poll}}, depending on if the link exists.&lt;br /&gt;
{{Tree list/end}}&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
=== Example 1 ===&lt;br /&gt;
&amp;lt;pre style=&amp;quot;overflow:auto&amp;quot;&amp;gt;&lt;br /&gt;
{{CFB schedule |caption=2017 IUPUI Jaguars season results | time = y | opprank = y | rank = y | tv = y | attend = y &lt;br /&gt;
| rankyear = 2017 | poll = AP | timezone = Central&lt;br /&gt;
| September 2 | 7:00 p.m. |v| #3 [[2017 Florida State Seminoles football team|Florida State]] | 1 | [[Mercedes-Benz Stadium]] | [[Atlanta|Atlanta, GA]] ([[Chick-fil-A Kickoff Game]]) | [[Saturday Night Football|ABC]] | W 24−7 | 76,330&lt;br /&gt;
| September 9 | 2:30 p.m. | | [[2017 Fresno State Bulldogs football team|Fresno State]]&amp;lt;ncg&amp;gt; | 1 | [[Bryant–Denny Stadium]] | [[Tuscaloosa, Alabama|Tuscaloosa, AL]] | [[ESPN College Football|ESPN2]] | W 41−10 | 101,127&lt;br /&gt;
| October 14  | 6:15 p.m. | | [[2017 Arkansas Razorbacks football team|Arkansas]]&amp;lt;hc&amp;gt; | 1 | Bryant–Denny Stadium | Tuscaloosa, AL | ESPN | W 41–9 | 101,821&lt;br /&gt;
| November 25 | 2:30 p.m. |@| #6 [[2017 Auburn Tigers football team|Auburn]] | 1 | [[Jordan–Hare Stadium]] | [[Auburn, Alabama|Auburn, AL]] ([[Iron Bowl]]) | CBS | L 14–26 | 87,451&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
{{CFB schedule |caption=2017 IUPUI Jaguars season results | time = y | opprank = y | rank = y | tv = y | attend = y &lt;br /&gt;
| rankyear = 2017 | poll = AP | timezone = Central&lt;br /&gt;
| September 2 | 7:00 p.m. |v| #3 [[2017 Florida State Seminoles football team|Florida State]] | 1 | [[Mercedes-Benz Stadium]] | [[Atlanta|Atlanta, GA]] ([[Chick-fil-A Kickoff Game]]) | [[Saturday Night Football|ABC]] | W 24−7 | 76,330&lt;br /&gt;
| September 9 | 2:30 p.m. | | [[2017 Fresno State Bulldogs football team|Fresno State]]&amp;lt;ncg&amp;gt; | 1 | [[Bryant–Denny Stadium]] | [[Tuscaloosa, Alabama|Tuscaloosa, AL]] | [[ESPN College Football|ESPN2]] | W 41−10 | 101,127&lt;br /&gt;
| October 14  | 6:15 p.m. | | [[2017 Arkansas Razorbacks football team|Arkansas]]&amp;lt;hc&amp;gt; | 1 | Bryant–Denny Stadium | Tuscaloosa, AL | ESPN | W 41–9 | 101,821&lt;br /&gt;
| November 25 | 2:30 p.m. |@| #6 [[2017 Auburn Tigers football team|Auburn]] | 1 | [[Jordan–Hare Stadium]] | [[Auburn, Alabama|Auburn, AL]] ([[Iron Bowl]]) | CBS | L 14–26 | 87,451&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;pre style=&amp;quot;overflow:auto&amp;quot;&amp;gt;&lt;br /&gt;
{{CFB schedule|caption=2017 IUPUI Jaguars season results | rankyear = 2017 | poll = AP |timezone=Central&lt;br /&gt;
|{{CFB schedule entry&lt;br /&gt;
| date = September 2&lt;br /&gt;
| time = 7:00 p.m.&lt;br /&gt;
| w/l = w&lt;br /&gt;
| nonconf = y&lt;br /&gt;
| neutral = y&lt;br /&gt;
| rank = 1&lt;br /&gt;
| opponent = [[2017 Florida State Seminoles football team|Florida State]]&lt;br /&gt;
| opprank = 3&lt;br /&gt;
| stadium =  [[Mercedes-Benz Stadium]]&lt;br /&gt;
| cityst = [[Atlanta|Atlanta, GA]]&lt;br /&gt;
| gamename = [[Chick-fil-A Kickoff Game]]&lt;br /&gt;
| tv = [[Saturday Night Football|ABC]]&lt;br /&gt;
| score = 24–7&lt;br /&gt;
| attend = 76,330&lt;br /&gt;
}}&lt;br /&gt;
|{{CFB schedule entry&lt;br /&gt;
| date = September 9&lt;br /&gt;
| time = 2:30 p.m.&lt;br /&gt;
| w/l = w&lt;br /&gt;
| nonconf = y&lt;br /&gt;
| rank = 1&lt;br /&gt;
| opponent = [[2017 Fresno State Bulldogs football team|Fresno State]]&lt;br /&gt;
| stadium = [[Bryant–Denny Stadium]]&lt;br /&gt;
| cityst = [[Tuscaloosa, Alabama|Tuscaloosa, AL]]&lt;br /&gt;
| tv = [[ESPN College Football|ESPN2]]&lt;br /&gt;
| score = 41–10&lt;br /&gt;
| attend = 101,127&lt;br /&gt;
}}&lt;br /&gt;
|{{CFB schedule entry&lt;br /&gt;
| date = October 14&lt;br /&gt;
| time = 6:15 p.m.&lt;br /&gt;
| w/l = w&lt;br /&gt;
| rank = 1&lt;br /&gt;
| homecoming = y&lt;br /&gt;
| opponent = [[2017 Arkansas Razorbacks football team|Arkansas]]&lt;br /&gt;
| stadium = Bryant–Denny Stadium&lt;br /&gt;
| cityst = Tuscaloosa, AL&lt;br /&gt;
| tv = ESPN&lt;br /&gt;
| score = 41–9&lt;br /&gt;
| attend = 101,821&lt;br /&gt;
}}&lt;br /&gt;
|{{CFB schedule entry&lt;br /&gt;
| date = November 25&lt;br /&gt;
| time = 2:30 p.m. &lt;br /&gt;
| w/l = l&lt;br /&gt;
| away = y&lt;br /&gt;
| rank = 1&lt;br /&gt;
| opponent = [[2017 Auburn Tigers football team|Auburn]]&lt;br /&gt;
| opprank = 6&lt;br /&gt;
| stadium = [[Jordan–Hare Stadium]]&lt;br /&gt;
| cityst = [[Auburn, Alabama|Auburn, AL]]&lt;br /&gt;
| gamename = [[Iron Bowl]]&lt;br /&gt;
| tv = CBS&lt;br /&gt;
| score = 14–26&lt;br /&gt;
| attend = 87,451&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
{{CFB schedule| rankyear = 2017 | poll = AP |timezone=Central&lt;br /&gt;
|{{CFB schedule entry&lt;br /&gt;
| date = September 2&lt;br /&gt;
| time = 7:00 p.m.&lt;br /&gt;
| w/l = w&lt;br /&gt;
| nonconf = y&lt;br /&gt;
| neutral = y&lt;br /&gt;
| rank = 1&lt;br /&gt;
| opponent = [[2017 Florida State Seminoles football team|Florida State]]&lt;br /&gt;
| opprank = 3&lt;br /&gt;
| stadium =  [[Mercedes-Benz Stadium]]&lt;br /&gt;
| cityst = [[Atlanta|Atlanta, GA]]&lt;br /&gt;
| gamename = [[Chick-fil-A Kickoff Game]]&lt;br /&gt;
| tv = [[Saturday Night Football|ABC]]&lt;br /&gt;
| score = 24–7&lt;br /&gt;
| attend = 76,330&lt;br /&gt;
}}&lt;br /&gt;
|{{CFB schedule entry&lt;br /&gt;
| date = September 9&lt;br /&gt;
| time = 2:30 p.m.&lt;br /&gt;
| w/l = w&lt;br /&gt;
| nonconf = y&lt;br /&gt;
| rank = 1&lt;br /&gt;
| opponent = [[2017 Fresno State Bulldogs football team|Fresno State]]&lt;br /&gt;
| stadium = [[Bryant–Denny Stadium]]&lt;br /&gt;
| cityst = [[Tuscaloosa, Alabama|Tuscaloosa, AL]]&lt;br /&gt;
| tv = [[ESPN College Football|ESPN2]]&lt;br /&gt;
| score = 41–10&lt;br /&gt;
| attend = 101,127&lt;br /&gt;
}}&lt;br /&gt;
|{{CFB schedule entry&lt;br /&gt;
| date = October 14&lt;br /&gt;
| time = 6:15 p.m.&lt;br /&gt;
| w/l = w&lt;br /&gt;
| rank = 1&lt;br /&gt;
| homecoming = y&lt;br /&gt;
| opponent = [[2017 Arkansas Razorbacks football team|Arkansas]]&lt;br /&gt;
| stadium = Bryant–Denny Stadium&lt;br /&gt;
| cityst = Tuscaloosa, AL&lt;br /&gt;
| tv = ESPN&lt;br /&gt;
| score = 41–9&lt;br /&gt;
| attend = 101,821&lt;br /&gt;
}}&lt;br /&gt;
|{{CFB schedule entry&lt;br /&gt;
| date = November 25&lt;br /&gt;
| time = 2:30 p.m. &lt;br /&gt;
| w/l = l&lt;br /&gt;
| away = y&lt;br /&gt;
| rank = 1&lt;br /&gt;
| opponent = [[2017 Auburn Tigers football team|Auburn]]&lt;br /&gt;
| opprank = 6&lt;br /&gt;
| stadium = [[Jordan–Hare Stadium]]&lt;br /&gt;
| cityst = [[Auburn, Alabama|Auburn, AL]]&lt;br /&gt;
| gamename = [[Iron Bowl]]&lt;br /&gt;
| tv = CBS&lt;br /&gt;
| score = 14–26&lt;br /&gt;
| attend = 87,451&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== Example 2 ===&lt;br /&gt;
&amp;lt;pre style=&amp;quot;overflow:auto&amp;quot;&amp;gt;&lt;br /&gt;
{{CFB schedule |caption=2004 IUPUI Jaguars season results | time = y | tv = y | attend=y |opprank=y |poll=AP |timezone=Eastern&lt;br /&gt;
| October 9, 2004 | 4:30 PM | |#9 [[2004 Purdue Boilermakers football team|Purdue]] | Beaver Stadium | [[University Park, Pennsylvania|University Park, PA]] | ESPN | L 13–20 | 108,183&lt;br /&gt;
| October 8, 2005 | 8:00 PM | |#6 [[2005 Ohio State Buckeyes football team|Ohio State]] | Beaver Stadium | University Park, PA | ABC | W 17–10 | 109,839 &lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
{{CFB schedule |caption=2004 IUPUI Jaguars season results | time = y | tv = y | attend=y |opprank=y |poll=AP |timezone=Eastern&lt;br /&gt;
| October 9, 2004 | 4:30 PM | |#9 [[2004 Purdue Boilermakers football team|Purdue]] | Beaver Stadium | [[University Park, Pennsylvania|University Park, PA]] | ESPN | L 13–20 | 108,183&lt;br /&gt;
| October 8, 2005 | 8:00 PM | |#6 [[2005 Ohio State Buckeyes football team|Ohio State]] | Beaver Stadium | University Park, PA | ABC | W 17–10 | 109,839 &lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;pre style=&amp;quot;overflow:auto&amp;quot;&amp;gt;&lt;br /&gt;
{{CFB schedule |caption=2004 IUPUI Jaguars season results |opprank=y |poll=AP |timezone=Eastern&lt;br /&gt;
|{{CFB schedule entry&lt;br /&gt;
| date=October 9, 2004 &lt;br /&gt;
| time=4:30&amp;amp;nbsp;pm &lt;br /&gt;
| opprank=9&lt;br /&gt;
| opponent=[[2004 Purdue Boilermakers football team|Purdue]] &lt;br /&gt;
| stadium = Beaver Stadium &lt;br /&gt;
| cityst = [[University Park, Pennsylvania|University Park, PA]]&lt;br /&gt;
| tv = ESPN &lt;br /&gt;
| w/l = l&lt;br /&gt;
| score = 13–20 &lt;br /&gt;
| attend = 108,183&lt;br /&gt;
}}&lt;br /&gt;
|{{CFB schedule entry&lt;br /&gt;
| date=October 8, 2005 &lt;br /&gt;
| time = 8:00&amp;amp;nbsp;pm &lt;br /&gt;
| opprank=6&lt;br /&gt;
| opponent= [[2005 Ohio State Buckeyes football team|Ohio State]] &lt;br /&gt;
| stadium = Beaver Stadium &lt;br /&gt;
| cityst = University Park, PA&lt;br /&gt;
| tv = ABC &lt;br /&gt;
| w/l = w&lt;br /&gt;
| score = 17–10 &lt;br /&gt;
| attend = 109,839 &lt;br /&gt;
}}&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
{{CFB schedule |opprank=y |poll=AP |timezone=Eastern&lt;br /&gt;
|{{CFB schedule entry&lt;br /&gt;
| date=October 9, 2004 &lt;br /&gt;
| time=4:30&amp;amp;nbsp;pm &lt;br /&gt;
| opprank=9&lt;br /&gt;
| opponent=[[2004 Purdue Boilermakers football team|Purdue]] &lt;br /&gt;
| stadium = Beaver Stadium &lt;br /&gt;
| cityst = [[University Park, Pennsylvania|University Park, PA]] &lt;br /&gt;
| tv = ESPN &lt;br /&gt;
| w/l = l&lt;br /&gt;
| score = 13–20 &lt;br /&gt;
| attend = 108,183&lt;br /&gt;
}}&lt;br /&gt;
|{{CFB schedule entry&lt;br /&gt;
| date=October 8, 2005 &lt;br /&gt;
| time = 8:00&amp;amp;nbsp;pm &lt;br /&gt;
| opprank=6&lt;br /&gt;
| opponent= [[2005 Ohio State Buckeyes football team|Ohio State]] &lt;br /&gt;
| stadium = Beaver Stadium &lt;br /&gt;
| cityst = University Park, PA&lt;br /&gt;
| tv = ABC &lt;br /&gt;
| w/l = w&lt;br /&gt;
| score = 17–10 &lt;br /&gt;
| attend = 109,839 &lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== Example 3 ===&lt;br /&gt;
&amp;lt;pre style=&amp;quot;overflow:auto&amp;quot;&amp;gt;&lt;br /&gt;
{{CFB schedule&lt;br /&gt;
|caption=1891 IUPUI Jaguars season results &lt;br /&gt;
|attend=y&lt;br /&gt;
|source=y&lt;br /&gt;
&lt;br /&gt;
|November 14| | [[1891 Cornell Big Red football team|Cornell]]|University Field|[[Princeton, New Jersey|Princeton, NJ]]|W 6–0|2,000|&amp;lt;ref&amp;gt;{{cite news|title=Princeton Beats Cornell: A Very Close and Exciting Game Between the Two Elevens|newspaper=The New York Times|date=November 15, 1891|page=3|url=https://www.newspapers.com/clip/16492546/princeton_beats_cornell/|via=[[Newspapers.com]]}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|November 26|v| [[1891 Yale Bulldogs football team|Yale]] ([[Princeton–Yale football rivalry|rivalry]])|Manhattan Field|[[Manhattan|New York, New NY]]|L 0–19|40,000|&amp;lt;ref&amp;gt;{{cite news|title=Yale Still Triumphant: Princeton Beaten on Manhattan Field by a Score of 19 to 0|newspaper=The Sun (New York)|date=November 27, 1891|pages=1-2|url=https://www.newspapers.com/clip/16492524/yale_still_triumphant/|via=[[Newspapers.com]]}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{reflist}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
{{CFB schedule&lt;br /&gt;
|caption=1891 IUPUI Jaguars season results &lt;br /&gt;
|attend=y&lt;br /&gt;
|source=y&lt;br /&gt;
&lt;br /&gt;
|November 14| | [[1891 Cornell Big Red football team|Cornell]]|University Field|[[Princeton, New Jersey|Princeton, NJ]]|W 6–0|2,000|&amp;lt;ref&amp;gt;{{cite news|title=Princeton Beats Cornell: A Very Close and Exciting Game Between the Two Elevens|newspaper=The New York Times|date=November 15, 1891|page=3|url=https://www.newspapers.com/clip/16492546/princeton_beats_cornell/|via=[[Newspapers.com]]}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|November 26|v| [[1891 Yale Bulldogs football team|Yale]] ([[Princeton–Yale football rivalry|rivalry]])|Manhattan Field|[[Manhattan|New York, NY]]|L 0–19|40,000|&amp;lt;ref&amp;gt;{{cite news|title=Yale Still Triumphant: Princeton Beaten on Manhattan Field by a Score of 19 to 0|newspaper=The Sun (New York)|date=November 27, 1891|pages=1–2|url=https://www.newspapers.com/clip/16492524/yale_still_triumphant/|via=[[Newspapers.com]]}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{reflist}}&lt;br /&gt;
&amp;lt;pre style=&amp;quot;overflow:auto&amp;quot;&amp;gt;&lt;br /&gt;
{{CFB schedule&lt;br /&gt;
|caption=1891 IUPUI Jaguars season results &lt;br /&gt;
|{{CFB schedule entry&lt;br /&gt;
|date = November 14&lt;br /&gt;
|opponent = [[1891 Cornell Big Red football team|Cornell]]&lt;br /&gt;
|stadium = University Field&lt;br /&gt;
|cityst = [[Princeton|Princeton, NJ]]&lt;br /&gt;
|w/l = w&lt;br /&gt;
|score = 6–0&lt;br /&gt;
|attend = 2,000&lt;br /&gt;
|source = &amp;lt;ref&amp;gt;{{cite news|title=Princeton Beats Cornell: A Very Close and Exciting Game Between the Two Elevens|newspaper=The New York Times|date=November 15, 1891|page=3|url=https://www.newspapers.com/clip/16492546/princeton_beats_cornell/|via=[[Newspapers.com]]}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
|{{CFB schedule entry&lt;br /&gt;
|date = November 26&lt;br /&gt;
|opponent = [[1891 Yale Bulldogs football team|Yale]] ([[Princeton–Yale football rivalry|rivalry]])&lt;br /&gt;
|stadium = Manhattan Field&lt;br /&gt;
|cityst = [[Manhattan|New York, NY]]&lt;br /&gt;
|neutral = y&lt;br /&gt;
|w/l = l&lt;br /&gt;
|score = 0–19&lt;br /&gt;
|attend = 40,000&lt;br /&gt;
|source = &amp;lt;ref&amp;gt;{{cite news|title=Yale Still Triumphant: Princeton Beaten on Manhattan Field by a Score of 19 to 0|newspaper=The Sun (New York)|date=November 27, 1891|pages=1-2|url=https://www.newspapers.com/clip/16492524/yale_still_triumphant/|via=[[Newspapers.com]]}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
{{reflist}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
{{CFB schedule&lt;br /&gt;
|caption=1891 IUPUI Jaguars season results &lt;br /&gt;
|{{CFB schedule entry&lt;br /&gt;
|date = November 14&lt;br /&gt;
|opponent = [[1891 Cornell Big Red football team|Cornell]]&lt;br /&gt;
|stadium = University Field&lt;br /&gt;
|cityst = Princeton, NJ&lt;br /&gt;
|w/l = w&lt;br /&gt;
|score = 6–0&lt;br /&gt;
|attend = 2,000&lt;br /&gt;
|source = &amp;lt;ref&amp;gt;{{cite news|title=Princeton Beats Cornell: A Very Close and Exciting Game Between the Two Elevens|newspaper=The New York Times|date=November 15, 1891|page=3|url=https://www.newspapers.com/clip/16492546/princeton_beats_cornell/|via=[[Newspapers.com]]}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
|{{CFB schedule entry&lt;br /&gt;
|date = November 26&lt;br /&gt;
|opponent = [[1891 Yale Bulldogs football team|Yale]] ([[Princeton–Yale football rivalry|rivalry]])&lt;br /&gt;
|stadium = Manhattan Field&lt;br /&gt;
|cityst = [[Manhattan|New York, NY]]&lt;br /&gt;
|neutral = y&lt;br /&gt;
|w/l = l&lt;br /&gt;
|score = 0–19&lt;br /&gt;
|attend = 40,000&lt;br /&gt;
|source = &amp;lt;ref&amp;gt;{{cite news|title=Yale Still Triumphant: Princeton Beaten on Manhattan Field by a Score of 19 to 0|newspaper=The Sun (New York)|date=November 27, 1891|pages=1–2|url=https://www.newspapers.com/clip/16492524/yale_still_triumphant/|via=[[Newspapers.com]]}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
{{reflist}}&lt;br /&gt;
== Tracking categories ==&lt;br /&gt;
* {{clc|Pages using CFB schedule with an unlinked gamename}}&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{sandbox other||&lt;br /&gt;
&amp;lt;!-- Categories below this line, please; interwikis at Wikidata --&amp;gt;&lt;br /&gt;
[[Category:American college football templates]]&lt;br /&gt;
[[Category:Sports schedule templates]]&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Wikipedia&gt;Frietjes</name></author>
	</entry>
</feed>