Template:Color: Difference between revisions
Created page with "<noinclude>{{DISPLAYTITLE:Template:color}} Specify the foreground color of a span of text. == Usage == <nowiki>{{color|blue|This is blue.}}</nowiki> == Example == {{color|blue|This is blue.}} Category:Templates</noinclude> <includeonly><span style="color:{{{1}}};">{{{2}}}</span></includeonly>" |
mNo edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 5: | Line 5: | ||
== Usage == | == Usage == | ||
<nowiki>{{color|blue|This is blue.}}</nowiki> | <nowiki>{{color|blue|This is blue.}}</nowiki> | ||
<nowiki>{{color|#FF0000|This is red.}}</nowiki> | |||
== Example == | == Example == | ||
{{color|blue|This is blue.}} | {{color|blue|This is blue.}} | ||
<includeonly><span style="color:{{{1}}} | {{color|#FF0000|This is red.}} | ||
[[Category:Templates]]</noinclude><includeonly><span style="color:{{{1|}}}">{{{2|{{{1|}}}}}}</span></includeonly> |
Latest revision as of 12:47, 3 September 2022
Specify the foreground color of a span of text.
Usage
{{color|blue|This is blue.}}
{{color|#FF0000|This is red.}}
Example
This is blue.
This is red.