War for the Wheel
| Sport | College football |
|---|---|
| Teams | |
| First meeting | 1909 SEMO, 38–21 |
| Latest meeting | September 21, 2024 SEMO, 38–21 |
| Next meeting | 2025 |
| Statistics | |
| Meetings total | 92 |
| All-time series | SEMO leads 44-40-8 (.522)[1] |
| Largest victory | SIU, 56–7 (1983) |
| Longest win streak | SEMO, 9 (1933-1938) |
| Current win streak | SEMO, 1 (2024–present) |
| <graph>
{ // // ATTENTION: This code is maintained at https://www.mediawiki.org/wiki/Template:Graph:Street_map_with_marks // Please do not modify it anywhere else, as it may get copied and override your changes. // Suggestions can be made at https://www.mediawiki.org/wiki/Template_talk:Graph:Street_map_with_marks // // Template translation is in https://commons.wikimedia.org/wiki/Data:Original/Template:Graphs.tab // "version": 2, "width":295, "height": 250, "padding": 0, "signals":[ // These signals allow us to quickly move the map within the image, e.g. to leave space for the legend {"name":"legendWidth", "init": {"expr": "0"} }, {"name":"legendHeight", "init": {"expr": "height"} },
{"name":"imgWidth", "init": {"expr": "width-legendWidth"} },
{"name":"imgHeight", "init": {"expr": "height"} },
{"name":"imgXC", "init": {"expr": "imgWidth/2"} },
{"name":"imgYC", "init": {"expr": "imgHeight/2"} },
{"name":"imgTileSize", "init": {"expr": "256"} },
{"name":"imgLat", "init": {"expr": "37.5085"} },
{"name":"imgLon", "init": {"expr": "-89.3748"} },
{"name":"imgZoom", "init": {"expr": "8"} },
{"name":"picWidth", "init": {"expr": "180"} },
{"name":"picHeight", "init": {"expr": "picWidth/2"} },
{"name":"picXC", "init": {"expr": "imgWidth-(picWidth/2)"} },
{"name":"picYC", "init": {"expr": "imgHeight-(picHeight/2)"} },
{"name":"showMiniMap", "init": {"expr": "0"} }
],
"data": [
{
"name": "data",
// Otherwise use the first unnamed argument for source values "values": [ { "lat": 37.5085,
"lon": -89.3748,
"img": "wikirawupload:https://upload.wikimedia.org/wikipedia/commons/thumb/1/10/Mapscaleline.svg/120px-Mapscaleline.svg.png",
"width": 50,
"height": 8,
"offsetX": 110.5,
"offsetY": 115,
"textAlign": "right",
"textDx": 22,
"textDy": -2,
"textColor": "grey",
"textFont": "Tahoma",
"textFontSize": 9,
"text": "45km" }
, { "lat": 0, "lon": 0, "img": "wikirawupload:https://en.everybodywiki.com/images/thumb/0/0c/Red_pog.svg/10px-Red_pog.svg.png", "height": 10, "width": 10, "text": "", "textAlign": "right", "textBaseline": "middle", "textDx": -7, "textDy": 1, "textFontSize": 12, "textColor": "#AA1205"
} , { "lat": 37.7080, "lon": -89.2166, "img": "wikirawupload:https://en.everybodywiki.com/images/thumb/a/ab/Green_pog.svg/10px-Green_pog.svg.png", "height": 10, "width": 10, "text": "Southern Illinois", "textAlign": "center", "textBaseline": "top", "textDx": 0, "textDy": 7, "textFontSize": 12, "textColor": "#000000"
} , { "lat": 37.3089, "lon": -89.5329, "img": "wikirawupload:https://en.everybodywiki.com/images/thumb/0/0c/Red_pog.svg/10px-Red_pog.svg.png", "height": 10, "width": 10, "text": "Southeast Missouri State", "textAlign": "center", "textBaseline": "bottom", "textDx": 0, "textDy": -7, "textFontSize": 12, "textColor": "#000000"
}
],
"transform": [
{
"type": "geo",
"projection": "mercator",
"scale": {"expr": "imgTileSize/PI/2*pow(2,imgZoom)"},
"translate": [{"expr": "imgXC"}, {"expr": "imgYC"}],
"center": [{"expr": "imgLon"}, {"expr": "imgLat"}],
"lon": "lon", "lat": "lat"
},
{ "type": "formula", "field":"layout_x", "expr": "datum.layout_x + (datum.offsetX || 0)" },
{ "type": "formula", "field":"layout_y", "expr": "datum.layout_y + (datum.offsetY || 0)" },
{ "type": "formula", "field":"color", "expr": "datum.color || '#c33'" },
{ "type": "formula", "field":"textColor", "expr": "datum.textColor || datum.color" },
{ "type": "formula", "field":"strokeColor", "expr": "datum.strokeColor || '#ffe7e6'" }
]
},
{
// Hack: single value data source for drawing/hiding images and other non-series elements
"name": "dummyData",
"values": [{}]
}
],
// Legend only works if showLegend and colorScaleField are set "marks": [
{
"type": "image",
"from": {
"data": "dummyData",
"transform": [
{ "type": "formula", "field":"url", "expr": "'mapsnapshot:///?width='+imgWidth+'&height='+imgHeight+'&zoom='+imgZoom+'&lat='+imgLat+'&lon='+imgLon" }
]
},
"properties": {
"enter": {
"url": {"field": "url"},
"xc": {"signal": "imgXC"}, "yc": {"signal": "imgYC"},
"width": {"signal": "imgWidth"}, "height": {"signal": "imgHeight"}
}
}
},
{
// Places an image of a given name and size at the [lan,lon] location
"type": "image",
"from": {
"data": "data",
"transform": [
{ "type": "filter", "test": "datum.img" },
{ "type": "formula", "field":"iconWidth", "expr": "datum.width || 0" },
{ "type": "formula", "field":"iconHeight", "expr": "datum.height || 0" },
{ "type": "formula", "field":"img",
"expr": "if(!test(/^[a-z]+:\\/\\//, datum.img), 'wikifile:///'+datum.img, datum.img)" },
// Ensure that either width or height parameter is passed to wikifile:// request
{ "type": "formula", "field":"img",
"expr": "if((datum.iconWidth || datum.iconHeight) && !test(/[?&](width|height)=\\d/, datum.img),if(datum.iconWidth,datum.img+'?width='+datum.iconWidth,datum.img+'?height='+datum.iconHeight), datum.img)" }
]},
"properties": {
"enter": {
"url": {"field": "img"},
"xc": {"field": "layout_x"}, "yc": {"field": "layout_y"},
"width": {"field": "iconWidth"}, "height": {"field": "iconHeight"}
}
}
},
{
// Draw marks of a given color, shape, and size at the [lan,lon] location
"type": "symbol",
"from": {
"data": "data",
"transform": [{ "type": "filter", "test": "!datum.img" }]
},
"properties": {
"enter": {
"x": {"field": "layout_x"},
"y": {"field": "layout_y"},
// If colorScaleField is set, use color scaling, otherwise use the preset color value
"fill": { "field": "color" },
"size": {"field": "size"},
"shape": {"field": "shape"},
"stroke": {"field": "strokeColor"}
}
}
},
{
// Draw text with the given color and size at the [lan,lon] location
// See https://github.com/vega/vega/wiki/Marks#text for all parameter description (prepend "text" and capitalize them)
"type": "text",
"from": {
"data": "data",
"transform": [
{ "type": "filter", "test": "datum.text" },
// Figure out if this is an LTR or RTL page. For LTR, show label to the right of the icon, left-aligned. For RTL, reverse.
{ "type": "formula", "field":"isLTR", "expr": "'' == '\\u200E'" },
// If these values are not defined ("undefined" is not allowed, so test for truthiness and not 0)
{ "type": "formula", "field":"textDx", "expr": "if(!datum.textDx && datum.textDx != 0, if(datum.isLTR,8,-8), datum.textDx)" },
{ "type": "formula", "field":"textAlign", "expr": "if(!datum.textAlign, if(datum.isLTR,'left','right'), datum.textAlign)" },
{ "type": "formula", "field":"textBaseline", "expr": "datum.textBaseline || 'middle'" }
]},
"properties": {
"enter": {
"text": {"field": "text"},
"x": {"field": "layout_x" },
"y": {"field": "layout_y"},
"dx": {"field": "textDx" },
"dy": {"field": "textDy"},
"fill": {"field": "textColor"},
"align": {"field": "textAlign"},
"baseline": {"field": "textBaseline"},
"radius": {"field": "textRadius"},
"theta": {"field": "textTheta"},
"angle": {"field": "textAngle"},
"font": {"field": "textFont"},
"fontSize": {"field": "textFontSize"},
"fontWeight": {"field": "textFontWeight"},
"fontStyle": {"field": "textFontStyle"}
}
}
},
{
// Draw a low-zoom locator map frame
"type": "rect",
"from": {
"data": "dummyData",
"transform": [
{ "type": "filter", "test": "showMiniMap" }
]
},
"properties": {
"enter": {
"xc": {"signal": "picXC"}, "yc": {"signal": "picYC"},
"width": {"signal": "picWidth", "offset":2}, "height": {"signal": "picHeight"},
"stroke": {"value":"#fff"},"strokeWidth": {"value":6}
}
}
},
{
// Draw a low-zoom locator map by using a premade world map image
"type": "image",
"from": {
"data": "dummyData",
"transform": [
{ "type": "filter", "test": "showMiniMap" },
{ "type": "formula", "field":"url", "expr": "1" }
]
},
"properties": {
"enter": {
"url": {"value": "wikirawupload:"},
"xc": {"signal": "picXC"}, "yc": {"signal": "picYC"},
"width": {"signal": "picWidth"}, "height": {"signal": "picHeight"}
}
}
},
{
// Draw a zoom-out mark at the [lan,lon] location
"type": "symbol",
"from": {
"data": "dummyData",
"transform": [
{ "type": "filter", "test": "showMiniMap" },
{ "type": "formula", "field":"lat", "expr": "imgLat" },
{ "type": "formula", "field":"lon", "expr": "imgLon" },
{
"type": "geo",
"projection": "equirectangular",
"scale": {"expr": "180/2/PI"},
"translate": [{"expr": "picXC"}, {"expr": "picYC"}],
"center": [{"expr": "0"}, {"expr": "0"}],
"lon": "lon", "lat": "lat"
}
]
},
"properties": {
"enter": {
"x": {"field": "layout_x"}, "y": {"field": "layout_y"},
"fill": {"value": "#c33"},
"stroke": {"value": "#ffe7e6"},
"size": {"value": 40}
}
}
}
]
} </graph> |
| Locations of Southeast Missouri State and Southern Illinois |
The War for the Wheel is the name given to the Southeast Missouri State–Southern Illinois football rivalry.[2][3] It is a college football rivalry between the Southeast Missouri State Redhawks of Southeast Missouri State University and the Southern Illinois Salukis of Southern Illinois University. The rivalry was officially given its title in 2018, where the trophy wheel was instituted.[4]
History
The Redhawks currently play in Cape Girardeau, Missouri at Houck Stadium, while the Salukis play in Carbondale, Illinois at Saluki Stadium. The two teams are 45 miles apart, separated by the Mississippi River.
Notable games
1909: Inaugural match-up
1930: Houck Stadium's dedication game
2018: First game for the trophy
Game results
Since 1909, the Redhawks and Salukis have played 92 times. Southeast Missouri State leads the series 44–40–8. The game has been played in three cities: Cape Girardeau and St. Louis in Missouri, and Carbondale in Illinois. The Redhawks lead the series in Carbondale (24-20-4). The Salukis lead the series in St. Louis (1-0). The series is tied in Cape Girardeau (20–20–4).
| Southeast Missouri State victories | Southern Illinois victories | Tie games |
| No. | Date | Location | Winning team | Losing team | ||||
|---|---|---|---|---|---|---|---|---|
| 1 | 1909 | Carbondale, IL | Southeast Missouri State | 12 | Southern Illinois | 0 | ||
| 2 | 1910 | Carbondale, IL | Southeast Missouri State | 12 | Southern Illinois | 0 | ||
| 3 | 1913 | Cape Girardeau, MO | Southeast Missouri State | 17 | Southern Illinois | 14 | ||
| 4 | 1915 | Cape Girardeau, MO | Southern Illinois | 19 | Southeast Missouri State | 0 | ||
| 5 | 1915 | Carbondale, IL | Southern Illinois | 24 | Southeast Missouri State | 7 | ||
| 6 | 1916 | Carbondale, IL | Southern Illinois | 34 | Southeast Missouri State | 0 | ||
| 7 | 1916 | Cape Girardeau, MO | Southern Illinois | 31 | Southeast Missouri State | 0 | ||
| 8 | 1919 | Cape Girardeau, MO | Southeast Missouri State | 4 | Southern Illinois | 0 | ||
| 9 | 1921 | Cape Girardeau, MO | Southeast Missouri State | 13 | Southern Illinois | 0 | ||
| 10 | 1921 | Carbondale, IL | Tie | 0 | Tie | 0 | ||
| 11 | 1922 | Cape Girardeau, MO | Southeast Missouri State | 13 | Southern Illinois | 0 | ||
| 12 | 1922 | Carbondale, IL | Southeast Missouri State | 12 | Southern Illinois | 7 | ||
| 13 | 1923 | Cape Girardeau, MO | Southern Illinois | 13 | Southeast Missouri State | 0 | ||
| 14 | 1923 | Carbondale, IL | Southeast Missouri State | 13 | Southern Illinois | 12 | ||
| 15 | 1924 | Cape Girardeau, MO | Southern Illinois | 17 | Southeast Missouri State | 14 | ||
| 16 | 1924 | Carbondale, IL | Southern Illinois | 23 | Southeast Missouri State | 0 | ||
| 17 | 1925 | Cape Girardeau, MO | Southeast Missouri State | 10 | Southern Illinois | 0 | ||
| 18 | 1925 | Carbondale, IL | Tie | 0 | Tie | 0 | ||
| 19 | 1926 | Carbondale, IL | Tie | 0 | Tie | 0 | ||
| 20 | 1926 | Cape Girardeau, MO | Southern Illinois | 7 | Southeast Missouri State | 0 | ||
| 21 | 1927 | Carbondale, IL | Tie | 6 | Tie | 6 | ||
| 22 | 1927 | Cape Girardeau, MO | Tie | 0 | Tie | 0 | ||
| 23 | 1927 | Cape Girardeau, MO | Tie | 6 | Tie | 6 | ||
| 24 | 1929 | Carbondale, IL | Southern Illinois | 7 | Southeast Missouri State | 0 | ||
| 25 | October 3, 1930 | Cape Girardeau, MO | Southern Illinois | 12 | Southeast Missouri State | 6 | ||
| 26 | 1930 | Carbondale, IL | Southern Illinois | 19 | Southeast Missouri State | 0 | ||
| 27 | 1931 | Cape Girardeau, MO | Southern Illinois | 6 | Southeast Missouri State | 0 | ||
| 28 | 1931 | Carbondale, IL | Southern Illinois | 12 | Southeast Missouri State | 0 | ||
| 29 | 1927 | Carbondale, IL | Southeast Missouri State | 19 | Southern Illinois | 0 | ||
| 30 | 1932 | Cape Girardeau, MO | Tie | 0 | Tie | 0 | ||
| 31 | 1933 | Cape Girardeau, MO | Tie | 0 | Tie | 0 | ||
| 32 | 1933 | Carbondale, IL | Southeast Missouri State | 12 | Southern Illinois | 9 | ||
| 33 | 1934 | Carbondale, IL | Southeast Missouri State | 14 | Southern Illinois | 6 | ||
| 34 | 1934 | Cape Girardeau, MO | Southeast Missouri State | 32 | Southern Illinois | 0 | ||
| 35 | 1935 | Carbondale, IL | Southeast Missouri State | 7 | Southern Illinois | 0 | ||
| 36 | 1935 | Cape Girardeau, MO | Southeast Missouri State | 14 | Southern Illinois | 0 | ||
| 37 | 1936 | Carbondale, IL | Southeast Missouri State | 6 | Southern Illinois | 4 | ||
| 38 | 1937 | Cape Girardeau, MO | Southeast Missouri State | 14 | Southern Illinois | 0 | ||
| 39 | 1937 | Carbondale, IL | Southeast Missouri State | 13 | Southern Illinois | 0 | ||
| 40 | 1938 | Carbondale, IL | Southeast Missouri State | 27 | Southern Illinois | 0 | ||
| 41 | 1938 | Cape Girardeau, MO | Southern Illinois | 6 | Southeast Missouri State | 0 | ||
| 42 | 1939 | Cape Girardeau, MO | Southeast Missouri State | 9 | Southern Illinois | 2 | ||
| 43 | 1939 | Carbondale, IL | Southeast Missouri State | 24 | Southern Illinois | 0 | ||
| 44 | 1940 | Carbondale, IL | Southern Illinois | 14 | Southeast Missouri State | 13 | ||
| 45 | 1940 | Cape Girardeau, MO | Southeast Missouri State | 6 | Southern Illinois | 0 | ||
| 46 | 1941 | Cape Girardeau, MO | Southeast Missouri State | 14 | Southern Illinois | 7 | ||
| 47 | 1942 | Carbondale, IL | Southeast Missouri State | 26 | Southern Illinois | 7 | ||
| 48 | 1944 | Cape Girardeau, MO | Southeast Missouri State | 26 | Southern Illinois | 7 | ||
| 49 | 1946 | Carbondale, IL | Southeast Missouri State | 20 | Southern Illinois | 13 | ||
| 50 | 1947 | Cape Girardeau, MO | Southern Illinois | 20 | Southeast Missouri State | 13 | ||
| 51 | 1948 | Carbondale, IL | Southern Illinois | 25 | Southeast Missouri State | 13 | ||
| 52 | 1949 | Cape Girardeau, MO | Southeast Missouri State | 25 | Southern Illinois | 7 | ||
| 53 | 1949 | Carbondale, IL | Southern Illinois | 14 | Southeast Missouri State | 7 | ||
| 54 | 1950 | Carbondale, IL | Southeast Missouri State | 10 | Southern Illinois | 0 | ||
| 55 | 1951 | Cape Girardeau, MO | Southeast Missouri State | 45 | Southern Illinois | 6 | ||
| 56 | 1952 | Carbondale, IL | Southeast Missouri State | 20 | Southern Illinois | 0 | ||
| 57 | 1953 | Cape Girardeau, MO | Southeast Missouri State | 32 | Southern Illinois | 6 | ||
| 58 | 1954 | Carbondale, IL | Southeast Missouri State | 7 | Southern Illinois | 6 | ||
| 59 | 1955 | Cape Girardeau, MO | Southeast Missouri State | 7 | Southern Illinois | 0 | ||
| 60 | September 17, 1983 | Carbondale, IL | Southern Illinois | 56 | Southeast Missouri State | 7 | ||
| 61 | September 29, 1984 | Cape Girardeau, MO | Southern Illinois | 27 | Southeast Missouri State | 16 | ||
| 62 | October 19, 1985 | Carbondale, IL | Southern Illinois | 51 | Southeast Missouri State | 13 | ||
| 63 | August 31, 1991 | Cape Girardeau, MO | Southern Illinois | 28 | Southeast Missouri State | 27 | ||
| 64 | September 12, 1992 | Carbondale, IL | Southern Illinois | 44 | Southeast Missouri State | 35 | ||
| 65 | October 15, 1994 | Carbondale, IL | Southeast Missouri State | 24 | Southern Illinois | 14 | ||
| 66 | August 31, 1995 | Cape Girardeau, MO | Southern Illinois | 30 | Southeast Missouri State | 27 | ||
| 67 | November 16, 1996 | Carbondale, IL | Southern Illinois | 34 | Southeast Missouri State | 17 | ||
| 68 | November 15, 1997 | Cape Girardeau, MO | Southeast Missouri State | 28 | Southern Illinois | 17 | ||
| 69 | November 14, 1998 | Carbondale, IL | Southern Illinois | 34 | Southeast Missouri State | 7 | ||
| 70 | September 2, 1999 | Cape Girardeau, MO | Southern Illinois | 43 | Southeast Missouri State | 25 | ||
| 71 | September 9, 2000 | Carbondale, IL | Southeast Missouri State | 34 | Southern Illinois | 33 | ||
| 72 | September 8, 2001 | Cape Girardeau, MO | Southeast Missouri State | 24 | Southern Illinois | 5 | ||
| 73 | September 7, 2002 | Carbondale, IL | Southeast Missouri State | 21 | Southern Illinois | 14 | ||
| 74 | September 6, 2003 | Cape Girardeau, MO | Southern Illinois | 28 | Southeast Missouri State | 7 | ||
| 75 | September 2, 2004 | Carbondale, IL | Southern Illinois | 42 | Southeast Missouri State | 3 | ||
| 76 | September 1, 2005 | Cape Girardeau, MO | Southern Illinois | 58 | Southeast Missouri State | 23 | ||
| 77 | November 21, 2009 | Cape Girardeau, MO | Southern Illinois | 42 | Southeast Missouri State | 24 | ||
| 78 | September 18, 2010 | Carbondale, IL | Southeast Missouri State | 24 | Southern Illinois | 21 | ||
| 79 | September 3, 2011 | Cape Girardeau, MO | Southern Illinois | 38 | Southeast Missouri State | 10 | ||
| 80 | September 15, 2012 | Carbondale, IL | Southern Illinois | 35 | Southeast Missouri State | 14 | ||
| 81 | September 21, 2013 | St. Louis, MO | Southern Illinois | 36 | Southeast Missouri State | 19 | ||
| 82 | September 13, 2014 | Carbondale, IL | Southern Illinois | 50 | Southeast Missouri State | 23 | ||
| 83 | September 12, 2015 | Cape Girardeau, MO | Southeast Missouri State | 27 | Southern Illinois | 24 | ||
| 84 | September 10, 2016 | Carbondale, IL | Southern Illinois | 30 | Southeast Missouri State | 22 | ||
| 85 | September 16, 2017 | Cape Girardeau, MO | Southern Illinois | 35 | Southeast Missouri State | 17 | ||
| 86 | September 15, 2018 | Carbondale, IL | Southeast Missouri State | 48 | Southern Illinois | 44 | ||
| 87 | August 29, 2019 | Cape Girardeau, MO | Southeast Missouri State | 44 | Southern Illinois | 26 | ||
| 88 | October 30, 2020 | Carbondale, IL | Southern Illinois | 20 | Southeast Missouri State | 17 | ||
| 89 | September 2, 2021 | Cape Girardeau, MO | Southern Illinois | 47 | Southeast Missouri State | 21 | ||
| 90 | September 10, 2022 | Carbondale, IL | Southeast Missouri State | 34 | Southern Illinois | 31 | ||
| 91 | September 16, 2023 | Cape Girardeau, MO | #15 Southern Illinois | 26 | #13 Southeast Missouri State | 25 | ||
| 92 | September 21, 2024 | Carbondale, IL | #21 Southeast Missouri State | 38 | #7 Southern Illinois | 21 | ||
| Series: Southeast Missouri State leads 44–40–8[1] | ||||||||
Results by location
As of November 10, 2024
| State | City | Games | Southeast Missouri State victories | Southern Illinois victories | Ties | Years played |
|---|---|---|---|---|---|---|
| Missouri | Cape Girardeau | 44 | 20 | 20 | 4 | 1913-present |
| St. Louis | 1 | 0 | 1 | 0 | 2013 | |
| Illinois | Carbondale | 47 | 24 | 20 | 4 | 1909-present |
Summary
As of November 10, 2024
| Years | Games | Southeast Missouri State victories | Southern Illinois victories | Ties | Score |
|---|---|---|---|---|---|
| 1900s | 1 | 1 | 0 | 0 | Southeast Missouri State 12–Southern Illinois 0 |
| 1910s | 7 | 3 | 4 | 0 | Southeast Missouri State 40–Southern Illinois 122 |
| 1920s | 16 | 5 | 5 | 6 | Southeast Missouri State 90–Southern Illinois 91 |
| 1930s | 14 | 11 | 1 | 2 | Southeast Missouri State 172–Southern Illinois 27 |
| 1940s | 10 | 6 | 4 | 0 | Southeast Missouri State 145–Southern Illinois 114 |
| 1950s | 6 | 6 | 0 | 0 | Southeast Missouri State 121–Southern Illinois 18 |
| 1980s | 3 | 0 | 3 | 0 | Southeast Missouri State 36–Southern Illinois 134 |
| 1990s | 8 | 2 | 6 | 0 | Southeast Missouri State 190–Southern Illinois 244 |
| 2000s | 7 | 3 | 4 | 0 | Southeast Missouri State 136–Southern Illinois 222 |
| 2010s | 10 | 4 | 6 | 0 | Southeast Missouri State 248–Southern Illinois 339 |
| 2020s | 5 | 3 | 2 | 0 | Southeast Missouri State 135–Southern Illinois 145 |
| Total | 92 | 44 | 40 | 8 | Southeast Missouri State 1,325–Southern Illinois 1,456 |
References
- ↑ 1.0 1.1 "Southern Illinois University Football Record Book" (PDF). SIU Salukis. Southern Illinois University Athletics. 28 June 2023. Archived from the original (PDF) on 12 November 2024. Retrieved 12 November 2024.
- ↑ Diez, Beto Vaca. "The History of the War for the Wheel". Southeast Arrow. Archived from the original on 12 November 2024. Retrieved 12 November 2024.
- ↑ "Southeast Missouri Wins the War for the Wheel Trophy". AFCA. American Football Coaches Association. Archived from the original on 13 November 2024. Retrieved 13 November 2024.
- ↑ "War For The Wheel". SIU Salukis. Southern Illinois University Athletics. Archived from the original on 12 November 2024. Retrieved 12 November 2024.
- ↑ Veach, Kailyn. "Houck Field: A history". Southeast Arrow. Archived from the original on 15 November 2024. Retrieved 15 November 2024.
This article "War for the Wheel" is from Wikipedia. The list of its authors can be seen in its historical and/or the page Edithistory:War for the Wheel. Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.
