Template:FontColor
From TheKolWiki
[edit]
{{FontColor}}
<font {{#if:{{{1|}}}|color="{{{1}}}"}}>{{{2|}}}</font>
Usage
This template allows for a font color to be specified for a piece of text. Use of a template to do this helps in some places where direct HTML does not work.
For example:
- {{FontColor|#FF00BB|This is only a test}}
- This is only a test