<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://the-democratika.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Template%3AInfobox_NCAA_conference_tournament%2Fdoc</id>
	<title>Template:Infobox NCAA conference tournament/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://the-democratika.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Template%3AInfobox_NCAA_conference_tournament%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://the-democratika.com/wiki/index.php?title=Template:Infobox_NCAA_conference_tournament/doc&amp;action=history"/>
	<updated>2026-04-04T22:39:10Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://the-democratika.com/wiki/index.php?title=Template:Infobox_NCAA_conference_tournament/doc&amp;diff=8075&amp;oldid=prev</id>
		<title>&gt;1ctinus: add {{Auto short description}}</title>
		<link rel="alternate" type="text/html" href="https://the-democratika.com/wiki/index.php?title=Template:Infobox_NCAA_conference_tournament/doc&amp;diff=8075&amp;oldid=prev"/>
		<updated>2024-05-15T18:37:01Z</updated>

		<summary type="html">&lt;p&gt;add {{Auto short description}}&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;
{{Auto short description}}&lt;br /&gt;
&amp;lt;!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE --&amp;gt;&lt;br /&gt;
{{Lua|Module:Infobox|Module:InfoboxImage|Module:Check for unknown parameters}}&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
{{Parameter names example|_template=| all_locations | all_stadiums | caption | conference | current_champion | current_champion_label | current_location | current_stadium | defunct | format | image | image_alt | image_size | most_champion_games | most_championships | most_recent | name | number_of_teams | optional_subheader | sponsors | sport | television | trophy | website | years }}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;wikitext&amp;quot; style=&amp;quot;overflow: auto;&amp;quot;&amp;gt;&lt;br /&gt;
{{Infobox NCAA conference tournament&lt;br /&gt;
| name                   = &lt;br /&gt;
| optional_subheader     = &lt;br /&gt;
| defunct                = &lt;br /&gt;
| image                  = &lt;br /&gt;
| caption                = &lt;br /&gt;
| sport                  = &lt;br /&gt;
| conference             = &lt;br /&gt;
| number_of_teams        = &lt;br /&gt;
| format                 = &lt;br /&gt;
| current_stadium        = &lt;br /&gt;
| current_location       = &lt;br /&gt;
| years                  = &lt;br /&gt;
| most_recent            = &lt;br /&gt;
| current_champion_label = &lt;br /&gt;
| current_champion       = &lt;br /&gt;
| most_championships     = &lt;br /&gt;
| trophy                 = &lt;br /&gt;
| television             = &lt;br /&gt;
| website                = &lt;br /&gt;
| sponsors               = &lt;br /&gt;
| all_stadiums           = &lt;br /&gt;
| all_locations          = &lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
===Explained===&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;wikitext&amp;quot;&amp;gt;&lt;br /&gt;
{{Infobox NCAA conference tournament&lt;br /&gt;
| name                   = &amp;lt;!-- Name displayed at top --&amp;gt;&lt;br /&gt;
| optional_subheader     = &amp;lt;!-- Subheader to top name --&amp;gt;&lt;br /&gt;
| defunct                = &amp;lt;!-- DO NOT type anything here unless game is no longer played --&amp;gt;&lt;br /&gt;
| image                  = &lt;br /&gt;
| image_size             = &amp;lt;!-- such as 300px --&amp;gt;&lt;br /&gt;
| caption                = &amp;lt;!-- Caption for image --&amp;gt;&lt;br /&gt;
| sport                  = &amp;lt;!-- Basketball, baseball, football, etc. --&amp;gt;&lt;br /&gt;
| conference             = &amp;lt;!-- Name of conference --&amp;gt;&lt;br /&gt;
| number_of_teams        = &lt;br /&gt;
| format                 = &amp;lt;!-- Format of tournament (Single elimination, double elimination, round robin, etc. --&amp;gt;&lt;br /&gt;
| current_stadium        = &lt;br /&gt;
| current_location       = &lt;br /&gt;
| years                  = &lt;br /&gt;
| most_recent            = &amp;lt;!-- Most recent tournament played --&amp;gt;&lt;br /&gt;
| current_champion_label = &amp;lt;!-- Defaults to &amp;quot;Current champion&amp;quot; if left blank. Optional, for situations where &amp;quot;Defending champion&amp;quot; is a better display option --&amp;gt;&lt;br /&gt;
| current_champion       = &lt;br /&gt;
| most_championships     = &amp;lt;!-- Change to most_champion_games if you would like &amp;#039;&amp;#039;&amp;#039;Most Championship&amp;lt;br /&amp;gt;Games Won&amp;#039;&amp;#039;&amp;#039; displayed&lt;br /&gt;
instead of the standard &amp;#039;&amp;#039;&amp;#039;Most Championships&amp;#039;&amp;#039;&amp;#039; (if you fear confusion with pre-championship game championships) --&amp;gt;&lt;br /&gt;
| trophy                 = &amp;lt;!-- If a trophy is awarded to the champion, put what it is in this field --&amp;gt;&lt;br /&gt;
| television             = &lt;br /&gt;
| website                = &lt;br /&gt;
| sponsors               = &lt;br /&gt;
| all_stadiums           = &amp;lt;!-- All stadiums that have hosted the tournament (if more than current) --&amp;gt;&lt;br /&gt;
| all_locations          = &amp;lt;!-- All locations that have hosted the tournament (if more than current) --&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This template adds the article to [[:Category:College football bowls]]. Those bowls which are defunct are instead added to [[:Category:Defunct college football bowls]].&lt;br /&gt;
&lt;br /&gt;
==Guide==&lt;br /&gt;
In example, &amp;lt;nowiki&amp;gt;&amp;lt;ref&amp;gt;s&amp;lt;/nowiki&amp;gt; are not shown.&lt;br /&gt;
&lt;br /&gt;
{| class=wikitable style=&amp;quot;font-size:90%;&amp;quot;&lt;br /&gt;
!Field&lt;br /&gt;
!Instructions&lt;br /&gt;
!width=60%|Example&lt;br /&gt;
|- style=&amp;quot;background-color:#FFF68F;&amp;quot;&lt;br /&gt;
! name&lt;br /&gt;
| Name of the college tournament. Typically this should also be the name of the article.&lt;br /&gt;
| &amp;lt;syntaxhighlight lang=&amp;quot;wikitext&amp;quot;&amp;gt;SEC men&amp;#039;s basketball tournament&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! optional_subheader&lt;br /&gt;
| Anything that would describe more fully the article or infobox.&lt;br /&gt;
| &amp;lt;syntaxhighlight lang=&amp;quot;wikitext&amp;quot;&amp;gt;Conference championship basketball tournament&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! defunct&lt;br /&gt;
| If the tournament is defunct, type anything in this field to add the &amp;quot;defunct&amp;quot; status to the infobox. Otherwise, leave this field blank. &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
! image&lt;br /&gt;
| filename only, logo recommended&lt;br /&gt;
| &amp;lt;syntaxhighlight lang=&amp;quot;wikitext&amp;quot;&amp;gt;SEC new logo.png&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! image_size&lt;br /&gt;
| width in pixels (optional)&lt;br /&gt;
| &amp;lt;syntaxhighlight lang=&amp;quot;wikitext&amp;quot;&amp;gt;300px&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! caption&lt;br /&gt;
| Type the image caption here. &lt;br /&gt;
| &amp;lt;syntaxhighlight lang=&amp;quot;wikitext&amp;quot;&amp;gt;SEC tournament logo&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! sport&lt;br /&gt;
| The type of sport being competed in. &lt;br /&gt;
| &amp;lt;syntaxhighlight lang=&amp;quot;wikitext&amp;quot;&amp;gt;[[Basketball]]&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! conference&lt;br /&gt;
| The sports conference.&lt;br /&gt;
| &amp;lt;syntaxhighlight lang=&amp;quot;wikitext&amp;quot;&amp;gt;[[Southeastern Conference]]&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! number_of_teams&lt;br /&gt;
| Number of teams competing in tournament. &lt;br /&gt;
| &amp;lt;syntaxhighlight lang=&amp;quot;wikitext&amp;quot;&amp;gt;12&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! format&lt;br /&gt;
| Format of the tournament (Single elimination, double elimination, round robin, etc.) &lt;br /&gt;
| &amp;lt;syntaxhighlight lang=&amp;quot;wikitext&amp;quot;&amp;gt;[[Single-elimination tournament]]&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
! current_stadium&lt;br /&gt;
| Type the name of the stadium or field where the tournament is currently being played. (or, was last played at)&lt;br /&gt;
| &amp;lt;syntaxhighlight lang=&amp;quot;wikitext&amp;quot;&amp;gt;[[Georgia Dome]]&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! current_location&lt;br /&gt;
| Type the name of the location where the tournament is currently played.&lt;br /&gt;
| &amp;lt;syntaxhighlight lang=&amp;quot;wikitext&amp;quot;&amp;gt;[[Atlanta, Georgia]]&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
! years &lt;br /&gt;
| List the years the tournament has been played.&lt;br /&gt;
| &amp;lt;syntaxhighlight lang=&amp;quot;wikitext&amp;quot;&amp;gt;{{ubl|1933 — 1952|1979 — present}}&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
! most_recent &lt;br /&gt;
| List the most recent contest played.&lt;br /&gt;
| &amp;lt;syntaxhighlight lang=&amp;quot;wikitext&amp;quot;&amp;gt;[[2008 SEC men&amp;#039;s basketball tournament]]&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! current_champion_label&lt;br /&gt;
| Optional label for the most recent winner. Default is &amp;quot;Current champion&amp;quot;.&lt;br /&gt;
|&lt;br /&gt;
|- &lt;br /&gt;
! current_champion&lt;br /&gt;
| The most recent winner.&lt;br /&gt;
| &amp;lt;syntaxhighlight lang=&amp;quot;wikitext&amp;quot;&amp;gt;[[Georgia Bulldogs basketball|Georgia Bulldogs]]&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
! most_championships&lt;br /&gt;
| The team with the most championships. (NOTE: You may change this field name to most_champion_games to change the display of the descriptive text from &amp;#039;&amp;#039;&amp;#039;Most Championships&amp;#039;&amp;#039;&amp;#039; to &amp;#039;&amp;#039;&amp;#039;Most Championship Games Won&amp;#039;&amp;#039;&amp;#039;, which would be more descriptive if you fear confusion with championships declared prior to the introduction of a championship game, usually pertaining to football)&lt;br /&gt;
| &amp;lt;syntaxhighlight lang=&amp;quot;wikitext&amp;quot;&amp;gt;[[Kentucky Wildcats basketball|Kentucky Wildcats]] (25)&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
! trophy&lt;br /&gt;
| If a trophy is awarded to the team who wins the championship game, put the name of the trophy here.&lt;br /&gt;
| &amp;lt;syntaxhighlight lang=&amp;quot;wikitext&amp;quot;&amp;gt;[[Mason Cup]]&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
! television&lt;br /&gt;
| List the television broadcaster(s) here.&lt;br /&gt;
| &amp;lt;syntaxhighlight lang=&amp;quot;wikitext&amp;quot;&amp;gt;[[ESPN2]], [[CBS Sports]]&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
! website&lt;br /&gt;
| Website, if there is one, for the tournament.&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[http://www.secsports.com/index.php?url_channel_id=3&amp;amp;change_well_id=1 SECSports.com Men&amp;#039;s Basketball]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
! sponsors&lt;br /&gt;
| List the current and former sponsors of the tournament. (years in parentheses if they have changed over time)&lt;br /&gt;
| &amp;lt;syntaxhighlight lang=&amp;quot;wikitext&amp;quot;&amp;gt; &amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
! all_stadiums&lt;br /&gt;
| Type the name of all other stadiums or fields which have played host to the tournament. (if more than just current)&lt;br /&gt;
| &amp;lt;syntaxhighlight lang=&amp;quot;wikitext&amp;quot;&amp;gt;{{plainlist|&lt;br /&gt;
* [[Gaylord Entertainment Center]] (2001, 2006)&lt;br /&gt;
* [[Orlando Arena]] (1990)&lt;br /&gt;
* [[Louisville Gardens]] (1941-1952)&lt;br /&gt;
* etc.&lt;br /&gt;
}}&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! all_locations&lt;br /&gt;
| Type the name of the locations which have played host to the tournament.&lt;br /&gt;
| &amp;lt;syntaxhighlight lang=&amp;quot;wikitext&amp;quot;&amp;gt;{{plainlist|&lt;br /&gt;
* [[Nashville, Tennessee]] (2001, 2006)&lt;br /&gt;
* [[Orlando, Florida]] (1990)&lt;br /&gt;
* [[Louisville, Kentucky]] (1941-1952)&lt;br /&gt;
* etc.&lt;br /&gt;
}}&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=3 style=&amp;quot;background-color:#FFF68F&amp;#039; text-align:center;&amp;quot;|&amp;#039;&amp;#039;&amp;#039;Required field&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;wikitext&amp;quot; style=&amp;quot;overflow:auto&amp;quot;&amp;gt;&lt;br /&gt;
{{Infobox NCAA conference tournament&lt;br /&gt;
| name               = SEC men&amp;#039;s basketball tournament&lt;br /&gt;
| optional_subheader = Championship conference basketball tournament&lt;br /&gt;
| defunct            = &lt;br /&gt;
| image              = Southeastern Conference logo.svg&lt;br /&gt;
| image_size         = 100px&lt;br /&gt;
| caption            = SEC logo&lt;br /&gt;
| sport              = [[Basketball]]&lt;br /&gt;
| conference         = [[Southeastern Conference]]&lt;br /&gt;
| number_of_teams    = 12&lt;br /&gt;
| format             = [[Single-elimination tournament]]&lt;br /&gt;
| current_stadium    = [[Georgia Dome]]&lt;br /&gt;
| current_location   = [[Atlanta, Georgia]]&lt;br /&gt;
| years              = 1933-1952, 1979-present&lt;br /&gt;
| most_recent        = [[2008 SEC men&amp;#039;s basketball tournament|2008 tournament]]&lt;br /&gt;
| current_champion   = [[Georgia Bulldogs basketball|Georgia Bulldogs]]&lt;br /&gt;
| most_championships = [[Kentucky Wildcats basketball|Kentucky Wildcats]] (25)&lt;br /&gt;
| trophy             = [[Mason Cup]] &amp;lt;!-- Hockey trophy; Just using for example --&amp;gt;&lt;br /&gt;
| television         = [[ESPN2]], [[CBS Sports]]&lt;br /&gt;
| website            = [http://www.secsports.com/index.php?url_channel_id=3&amp;amp;change_well_id=1 SECSports.com Men&amp;#039;s Basketball]&lt;br /&gt;
| sponsors           = &lt;br /&gt;
| all_stadiums       = {{plainlist|&lt;br /&gt;
*[[Gaylord Entertainment Center]] (2001, 2006)&lt;br /&gt;
* [[Orlando Arena]] (1990)&lt;br /&gt;
* [[Louisville Gardens]] (1941-1952)&lt;br /&gt;
* etc...&lt;br /&gt;
}}&lt;br /&gt;
| all_locations      = {{plainlist|&lt;br /&gt;
* [[Nashville, Tennessee]] (2001, 2006)&lt;br /&gt;
* [[Orlando, Florida]] (1990)&lt;br /&gt;
* [[Louisville, Kentucky]] (1941-1952)&lt;br /&gt;
* etc...&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
Would yield the following:&lt;br /&gt;
{{Infobox NCAA conference tournament&lt;br /&gt;
| name               = SEC men&amp;#039;s basketball tournament&lt;br /&gt;
| optional_subheader = Championship conference basketball tournament&lt;br /&gt;
| defunct            = &lt;br /&gt;
| image              = Southeastern Conference logo.svg&lt;br /&gt;
| image_size         = 100px&lt;br /&gt;
| caption            = SEC logo&lt;br /&gt;
| sport              = [[Basketball]]&lt;br /&gt;
| conference         = [[Southeastern Conference]]&lt;br /&gt;
| number_of_teams    = 12&lt;br /&gt;
| format             = [[Single-elimination tournament]]&lt;br /&gt;
| current_stadium    = [[Georgia Dome]]&lt;br /&gt;
| current_location   = [[Atlanta, Georgia]]&lt;br /&gt;
| years              = 1933-1952, 1979-present&lt;br /&gt;
| most_recent        = [[2008 SEC men&amp;#039;s basketball tournament|2008 tournament]]&lt;br /&gt;
| current_champion   = [[Georgia Bulldogs basketball|Georgia Bulldogs]]&lt;br /&gt;
| most_championships = [[Kentucky Wildcats basketball|Kentucky Wildcats]] (25)&lt;br /&gt;
| trophy             = [[Mason Cup]] &amp;lt;!-- Hockey trophy; Just using for example --&amp;gt;&lt;br /&gt;
| television         = [[ESPN2]], [[CBS Sports]]&lt;br /&gt;
| website            = [http://www.secsports.com/index.php?url_channel_id=3&amp;amp;change_well_id=1 SECSports.com Men&amp;#039;s Basketball]&lt;br /&gt;
| sponsors           = &lt;br /&gt;
| all_stadiums       = {{plainlist|&lt;br /&gt;
*[[Gaylord Entertainment Center]] (2001, 2006)&lt;br /&gt;
* [[Orlando Arena]] (1990)&lt;br /&gt;
* [[Louisville Gardens]] (1941-1952)&lt;br /&gt;
* etc...&lt;br /&gt;
}}&lt;br /&gt;
| all_locations      = {{plainlist|&lt;br /&gt;
* [[Nashville, Tennessee]] (2001, 2006)&lt;br /&gt;
* [[Orlando, Florida]] (1990)&lt;br /&gt;
* [[Louisville, Kentucky]] (1941-1952)&lt;br /&gt;
* etc...&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
== Tracking category ==&lt;br /&gt;
* {{clc|Pages using infobox NCAA conference tournament with unknown parameters}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{sandbox other||&lt;br /&gt;
&amp;lt;!-- ADD CATEGORIES BELOW THIS LINE --&amp;gt;&lt;br /&gt;
[[Category:American college sports infobox templates|NCAA conference tournament]]&lt;br /&gt;
[[Category:NCAA templates|conference tournament]]&lt;br /&gt;
[[Category:Templates that add a tracking category]]&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>&gt;1ctinus</name></author>
	</entry>
</feed>