Difference between revisions of "Template:NFLPrimaryColor"

From Ava Zinn Wiki
Jump to: navigation, search
[unchecked revision][unchecked revision]
(I changed the historical Tampa Bay Buccaneers colors again.)
Line 215: Line 215:
 
   |background: #D50A0A
 
   |background: #D50A0A
 
   |{{#ifexpr: {{{year}}} >= 1997
 
   |{{#ifexpr: {{{year}}} >= 1997
     |background: #990000
+
     |background: #C9243F
 
     |{{#ifexpr: {{{year}}} >= 1976
 
     |{{#ifexpr: {{{year}}} >= 1976
 
       |background: #FF6300
 
       |background: #FF6300
Line 224: Line 224:
 
   |background: #D50A0A
 
   |background: #D50A0A
 
  }}
 
  }}
|Tampa Bay Buccaneers 97thru13 =background: #990000
+
|Tampa Bay Buccaneers 97thru13 =background: #C9243F
 
|Tampa Bay Buccaneers 76thru96 =background: #FF6300
 
|Tampa Bay Buccaneers 76thru96 =background: #FF6300
 
|Chicago Cardinals
 
|Chicago Cardinals

Revision as of 13:48, 7 December 2015

background: #dcdcdc

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

Usage

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

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

Deprecated method to get non-current color

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