Difference between revisions of "Template:TeamAbbrToHexColor"
From Golly.Life Wiki
| Line 21: | Line 21: | ||
-->|SS=<nowiki>#e86215</nowiki><!-- | -->|SS=<nowiki>#e86215</nowiki><!-- | ||
-->|TB=<nowiki>#bb0000</nowiki><!-- | -->|TB=<nowiki>#bb0000</nowiki><!-- | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
-->}}</includeonly><noinclude> | -->}}</includeonly><noinclude> | ||
This is a switch that takes a capitalized team abbreviation as an input and returns the hex color of the team. | This is a switch that takes a capitalized team abbreviation as an input and returns the hex color of the team. | ||
| Line 50: | Line 29: | ||
This is useful for coloring cells in tables: | This is useful for coloring cells in tables: | ||
| − | |||
| − | |||
<pre> | <pre> | ||
| Line 73: | Line 50: | ||
|style="background-color: {{TeamAbbrToHexColor|BTX}};" | The Texas | |style="background-color: {{TeamAbbrToHexColor|BTX}};" | The Texas | ||
|style="background-color: {{TeamAbbrToHexColor|SLC}};" | The Turbulence | |style="background-color: {{TeamAbbrToHexColor|SLC}};" | The Turbulence | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
|} | |} | ||
Revision as of 06:51, 3 May 2021
This is a switch that takes a capitalized team abbreviation as an input and returns the hex color of the team.
This returns the color WITH the hash sign. This means it is useful for ACTUALLY COLORING THINGS, but not suitable for display.
If you want the color WITHOUT the hash sign, for displaying the color, see {{TeamAbbrToColor}}
This is useful for coloring cells in tables:
{|class="wikitable"
!Column 1
!Column 2
!Column 3
|-
|style="background-color: {{TeamAbbrToHexColor|AA}};" | The Arsonists
|style="background-color: {{TeamAbbrToHexColor|BTX}};" | The Texas
|style="background-color: {{TeamAbbrToHexColor|SLC}};" | The Turbulence
|}
| Column 1 | Column 2 | Column 3 |
|---|---|---|
| The Arsonists | The Texas | The Turbulence |