Template:FontColor

From A KoL Wiki
Revision as of 16:26, 27 April 2013 by imported>Fig bucket (this should be a more generic solution for colouring text via a template)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
<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