Template:C: Difference between revisions

From the change wiki
(Created page with "<noinclude> Sets the color of text. '''Example:''' <code><nowiki>{{C|#900|'''i wrote this in blooood'''}}</nowiki></code> → <span style="color:#900">'''i wrote this in blooood'''</span> '''See also:''' Template:B - to set the ''background'' color of the text. </noinclude> <includeonly><span style="color:{{{1}}}">{{{2}}}</span></includeonly>")
 
No edit summary
 
Line 5: Line 5:


'''See also:''' [[Template:B]] - to set the ''background'' color of the text.
'''See also:''' [[Template:B]] - to set the ''background'' color of the text.
</noinclude>
 
<includeonly><span style="color:{{{1}}}">{{{2}}}</span></includeonly>
</noinclude><includeonly><span style="color:{{{1}}}">{{{2}}}</span></includeonly>

Latest revision as of 04:35, 10 November 2024

Sets the color of text.

Example: {{C|#900|'''i wrote this in blooood'''}}i wrote this in blooood

See also: Template:B - to set the background color of the text.