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