Template:Infobox baseball biography/style

From blackwiki
Jump to navigation Jump to search

background-color:#DCDCDC;color:#000000;

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

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;color:#000000; background-color:#DCDCDC;color:#000000;
Retired N/A background-color:#DCDCDC;color:#000000; background-color:#DCDCDC;color:#000000;
Free Agent N/A background-color:#DCDCDC;color:#000000; background-color:#DCDCDC;color:#000000;
Washington Nationals US/Canada background-color:#AB0003;color:#FFFFFF; background-color:#11225B;color:#FFFFFF;
Fukuoka SoftBank Hawks Japan background-color:#ffcc00;color:#000000; background-color:#000000;color:#ffffff;
Shanghai Golden Eagles China/Taiwan background-color:#ED1C24;color:#FFD400; background-color:#ED1C24;color:#FFFFFF;
Toros de Tijuana Mexico background-color:#000000;color:#FFFFFF; background-color:#B42127;color:#FFFFFF;
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