Difference between revisions of "Template:TeamAbbrToHexColor"

From Golly.Life Wiki

Line 10: Line 10:
 
-->|EA=<nowiki>#a0e7e5</nowiki><!--
 
-->|EA=<nowiki>#a0e7e5</nowiki><!--
 
-->|FF=<nowiki>#b0b0b0</nowiki><!--
 
-->|FF=<nowiki>#b0b0b0</nowiki><!--
 +
-->|FFF=<nowiki>#daed20</nowiki><!--
 
-->|FWPT=<nowiki>#ef6f6c</nowiki><!--
 
-->|FWPT=<nowiki>#ef6f6c</nowiki><!--
 +
-->|GJC=<nowiki>#8080ff</nowiki><!--
 
-->|LIL=<nowiki>#ef6f6c</nowiki><!--
 
-->|LIL=<nowiki>#ef6f6c</nowiki><!--
 
-->|OSHA=<nowiki>#53917e</nowiki><!--
 
-->|OSHA=<nowiki>#53917e</nowiki><!--
 
-->|LBFB=<nowiki>#f2c57c</nowiki><!--
 
-->|LBFB=<nowiki>#f2c57c</nowiki><!--
 
-->|MILF=<nowiki>#ff66cc</nowiki><!--
 
-->|MILF=<nowiki>#ff66cc</nowiki><!--
 +
-->|MW=<nowiki>#6060bb</nowiki><!--
 
-->|ORL=<nowiki>#0dab76</nowiki><!--
 
-->|ORL=<nowiki>#0dab76</nowiki><!--
 
-->|SAC=<nowiki>#ffb627</nowiki><!--
 
-->|SAC=<nowiki>#ffb627</nowiki><!--
Line 23: Line 26:
 
-->|SS=<nowiki>#e86215</nowiki><!--
 
-->|SS=<nowiki>#e86215</nowiki><!--
 
-->|TB=<nowiki>#bb0000</nowiki><!--
 
-->|TB=<nowiki>#bb0000</nowiki><!--
 +
-->|VV=<nowiki>#aa8040</nowiki><!--
 
-----------------------------------
 
-----------------------------------
 
-->|DCD=<nowiki>#f2c57c</nowiki><!--
 
-->|DCD=<nowiki>#f2c57c</nowiki><!--

Revision as of 03:16, 1 October 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:

Hellmouth Cup

{|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

Pseudo Cup

{|class="wikitable"
!Column 1
!Column 2
!Column 3
|-
|style="background-color: {{TeamAbbrToHexColor|BBR}};" | Berkeley Brutalists
|style="background-color: {{TeamAbbrToHexColor|ST}};" | Sutro Tower
|style="background-color: {{TeamAbbrToHexColor|DD}};" | Moss Landing Daredevils
|}
Column 1 Column 2 Column 3
Berkeley Brutalists Sutro Tower Moss Landing Daredevils