- Welcome to Touhou Wiki!
- Registering is temporarily disabled. Check in our Discord server to request an account and for assistance of any kind.
Template:Color
Jump to navigation
Jump to search
Taken from Wikipedia's Template:Color. This template is used to specify the foreground colour of text without the need of HTML coding. It's setten out as {{color|<color>|<text>}}. Web colours provides a list of colours which can be used. Simple colours, like black, blue, red, green, etc. can just be spelt. Alternatively, colours can be specified using either RGB or hex notation. To set the background color of a span of text, use {{bgcolor}}.
Examples
Performance considerations
The template generates an HTML span tag:
<span style="color:{{{1}}}">{{{2}}}</span>
It runs at speeds in excess of 700 per second, and so is functionally identical to using the HTML markup directly.
See also
- {{Colour}} (redirect)
- {{Bgcolor}}
- {{Font color}}