Template:Color: Difference between revisions
Appearance
Pepperonipi (talk | contribs) Created page with "<span style="color: {{{1|black}}}">{{{2|{{{1|color}}}}}}</span><noinclude> {{Color/doc}}Category:Templates </noinclude>" |
m Replaced old documentation references with the Documentation template. |
||
| Line 1: | Line 1: | ||
<span style="color: {{{1|black}}}">{{{2|{{{1|color}}}}}}</span><noinclude> | <span style="color: {{{1|black}}}">{{{2|{{{1|color}}}}}}</span><noinclude> | ||
{{ | {{Documentation}}[[Category:Templates]] | ||
</noinclude> | </noinclude> | ||
Latest revision as of 23:00, 5 August 2020
color
The Color template is used to generate colored text.
Parameters
1- the color of the text2- optional - the text to be displayed
Examples
{{Color|red}}
|
red |
{{Color|#5BCEFA}}
|
#5BCEFA |
{{Color|red|Woah, this sentence is red!}}
|
Woah, this sentence is red! |
{{Color|#5BCEFA|This sentence is a light blue!}}
|
This sentence is a light blue! |