Template:Color
Usage
edit{{color|name of color or hex code of color|Text}}
For example:
{{color|red|Hello, world!}}
results in Hello, world!
{{color|#00F000|Hello, world!}}
results in Hello, world!
See w:Web colors#HTML color names for a list of colors.
Use {{color block|name of color or hex code of color|block content}}
where the content to be colored extends over a number of paragraphs.
See also
editThere are individual (inline) templates for the most common colors and Web colors. Don't create more without a compelling reason:
- {{maroon}} (Example)
- {{red}} (Example)
- {{orange}} (Example)
- {{yellow}} (Example)
- {{lime}} (Example)
- {{green}} (Example)
- {{olive}} (Example)
- {{teal}} (Example)
- {{aqua}} (Example)
- {{blue}} (Example)
- {{navy}} (Example)
- {{indigo}} (Example)
- {{violet}} (Example)
- {{fuchsia}} (Example)
- {{purple}} (Example)
- {{RebeccaPurple}} (Example)
- {{black}} (Example)
- {{greyed}} (Example)
- {{silver}} (Example)
- {{white}} (Example)
TemplateData
editThe color template can be used to add a span of text with any given text color
Parameter | Description | Type | Status | |
---|---|---|---|---|
Color name or code | 1 color | Name of color or hex code of color | String | required |
Alpha-numeric text | 2 text | The string of text to be formatted in the desired color | String | required |
The above documentation is transcluded from Template:Color/doc. (edit | history) Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages. Please add categories to the /doc subpage. Subpages of this template. |