Difference between revisions of "Template:TeamAbbrToHexColor"
From Golly.Life Wiki
| Line 1: | Line 1: | ||
<includeonly>{{#switch: {{{1}}}<!-- | <includeonly>{{#switch: {{{1}}}<!-- | ||
-->|AA=<nowiki>#ff1717</nowiki><!-- | -->|AA=<nowiki>#ff1717</nowiki><!-- | ||
| + | -->|ABQ=<nowiki>#d41199</nowiki><!-- | ||
-->|ATL=<nowiki>#697a21</nowiki><!-- | -->|ATL=<nowiki>#697a21</nowiki><!-- | ||
-->|BB=<nowiki>#697a21</nowiki><!-- | -->|BB=<nowiki>#697a21</nowiki><!-- | ||
| Line 7: | Line 8: | ||
-->|DET=<nowiki>#9963ab</nowiki><!-- | -->|DET=<nowiki>#9963ab</nowiki><!-- | ||
-->|EA=<nowiki>#a0e7e5</nowiki><!-- | -->|EA=<nowiki>#a0e7e5</nowiki><!-- | ||
| + | -->|FF=<nowiki>#b0b0b0</nowiki><!-- | ||
-->|FWPT=<nowiki>#ef6f6c</nowiki><!-- | -->|FWPT=<nowiki>#ef6f6c</nowiki><!-- | ||
-->|OSHA=<nowiki>#53917e</nowiki><!-- | -->|OSHA=<nowiki>#53917e</nowiki><!-- | ||
| Line 15: | Line 17: | ||
-->|SDBA=<nowiki>#f08700</nowiki><!-- | -->|SDBA=<nowiki>#f08700</nowiki><!-- | ||
-->|SFBS=<nowiki>#e7d7c1</nowiki><!-- | -->|SFBS=<nowiki>#e7d7c1</nowiki><!-- | ||
| + | -->|SGE=<nowiki>#fefe67</nowiki><!-- | ||
| + | -->|SLC=<nowiki>#00cc44</nowiki><!-- | ||
-->|SS=<nowiki>#e86215</nowiki><!-- | -->|SS=<nowiki>#e86215</nowiki><!-- | ||
-->|TB=<nowiki>#bb0000</nowiki><!-- | -->|TB=<nowiki>#bb0000</nowiki><!-- | ||
| Line 33: | Line 37: | ||
|style="background-color: {{TeamAbbrToHexColor|AA}};" | The Arsonists | |style="background-color: {{TeamAbbrToHexColor|AA}};" | The Arsonists | ||
|style="background-color: {{TeamAbbrToHexColor|BTX}};" | The Texas | |style="background-color: {{TeamAbbrToHexColor|BTX}};" | The Texas | ||
| + | |style="background-color: {{TeamAbbrToHexColor|SLC}};" | The Turbulence | ||
|} | |} | ||
</pre> | </pre> | ||
| Line 42: | Line 47: | ||
|style="background-color: {{TeamAbbrToHexColor|AA}};" | The Arsonists | |style="background-color: {{TeamAbbrToHexColor|AA}};" | The Arsonists | ||
|style="background-color: {{TeamAbbrToHexColor|BTX}};" | The Texas | |style="background-color: {{TeamAbbrToHexColor|BTX}};" | The Texas | ||
| + | |style="background-color: {{TeamAbbrToHexColor|SLC}};" | The Turbulence | ||
|} | |} | ||
Revision as of 00:04, 23 March 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
|-
|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 | |
|---|---|---|
| The Arsonists | The Texas | The Turbulence |