background-color:#DCDCDC;color:#000000;
This template is used on approximately 29,000 pages and changes may be widely noticed. Test changes in the template's /sandbox or /testcases subpages, or in your own user subpage. Consider discussing changes on the talk page before implementing them. |
This template uses Lua: |
This subtemplate of {{Infobox baseball biography}} is used to generate the colored headers corresponding to the team colors for the individual's current team.
Usage
{{Infobox baseball biography/style|team}}
or
{{Infobox baseball biography/style|team|secondary}}
How it works
The template checks to see if the team is known by checking the return code from the 'check' function in Module:Sports color. If the team is known by the module, then it will return known
, and the template uses coloring specified by either the 'colorcell' or 'colorcell2' function in Module:Sports color. If the team is not known by the module, then it will return nothing, and the template uses the coloring specified by either the 'header1' or 'header2' functions in Module:College color.
Tests
The following are tests to make sure the template has not been broken. The tests check the last team in a few sections of the module, and in the college color module.
Test | League | Primary Result | Secondary Result |
---|---|---|---|
Blank | N/A | background-color: #DCDCDC !important; color: #000000 !important; | background-color: #DCDCDC !important; color: #000000 !important; |
Retired | N/A | background-color: #DCDCDC !important; color: #000000 !important; | background-color: #DCDCDC !important; color: #000000 !important; |
Free Agent | N/A | background-color: #DCDCDC !important; color: #000000 !important; | background-color: #DCDCDC !important; color: #000000 !important; |
Washington Nationals | US/Canada | background-color: #AB0003 !important; color: #FFFFFF !important; | background-color: #11225B !important; color: #FFFFFF !important; |
Fukuoka SoftBank Hawks | Japan | background-color: #ffcc00 !important; color: #000000 !important; | background-color: #000000 !important; color: #ffffff !important; |
Shanghai Golden Eagles | China/Taiwan | background-color: #ED1C24 !important; color: #FFD400 !important; | background-color: #ED1C24 !important; color: #FFFFFF !important; |
Toros de Tijuana | Mexico | background-color: #000000 !important; color: #FFFFFF !important; | background-color: #B42127 !important; color: #FFFFFF !important; |
Youngstown State Penguins | NCAA | background-color:#C8102E;color:#FFFFFF; | background-color:#000000;color:#FFFFFF; |
The third/fourth column in the table above should not be blank for any of the queries. Only the first three should return DCDCDC/000000 (the default).
Complexity
In principle, more leagues could be added, but there is a risk that this would increase the module's complexity, and either (a) reduce rendering speed, or (b) trigger the dreaded script error.
See also
- To check if colors are known for the given team: {{GotCollegeColorsFor}}
- {{CollegePrimaryHex}} and {{CollegeSecondaryHex}}
- {{CollegePrimaryStyle}} and {{CollegeSecondaryStyle}}
- {{CollegePrimaryColorLink}} and {{CollegeSecondaryColorLink}}
- {{NCAA color}}, {{NCAA color cell}} and {{NCAA secondary color cell}}
- {{Infobox baseball biography/style}} and {{Infobox basketball biography/style}}
- {{Baseball primary style}} and {{Baseball secondary style}}
- {{Gridiron primary color}} and {{Gridiron secondary color}}
- {{CBB roster/Header}}
- {{Basketball color}}