Difference between revisions of "Template:Infobox CFL team"

From blackwiki
Jump to navigation Jump to search
imported>Plastikspork
(Relisting)
imported>Plastikspork
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Template for discussion/dated|page=Infobox CFL team|link=Wikipedia:Templates for discussion/Log/2015 May 9#Template:Infobox CFL team|type=sidebar|help=off}}
+
#REDIRECT [[Template:Infobox American football team]]
<noinclude>{{esoteric}}
+
{{R from merge}}
</noinclude>{| class="infobox vcard" cellpadding="2" style="width: 26em; float: right; font-size: 88%;"
 
| colspan="2" style="text-align: center; font-weight:bold; font-size: medium; {{#if: {{{fontcolour|}}}| color:{{{fontcolour}}}|{{NFLSecondaryColor|{{{name}}} }} }}; {{#if: {{{bgcolour|}}}| background:{{{bgcolour}}}| {{NFLPrimaryColor|{{{name}}} }} }};" | <span class = "fn org">{{{name}}}</span>
 
|-
 
{{#if: {{{current<includeonly>|</includeonly>}}}|
 
{{!}} colspan=2 align="center" class="noprint" {{!}} [[File:AmericanFootball current event.svg|33px|alt=|link=]] ''[[{{{current}}}]]''
 
}}
 
|-
 
{{#if: {{{current<includeonly>|</includeonly>}}}|
 
{{!}} colspan="2" {{!}} <hr />
 
}}
 
|-
 
| colspan="2" align=center | {{#if: {{{helmet|}}}| [[File:{{{helmet}}}|120x120px|{{{name}}} helmet]]}} {{#if: {{{logo|}}}| [[File:{{{logo}}}|120x120px|{{{name}}} logo]]}}
 
|-
 
{{#if: {{{logo|}}}|
 
{{!}} colspan="2" {{!}} <hr />
 
}}
 
|- style="vertical-align: middle;"
 
| '''Founded''' || {{{founded}}}
 
|- style="vertical-align: middle;"
 
{{#if: {{{suspended|}}}|
 
{{!}} '''Suspended'''
 
{{!}} {{{suspended|None}}}}}
 
|- style="vertical-align: middle;"
 
{{#if: {{{folded|}}}|
 
{{!}} '''Folded'''
 
{{!}} {{{folded|None}}}}}
 
|- style="vertical-align: middle;"
 
| '''Based in''' || {{{location}}}
 
|- style="vertical-align: middle;"
 
{{#if: {{{field|}}}|
 
{{!}} '''Home field'''
 
{{!}} {{{field|None}}}}}
 
|- style="vertical-align: middle;"
 
| '''League''' || [[Canadian Football League]]
 
|- style="vertical-align: middle;"
 
{{#if: {{{division|}}}|
 
{{!}} '''Division'''
 
{{!}} {{{division|None}}}}}
 
|- style="vertical-align: middle;"
 
{{#if: {{{nickname|}}}|
 
{{!}} '''Nickname(s)'''
 
{{!}} {{{nickname|None}}}}}
 
|- style="vertical-align: middle;"
 
{{#if: {{{coach|}}}|
 
{{!}} '''Head coach'''
 
{{!}} {{{coach|None}}}}}
 
|- style="vertical-align: middle;"
 
{{#if: {{{manager|}}}|
 
{{!}} '''General manager'''
 
{{!}} {{{manager|None}}}}}
 
|- style="vertical-align: middle;"
 
{{#if: {{{owner|}}}|
 
{{!}} '''Owner(s)'''
 
{{!}} {{{owner|None}}}}}
 
|- style="vertical-align: middle;"
 
{{#if: {{{championships|}}}|
 
{{!}} '''[[Grey Cup]] wins'''
 
{{!}} {{{championships|None}}}}}
 
|- style="vertical-align: middle;"
 
{{#if:{{{uniform|}}}|
 
{{!}}- bgcolor="#eeeeee"
 
{{!}}colspan="2" {{!}} '''Current uniform'''
 
{{!}}-
 
{{!}}colspan="2"{{!}}<center>[[File:{{{uniform}}}|275px]]</center>
 
}}
 
|- style="vertical-align: middle;"
 
| '''Colours''' || {{{colours}}}
 
|- style="vertical-align: middle;"
 
{{#if: {{{mascot|}}}|
 
{{!}} '''Mascot(s)'''
 
{{!}} {{{mascot|None}}}}}
 
|- style="vertical-align: middle;"
 
{{#if: {{{website|}}}|
 
{{!}} '''Website'''
 
{{!}} {{{website|None}}}}}
 
|}<noinclude>
 
;Infobox code
 
<pre>
 
{{Infobox CFL team
 
| name =
 
| current =
 
| bgcolour =
 
| fontcolour =
 
| helmet =
 
| logo =
 
| uniform =
 
| founded =
 
| suspended =
 
| folded =
 
| location =
 
| field =
 
| division =
 
| colours =
 
| nickname =
 
| coach =
 
| manager =
 
| owner =
 
| championships =
 
| mascot =
 
| website =
 
}}
 
</pre>
 
;Mandatory parameters
 
* '''name =''' name of the team
 
* '''founded =''' year the team was founded, e.g. <nowiki>1950</nowiki>. Some CFL teams' roots go back much further than the year they were "officially" founded; in these cases, enclose further information in a footnote with the <nowiki><ref></nowiki> tag, e.g.: 1950<nowiki><ref>Footnote goes here</ref></nowiki>
 
* '''location =''' city and province/state the team was based in, e.g. <nowiki>[[Ottawa, Ontario]]</nowiki>
 
* '''field =''' home field of the team, e.g. <nowiki>[[Frank Clair Stadium]]</nowiki>
 
* '''division =''' division the team played in, e.g. <nowiki>[[Canadian Football League East Division|East Division]]</nowiki>
 
* '''colours =''' main colours of the team's uniform, e.g. Black and red
 
;Optional paramaters
 
* '''current =''' the article detailing the team's current or upcoming season
 
* '''bgcolour =''' colour that should appear behind the name text (if not declared, team default from {{tl|NFLPrimaryColor}} will be used)
 
* '''fontcolour = ''' font colour of the "name" text (if not declared, team default from {{tl|NFLSecondaryColor}} will be used)
 
* '''helmet =''' image of the team's helmet design, e.g. CFL Rough Riders 95-96.gif (do not include the File: prefix)
 
* '''logo =''' image of the team's logo, e.g. OttawaRoughRiders.png (do not include the File: prefix)
 
* '''uniform =''' image of the team's uniforms, e.g. CFL-Uniform-OTT2.PNG (do not include the File: prefix)
 
* '''suspended =''' year the team was suspended by the league (this is mainly for unusual situations such as the indefinite suspension of the [[Ottawa Renegades]] franchise)
 
* '''folded =''' year the team folded, if any
 
* '''nickname =''' common nickname(s) used by the team's fans, if any
 
* '''coach =''' the team's [[head coach]], e.g. <nowiki>[[Joe Paopao]]</nowiki>
 
* '''manager =''' the team's [[general manager]], e.g. <nowiki>[[Eric Tillman]]</nowiki>
 
* '''owner =''' the team's owner, can be a person or organization (i.e. some CFL teams are community-owned)
 
* '''championships =''' list here individually the [[Grey Cup]] championships that the team has won, e.g. <nowiki>[[88th Grey Cup|2000]]</nowiki> (suggestion: It may be appropriate to first include the total number of championships and then list the individual years in parentheses separated by commas.) If the team has not won any Grey Cups, either exclude this parameter, leave blank, or simply state "none".
 
* '''mascot =''' the team's mascot](s)
 
* '''website =''' the team's official website, e.g. http://www.bclions.com
 
 
{{DEFAULTSORT:CFL team}}
 
{{DEFAULTSORT:CFL team}}
 
[[Category:Canadian Football League templates]]
 
[[Category:Canadian Football League templates]]
 
[[Category:Canadian football infobox templates]]
 
[[Category:Canadian football infobox templates]]
 
</noinclude>
 

Latest revision as of 12:01, 11 June 2015

  • From a merge: This is a redirect from a page that was merged into another page. This redirect was kept in order to preserve this page's edit history after its content was merged into the target page's content. Please do not remove the tag that generates this text (unless the need to recreate content on this page has been demonstrated) or delete this page.