Difference between revisions of "Template:NFLPrimaryColor"

From Ava Zinn Wiki
Jump to: navigation, search
[unchecked revision][unchecked revision]
m
m (469 revisions from wikipedia:Template:NFLPrimaryColor)
 
(7 intermediate revisions by 4 users not shown)
Line 134: Line 134:
 
  {{#if: {{{year|}}} |  
 
  {{#if: {{{year|}}} |  
 
   {{#ifexpr: {{{year}}} >= 2012
 
   {{#ifexpr: {{{year}}} >= 2012
   |background: #FB4F14
+
   |background: #FC4C02
 
   |{{#ifexpr: {{{year}}} >= 1997
 
   |{{#ifexpr: {{{year}}} >= 1997
 
     |background: #002244
 
     |background: #002244
Line 273: Line 273:
 
  }}
 
  }}
 
|Los Angeles Rams 73thru94 =background: #00338D
 
|Los Angeles Rams 73thru94 =background: #00338D
|Los Angeles Rams 64thru72
+
|Los Angeles Rams 64thru72 =background: #00338D
 
|Los Angeles Rams 46thru63 =background: #FFCB05
 
|Los Angeles Rams 46thru63 =background: #FFCB05
 
|Cleveland Rams =
 
|Cleveland Rams =
Line 804: Line 804:
 
|Pittsburgh Power =background:black
 
|Pittsburgh Power =background:black
 
|Portland Forest Dragons =background:black
 
|Portland Forest Dragons =background:black
 +
|Portland Steel =background:#03338B
 
|Portland Thunder =background:#03338B
 
|Portland Thunder =background:#03338B
 
|Sacramento Attack =background:black
 
|Sacramento Attack =background:black
Line 895: Line 896:
 
|Alaska Wild =background:#CD0000
 
|Alaska Wild =background:#CD0000
 
|Billings Outlaws =background:#104E8B
 
|Billings Outlaws =background:#104E8B
|Billings Wolves =background:black
+
|Billings Wolves =background:#DD2323
 
|Colorado Ice =background:#00204F
 
|Colorado Ice =background:#00204F
 
|El Paso Generals =background:#00004d
 
|El Paso Generals =background:#00004d
Line 954: Line 955:
 
|Cedar Rapids Titans =background:#086DB1
 
|Cedar Rapids Titans =background:#086DB1
 
|Cheyenne Warriors =background:black
 
|Cheyenne Warriors =background:black
 +
|Spokane Empire =background:#050608
 
|Bemidji Axemen  
 
|Bemidji Axemen  
 
|Minnesota Axemen =background:#FF0000
 
|Minnesota Axemen =background:#FF0000
Line 993: Line 995:
 
<!-- START X-League teams -->
 
<!-- START X-League teams -->
 
|Alabama Outlawz =background:black
 
|Alabama Outlawz =background:black
 +
|ASI Panthers =background:black
 +
|Atlanta Sharks =background:#CC0000
 +
|Buffalo Lightning =background:#000080
 
|Cape Fear Heroes =background:#00009C
 
|Cape Fear Heroes =background:#00009C
 
|Lakeland Raiders =background:black
 
|Lakeland Raiders =background:black
Line 1,001: Line 1,006:
 
<!-- END X-League teams -->
 
<!-- END X-League teams -->
 
<!-- START AIF teams -->
 
<!-- START AIF teams -->
|ASI Panthers =background:black
+
|Abilene Warriors =background:#5B0E82
|Atlanta Sharks =background:#CC0000
 
 
|Atlanta Vultures =background:black
 
|Atlanta Vultures =background:black
|Buffalo Lightning =background:#000080
 
 
|Central Florida Jaguars =background:black
 
|Central Florida Jaguars =background:black
 
|Chicago Blitz =background:black
 
|Chicago Blitz =background:black
Line 1,011: Line 1,014:
 
|Corpus Christi Fury =background:#003162
 
|Corpus Christi Fury =background:#003162
 
|Florida Tarpons =background:#003F87
 
|Florida Tarpons =background:#003F87
 +
|Georgia Firebirds =background:black
 
|Marion Blue Racers =background:#081C63
 
|Marion Blue Racers =background:#081C63
 +
|River City Raiders =background:purple
 
|Steel City Menace =background:#FB9121
 
|Steel City Menace =background:#FB9121
 
|Myrtle Beach Freedom =background:#0B1136
 
|Myrtle Beach Freedom =background:#0B1136
Line 1,029: Line 1,034:
 
|New Mexico Stars =background:black
 
|New Mexico Stars =background:black
 
|Philadelphia Yellow Jackets=background:#008DD2
 
|Philadelphia Yellow Jackets=background:#008DD2
|Pineywoods Bucks =background:#356736
 
 
|Central Penn Capitals =background:#000060
 
|Central Penn Capitals =background:#000060
 +
|West Michigan Ironmen =background:black
 +
|Winston Wildcats =background:#560097
 
|York Capitals =background:#000060
 
|York Capitals =background:#000060
 
<!-- END AIF teams -->
 
<!-- END AIF teams -->

Latest revision as of 16:47, 5 March 2016

background: #dcdcdc

Documentation icon Template documentation[view] [edit] [history] [purge]

Usage[edit]

This template can be used to automatically fill the primary color used by each respective team in the National Football League. It can be used in conjunction with {{NFLSecondaryColor}} and other NFL color templates. It takes only one required parameter, which is the team name and one optional parameter, which is the year. If the year is provided it will be used to select the color scheme used at that point in time in the case of franchises whose color schemes have changed over time. If the year is not provided, the current color scheme will be used.

Detail[edit]

{{NFLPrimaryColor|''teamname''|year=2013}}

Deprecated method to get non-current color[edit]

Prior to the implementation of the year parameter, the method to designate non-current color schemes was to specify an alternate team name. For example, {{NFLPrimaryColor|Denver Broncos 97thru11}} would yield the primary color in use by the Broncos from 1997 through 2011. A simpler way to achieve this same result using the year parameter would be {{NFLPrimaryColor|Denver Broncos|year=2000}}. This requires no special knowledge of the correct "code" for the previously used color scheme.

While the old code word based methodology has been retained in the interest of backward compatibility, the new method using the year parameter should be used going forward.

See also[edit]