Template:Color: Difference between revisions

From DDraceNetwork
(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
Line 8: Line 8:
== Example ==
== Example ==
{{color|blue|This is blue.}}
{{color|blue|This is blue.}}
[[Category:Templates]]</noinclude>
[[Category:Templates]]</noinclude><includeonly><span style="color:{{{1|}}}">{{{2|{{{1|}}}}}}</span></includeonly>
 
<includeonly><span style="color:{{{1}}};">{{{2}}}</span></includeonly>

Revision as of 12:16, 3 September 2022


Specify the foreground color of a span of text.

Usage

{{color|blue|This is blue.}}

Example

This is blue.