1. Usage
The STYellow template is used to color text in pages, with the STMicroelectronics brand secondary color shade of yellow (█).
<text to color>}}Usage: {{STYellow|
Where <text to color> is the text to format in yellow. If this template is called with no text, the hexadecimal code of the color is returned.
2. Basic examples
You type | You get |
---|---|
Coloring text in yellow
This is a {{STYellow|STMicroelectronics brand color: shade of yellow: █}}
|
This is a STMicroelectronics brand color: shade of yellow: █ |
Getting the hexadecimal code of the color
{{STYellow}} is the hexadecimal code of STMicroelectronics yellow.
|
#FFD300 is the hexadecimal code of STMicroelectronics yellow. |
3. More examples
You type | You get |
---|---|
Dark yellow and bold
This is a {{STYellow|'''STMicroelectronics'''}} brand color: '''{{STYellow|shade of yellow: █}}'''
|
This is a STMicroelectronics brand color: shade of yellow: █ |
Dark yellow and italic
This is a {{STYellow|''STMicroelectronics''}} brand color: ''{{STYellow|shade of yellow: █}}''
|
This is a STMicroelectronics brand color: shade of yellow: █ |
4. Code
#FFD300