This message will disappear after all relevant tasks have been resolved.
Semantic MediaWiki
There are 1 incomplete or pending task to finish installation of Semantic MediaWiki. An administrator or user with sufficient rights can complete it. This should be done before adding new data to avoid inconsistencies.1. Usage
The Red template is used to color text in pages, with the "classic red" (█) color.
<text to color>}}Usage: {{Red|
Where <text to color> is the text to format in red. If this template is called with no text, the hexadecimal code of the color is returned.
![]() |
Prefer the STMicroelectronics brand colors. |
2. Basic examples
You type | You get |
---|---|
Coloring text in "classic" red
This is a {{Red|"classic" color: red: █}}
|
This is a "classic" color: red: █ |
Getting the hexadecimal code of the color
{{Red}} is the hexadecimal code of the "classic" red.
|
#FF0000 is the hexadecimal code of the "classic" red. |
3. More examples
You type | You get |
---|---|
Red and bold
This is a {{Red|'''"classic"'''}} color: '''{{Red|red: █}}'''
|
This is a "classic" color: red: █ |
Red and italic
This is a {{Red|''"classic"''}} color: ''{{Red|red: █}}''
|
This is a "classic" color: red: █ |
4. Code
#FF0000