STYellow

Revision as of 10:32, 7 August 2020 by Registered User

1 Usage

The STYellow template is used to color text in pages, with the STMicroelectronics corporate primary color shade of yellow (█).

Usage:  {{STYellow|<text to color>}}

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 corporate color: shade of yellow: █}}

This is a STMicroelectronics corporate color: shade of yellow: █

Getting the hexadecimal code of the color
{{STYellow}} is the hexadecimal code of STMicroelectronics yellow.

#FFD200 is the hexadecimal code of STMicroelectronics yellow.

3 More examples

You type You get
Dark yellow and bold
This is a {{STYellow|'''STMicroelectronics'''}} corporate color: '''{{STYellow|shade of yellow: █}}'''

This is a STMicroelectronics corporate color: shade of yellow: █

Dark yellow and italic
This is a {{STYellow|''STMicroelectronics''}} corporate color: ''{{STYellow|shade of yellow: █}}''

This is a STMicroelectronics corporate color: shade of yellow: █

4 Code

#FFD200