টেমপ্লেট:Infobox basketball biography/style

উইকিপিডিয়া, মুক্ত বিশ্বকোষ থেকে

background-color:#DCDCDC;color:#000000

টেমপ্লেট নথি[দেখুন] [সম্পাদনা] [ইতিহাস] [শোধন]

This subtemplate of {{Infobox basketball biography}} is used to generate the colored headers corresponding to the team colors for the individual's current professional team.

ব্যবহার[সম্পাদনা]

{{Infobox basketball biography/style|team}}

or

{{Infobox basketball biography/style|team|team_link}}

How it works[সম্পাদনা]

The template checks to see if the team is known by checking the return code from the following templates,

  1. {{NBA color}}
  2. {{Euroleague color}}
  3. {{NBL colour}}
  4. {{PBA color}}

These templates return a value of "unknown" in response to a "type" query, if the team is not known. Once a match is found, the template then calls either

  1. {{NBA color cell}}, or
  2. {{Euroleague color cell}}, or
  3. {{NBL colour cell}}, or
  4. {{PBA color cell}}

to get a style statement to specify the coloring. If a second team_link parameter is passed, this style statement is used to generate a colored link, otherwise the template simply returns the style statement.

Complexity[সম্পাদনা]

In principle, more leagues could be added, but there is a risk that this would increase the template's complexity, and either (a) reduce rendering speed, or (b) trigger the dreaded transclusion depth limit.