Kept on Wikipedia:Michigan MAC Trophy
| Michigan MAC Trophy | ||
| Central Michigan Chippewas | Eastern Michigan Eagles | Western Michigan Broncos |
| Football | ||
| Originated: | 2005 | |
| Current holder: | Western Michigan | |
| Central Michigan (6) 2006 2009 2010 2013 2017 2021 |
Eastern Michigan (5) 2007 2008 2011 2012 2022 |
Western Michigan (8) 2005 2014 2015 2016 2018 2019 2020 2023 |
| Men's Basketball | ||
| Originated: | 2006 | |
| Current holder: | Eastern Michigan | |
| Central Michigan (5) 2010 2012 2015 2016 2019 |
Eastern Michigan (4) 2017 2018 2020 2022 |
Western Michigan (8) 2006 2007 2008 2009 2011 2013 2014 2021 |
| <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": "42.8526"} },
{"name":"imgLon", "init": {"expr": "-84.6715"} },
{"name":"imgZoom", "init": {"expr": "6"} },
{"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": 42.8526,
"lon": -84.6715,
"img": "wikirawupload:https://upload.wikimedia.org/wikipedia/commons/thumb/1/10/Mapscaleline.svg/120px-Mapscaleline.svg.png?utm_source=commons.wikimedia.org&utm_campaign=imageinfo&utm_content=thumbnail",
"width": 50,
"height": 8,
"offsetX": 110.5,
"offsetY": 115,
"textAlign": "right",
"textDx": 22,
"textDy": -2,
"textColor": "grey",
"textFont": "Tahoma",
"textFontSize": 9,
"text": "100km" }
, { "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": 43.59, "lon": -84.777, "img": "wikirawupload:https://en.everybodywiki.com/images/thumb/0/0c/Red_pog.svg/10px-Red_pog.svg.png", "height": 10, "width": 10, "text": "CMU", "textAlign": "center", "textBaseline": "top", "textDx": 0, "textDy": 7, "textFontSize": 12, "textColor": "#000000"
} , { "lat": 42.283, "lon": -85.615, "img": "wikirawupload:https://upload.wikimedia.org/wikipedia/commons/thumb/e/e4/Brown_pog.svg/20px-Brown_pog.svg.png?utm_source=commons.wikimedia.org&utm_campaign=imageinfo&utm_content=thumbnail", "height": 10, "width": 10, "text": "WMU", "textAlign": "center", "textBaseline": "top", "textDx": 0, "textDy": 7, "textFontSize": 12, "textColor": "#000000"
} , { "lat": 42.250, "lon": -83.624, "img": "wikirawupload:https://en.everybodywiki.com/images/thumb/a/ab/Green_pog.svg/10px-Green_pog.svg.png", "height": 10, "width": 10, "text": "EMU", "textAlign": "center", "textBaseline": "top", "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 CMU, EMU, and WMU |
The Michigan MAC Trophy is given to the Mid-American Conference (MAC) university from Michigan โ Central Michigan University (CMU), Eastern Michigan University (EMU) and Western Michigan University (WMU) โ which has the best head-to-head record in each season of each sport. There are two separate trophies, one for football and the other for men's basketball. It is one of a handful of trophies in college sports contested between three teams; others are the Commander-in-Chief's Trophy and the irregularly awarded Florida Cup and Beehive Boot.
In the event of a tie the Michigan MAC Trophy remains with the previous holder until one of the other rivals claims the title. This happened with both trophies in 2008, when each team finished 2โ2 in men's basketball and 1โ1 in football; Western Michigan retained the men's basketball trophy and Eastern Michigan retained the football trophy. It also happened in 2012 with the football trophy, when EMU retained it.
Western Michigan has won the most total trophies with 16, 8 in basketball and 8 in football.
Western Michigan currently holds the football trophy and Eastern Michigan currently holds the men's basketball trophy.
History
The Michigan MAC Trophy was created in 2005 by the Michigan Sports Hall of Fame. There are two trophies, one given to the winner of the football series and the other to the winner of the men's basketball series. CMU, EMU and WMU have been competing together in the MAC since 1974 (although WMU joined the MAC in 1948).
Central Michigan won the football trophy in 2009 after Eastern Michigan won the previous two. The football trophy was won by all three schools in the trophy's first three years of existence. WMU won the first four basketball trophies before CMU won in 2010.
Western Michigan University claimed the inaugural Michigan MAC Trophy for each sport. Western Michigan also has the most trophies with 16, 8 in football and 8 in basketball.
Results
| Central Michigan victories | Eastern Michigan victories | Western Michigan victories | Tied series |
* Tie; retained trophy
Football
| Year | Winner | Summary | CMU vs. EMU | CMU vs. WMU | EMU vs. WMU | References |
|---|---|---|---|---|---|---|
| 2005 | Western Michigan | WMU 2โ0, EMU 1โ1, CMU 0โ2 | EMU 23โ20 (OT) | WMU 31โ24 | WMU 44โ36 | [1][2] |
| 2006 | Central Michigan | CMU 2โ0, WMU 1โ1, EMU 0โ2 | CMU 24โ17 (OT) | CMU 31โ7 | WMU 18โ15 | [3][4] |
| 2007 | Eastern Michigan | EMU 2โ0, CMU 1โ1, WMU 0โ2 | EMU 48โ45 | CMU 34โ31 | EMU 19โ2 | [5][6] |
| 2008 | Eastern Michigan * | CMU 1โ1, EMU 1โ1, WMU 1โ1 | EMU 56โ52 | CMU 38โ28 | WMU 31โ10 | [7][8] |
| 2009 | Central Michigan | CMU 2โ0, WMU 1โ1, EMU 0โ2 | CMU 56โ8 | CMU 34โ23 | WMU 35โ14 | [9][10] |
| 2010 | Central Michigan | CMU 2โ0, WMU 1โ1, EMU 0โ2 | CMU 52โ14 | CMU 26โ22 | WMU 45โ30 | [11][12] |
| 2011 | Eastern Michigan | EMU 2โ0, WMU 1โ1, CMU 0โ2 | EMU 35โ28 | WMU 44โ14 | EMU 14โ10 | [13][14] |
| 2012 | Eastern Michigan * | CMU 1โ1, EMU 1โ1, WMU 1โ1 | CMU 34โ31 | WMU 42โ31 | EMU 29โ23 | [15][16] |
| 2013 | Central Michigan | CMU 2โ0, EMU 1โ1, WMU 0โ2 | CMU 42โ10 | CMU 27โ22 | EMU 35โ32 (OT) | [17][18] |
| 2014 | Western Michigan | WMU 2โ0, CMU 1โ1, EMU 0โ2 | CMU 38โ7 | WMU 32โ20 | WMU 51โ7 | [19][20] |
| 2015 | Western Michigan | WMU 2โ0, CMU 1โ1, EMU 0โ2 | CMU 35โ28 | WMU 41โ39 | WMU 58โ28 | [21][22] |
| 2016 | Western Michigan | WMU 2โ0, EMU 1โ1, CMU 0โ2 | EMU 26โ21 | WMU 49โ10 | WMU 45โ31 | [23][24] |
| 2017 | Central Michigan | CMU 2โ0, WMU 1โ1, EMU 0โ2 | CMU 42โ30 | CMU 35โ28 | WMU 20โ17 (OT) | [25][26] |
| 2018 | Western Michigan | WMU 2โ0, EMU 1โ1, CMU 0โ2 | EMU 17โ7 | WMU 35โ10 | WMU 27โ24 | [27][28] |
| 2019 | Western Michigan * | CMU 1โ1, EMU 1โ1, WMU 1โ1 | CMU 42โ16 | WMU 31โ15 | EMU 34โ27 | [29][30] |
| 2020 | Western Michigan * | CMU 1โ1, EMU 1โ1, WMU 1โ1 | CMU 31โ23 | WMU 52โ44 | EMU 53โ42 | [31][32] |
| 2021 | Central Michigan | CMU 2โ0, EMU 1โ1, WMU 0โ2 | CMU 31โ10 | CMU 42โ30 | EMU 22โ21 | [33][34] |
| 2022 | Eastern Michigan | EMU 2โ0, WMU 1โ1, CMU 0โ2 | EMU 38โ19 | WMU 12โ10 | EMU 45โ23 | [35][36][37] |
| 2023 | Western Michigan | WMU 2โ0, CMU 1โ1 EMU 0โ2 | CMU 26โ23 | WMU 38โ28 | WMU 45โ21 | [38][39][40] |
Men's basketball
| Year | Winner | Summary | CMU vs. EMU | CMU vs. WMU | EMU vs. WMU | References |
|---|---|---|---|---|---|---|
| 2006 | Western Michigan | WMU 4โ0, EMU 2โ2, CMU 0โ4 | EMU 81โ75 EMU 80โ69 |
WMU 75โ71 WMU 68โ57 |
WMU 68โ62 WMU 67โ64 |
[41][42] |
| 2007 | Western Michigan | WMU 3โ1, CMU 2โ2, EMU 1โ3 | CMU 74โ68 EMU 87โ83 (OT) |
WMU 86โ76 CMU 71โ66 |
WMU 84โ80 WMU 80โ61 |
[43][44] |
| 2008 | Western Michigan * | CMU 2โ2, EMU 2โ2, WMU 2โ2 | CMU 62โ53 EMU 67โ64 |
WMU 72โ52 CMU 72โ68 |
EMU 81โ71 WMU 70โ52 |
[45][46] |
| 2009 | Western Michigan | WMU 3โ1, EMU 2โ2, CMU 1โ3 | EMU 84โ77 (2OT) EMU 57โ56 |
WMU 72โ63 CMU 71โ68 |
WMU 53โ45 WMU 46โ38 |
[47][48] |
| 2010 | Central Michigan | CMU 3โ1, WMU 2โ2, EMU 1โ3 | CMU 71โ63 CMU 56โ55 |
WMU 70โ61 CMU 74โ66 |
WMU 61โ47 EMU 66โ52 |
[49][50] |
| 2011 | Western Michigan | WMU 4โ0, CMU 1โ3, EMU 1โ3 | EMU 41โ38 CMU 66โ60 |
WMU 63โ56 WMU 81โ68 |
WMU 65โ48 WMU 87โ60 |
[51][52] |
| 2012 | Central Michigan | CMU 3โ1, EMU 2โ2, WMU 1โ3 | CMU 60โ56 CMU 55โ52 |
WMU 64โ61 CMU 76โ70 |
EMU 62โ59 (OT) EMU 54โ53 |
[53][54] |
| 2013 | Western Michigan | WMU 3โ1, EMU 2โ2, CMU 1โ3 | EMU 58โ52 CMU 61โ59 |
WMU 76โ59 WMU 71โ68 |
WMU 63โ59 EMU 50โ49 (OT) |
[55][56] |
| 2014 | Western Michigan * | EMU 3โ1, WMU 3โ1, CMU 0โ4 | EMU 72โ59 EMU 64โ42 |
WMU 75โ72 WMU 76โ64 |
EMU 56โ37 WMU 75โ67 |
[57][58] |
| 2015 | Central Michigan | CMU 3โ1, WMU 2โ2, EMU 1โ3 | CMU 65โ51 CMU 72โ56 |
CMU 70โ65 WMU 74โ62 |
EMU 69โ63 WMU 80โ72 |
[59][60] |
| 2016 | Central Michigan * | EMU 3โ1, WMU 3โ1, CMU 0โ4 | EMU 99โ80 EMU 71โ56 |
WMU 92โ85 WMU 91โ82 (OT) |
WMU 94โ86 EMU 74โ63 |
[61][62] |
| 2017 | Eastern Michigan | EMU 3โ1, WMU 2โ2, CMU 1โ3 | EMU 85โ63 EMU 109โ81 |
CMU 86โ82 WMU 88-80 |
EMU 86โ80 WMU 88โ80 |
[63][64] |
| 2018 | Eastern Michigan | EMU 3โ1, WMU 2โ2, CMU 1โ3 | EMU 79โ74 EMU 72โ67 |
WMU 83โ81 (OT) CMU 84โ71 |
WMU 71โ57 EMU 74-58 |
[65][66] |
| 2019 | Central Michigan | CMU 4โ0, EMU 2โ2, WMU 0โ4 | CMU 86โ82 CMU 77โ66 |
CMU 85โ64 CMU 82โ75 |
EMU 93โ67 EMU 77โ76 |
[67][68] |
| 2020 | Eastern Michigan | EMU 3โ1, CMU 2โ2, WMU 1โ3 | EMU 73โ70 EMU 67โ63 |
CMU 85โ78 CMU 85โ68 |
EMU 69โ51 WMU 70โ54 |
[69][70] |
| 2021 | Western Michigan | WMU 2โ1, CMU 2โ2, EMU 1โ2 | CMU 87โ60 CMU 75โ64 |
WMU 76โ61 WMU 67โ65 |
EMU 64โ63 at EMU โ canceled |
[71][72] |
| 2022 | Eastern Michigan | EMU 3โ1, WMU 2โ2, CMU 1โ3 | EMU 99โ68 EMU 75โ70 |
CMU 65โ55 WMU 77โ63 |
EMU 85โ79 WMU 71โ60 |
[73][74] |
| 2023 | Eastern Michigan | EMU 2โ1, WMU 2โ2, CMU 1โ2 | EMU 62โ56 |
CMU 70โ69 WMU 81โ65 |
WMU 85โ79 EMU 66โ59 |
[75][76][77] |
Total trophies
| University | Football trophies | Basketball trophies | Total trophies |
|---|---|---|---|
| Western Michigan | 8 | 8 | 16 |
| Central Michigan | 6 | 5 | 11 |
| Eastern Michigan | 5 | 5 | 10 |
Total records
Football
|
Men's basketball
|
See also
References
- โ "Western Michigan 2005 Schedule". ESPN. Retrieved January 18, 2017.
- โ "Eastern Michigan 2005 Schedule". ESPN. Retrieved January 18, 2017.
- โ "Western Michigan 2006 Schedule". ESPN. Retrieved January 18, 2017.
- โ "Eastern Michigan 2006 Schedule". ESPN. Retrieved January 18, 2017.
- โ "Western Michigan 2007 Schedule". ESPN. Retrieved January 18, 2017.
- โ "Eastern Michigan 2007 Schedule". ESPN. Retrieved January 18, 2017.
- โ "Western Michigan 2008 Schedule". ESPN. Retrieved January 18, 2017.
- โ "Eastern Michigan 2008 Schedule". ESPN. Retrieved January 18, 2017.
- โ "Western Michigan 2009 Schedule". ESPN. Retrieved January 18, 2017.
- โ "Eastern Michigan 2009 Schedule". ESPN. Retrieved January 18, 2017.
- โ "Western Michigan 2010 Schedule". ESPN. Retrieved January 18, 2017.
- โ "Eastern Michigan 2010 Schedule". ESPN. Retrieved January 18, 2017.
- โ "Western Michigan 2011 Schedule". ESPN. Retrieved January 18, 2017.
- โ "Eastern Michigan 2011 Schedule". ESPN. Retrieved January 18, 2017.
- โ "Western Michigan 2012 Schedule". ESPN. Retrieved January 18, 2017.
- โ "Eastern Michigan 2012 Schedule". ESPN. Retrieved January 18, 2017.
- โ "Western Michigan 2013 Schedule". ESPN. Retrieved January 18, 2017.
- โ "Eastern Michigan 2013 Schedule". ESPN. Retrieved January 18, 2017.
- โ "Western Michigan 2014 Schedule". ESPN. Retrieved January 18, 2017.
- โ "Eastern Michigan 2014 Schedule". ESPN. Retrieved January 18, 2017.
- โ "Western Michigan 2015 Schedule". ESPN. Retrieved January 18, 2017.
- โ "Eastern Michigan 2015 Schedule". ESPN. Retrieved January 18, 2017.
- โ "Western Michigan 2016 Schedule". ESPN. Retrieved January 18, 2017.
- โ "Eastern Michigan 2016 Schedule". ESPN. Retrieved January 18, 2017.
- โ "Western Michigan 2017 Schedule". ESPN. Retrieved October 2, 2017.
- โ "Eastern Michigan 2017 Schedule". ESPN. Retrieved October 2, 2017.
- โ "Western Michigan 2018 Schedule". ESPN. Retrieved March 22, 2018.
- โ "Eastern Michigan 2018 Schedule". ESPN. Retrieved March 22, 2018.
- โ "Western Michigan 2019 Schedule". ESPN. Retrieved September 28, 2019.
- โ "Eastern Michigan 2019 Schedule". ESPN. Retrieved September 28, 2019.
- โ "Western Michigan 2020 Schedule". ESPN. Retrieved November 12, 2020.
- โ "Eastern Michigan 2020 Schedule". ESPN. Retrieved November 12, 2020.
- โ "Central Michigan 2021 Schedule". CMU Athletics. Retrieved November 11, 2021.
- โ "Western Michigan 2021 Schedule". Western Michigan 2021 Schedule. Retrieved November 11, 2021.
- โ "Eastern Michigan vs. Western Michigan - Game Summary". ESPN. Retrieved November 2, 2022.
- โ "Western Michigan vs. Central Michigan - Game Summary". ESPN. Retrieved March 2, 2023.
- โ "Central Michigan vs. Eastern Michigan - Game Summary". ESPN. Retrieved March 2, 2023.
- โ "Eastern Michigan vs. Central Michigan - Game Summary". ESPN. Retrieved March 2, 2023.
- โ "Western Michigan vs. Eastern Michigan - Game Summary". ESPN. Retrieved March 2, 2023.
- โ "Central Michigan vs. Western Michigan - Game Summary". ESPN. Retrieved March 2, 2023.
- โ "Western Michigan Broncos Schedule - 2005-06". ESPN. Retrieved January 18, 2017.
- โ "Eastern Michigan Broncos Schedule - 2005-06". ESPN. Retrieved January 18, 2017.
- โ "Western Michigan Broncos Schedule - 2006-07". ESPN. Retrieved January 18, 2017.
- โ "Eastern Michigan Broncos Schedule - 2006-07". ESPN. Retrieved January 18, 2017.
- โ "Western Michigan Broncos Schedule - 2007-08". ESPN. Retrieved January 18, 2017.
- โ "Eastern Michigan Broncos Schedule - 2007-08". ESPN. Retrieved January 18, 2017.
- โ "Western Michigan Broncos Schedule - 2008-09". ESPN. Retrieved January 18, 2017.
- โ "Eastern Michigan Broncos Schedule - 2008-09". ESPN. Retrieved January 18, 2017.
- โ "Western Michigan Broncos Schedule - 2009-10". ESPN. Retrieved January 18, 2017.
- โ "Eastern Michigan Broncos Schedule - 2009-10". ESPN. Retrieved January 18, 2017.
- โ "Western Michigan Broncos Schedule - 2010-11". ESPN. Retrieved January 18, 2017.
- โ "Eastern Michigan Broncos Schedule - 2010-11". ESPN. Retrieved January 18, 2017.
- โ "Western Michigan Broncos Schedule - 2011-12". ESPN. Retrieved January 18, 2017.
- โ "Eastern Michigan Broncos Schedule - 2011-12". ESPN. Retrieved January 18, 2017.
- โ "Western Michigan Broncos Schedule - 2012-13". ESPN. Retrieved January 18, 2017.
- โ "Eastern Michigan Broncos Schedule - 2012-13". ESPN. Retrieved January 18, 2017.
- โ "Western Michigan Broncos Schedule - 2013-14". ESPN. Retrieved January 18, 2017.
- โ "Eastern Michigan Broncos Schedule - 2013-14". ESPN. Retrieved January 18, 2017.
- โ "Western Michigan Broncos Schedule - 2014-15". ESPN. Retrieved January 18, 2017.
- โ "Eastern Michigan Broncos Schedule - 2014-15". ESPN. Retrieved January 18, 2017.
- โ "Western Michigan Broncos Schedule - 2015-16". ESPN. Retrieved January 18, 2017.
- โ "Eastern Michigan Broncos Schedule - 2015-16". ESPN. Retrieved January 18, 2017.
- โ "Western Michigan Broncos Schedule - 2016-17". ESPN. Retrieved January 18, 2017.
- โ "Eastern Michigan Broncos Schedule - 2016-17". ESPN. Retrieved January 18, 2017.
- โ "Western Michigan Broncos Schedule - 2017-18". ESPN. Retrieved February 6, 2018.
- โ "Eastern Michigan Eagles Schedule - 2017-18". ESPN. Retrieved February 6, 2018.
- โ "Central Michigan Chippewas Schedule - 2018-19". ESPN. Retrieved February 26, 2019.
- โ "Eastern Michigan Eagles Schedule - 2018-19". ESPN. Retrieved February 6, 2018.
- โ "Central Michigan Chippewas Schedule - 2019-20". ESPN. Retrieved March 5, 2020.
- โ "Eastern Michigan Eagles Schedule - 2019-20". ESPN. Retrieved March 5, 2020.
- โ "Western Michigan Broncos Schedule - 2020-21". ESPN. Retrieved December 17, 2020.
- โ "Eastern Michigan Eagles Schedule - 2020-21". ESPN. Retrieved December 17, 2020.
- โ "2021-22 Eastern Michigan Eagles Schedule". ESPN. Retrieved 2022-02-16.
- โ "2021-22 Central Michigan Chippewas Schedule". ESPN. Retrieved 2022-02-16.
- โ "2022-23 Eastern Michigan Eagles Schedule". ESPN. Retrieved 2023-03-02.
- โ "2022-23 Central Michigan Chippewas Schedule". ESPN. Retrieved 2023-03-02.
- โ "2022-23 Western Michigan Broncos Schedule". ESPN. Retrieved 2023-03-02.
This article "Michigan MAC Trophy" is from Wikipedia. The list of its authors can be seen in its historical and/or the page Edithistory:Michigan MAC Trophy. Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.
| This page exists already on Wikipedia. |
- College football rivalry trophies in the United States
- College basketball rivalry trophies in the United States
- Central Michigan Chippewas football
- Eastern Michigan Eagles football
- Western Michigan Broncos football
- Central Michigan Chippewas men's basketball
- Eastern Michigan Eagles men's basketball
- Western Michigan Broncos men's basketball
- Awards established in 2005
- Pages using the Kartographer extension
