Semi Protection

Template:FC

The UESPWiki – Your source for The Elder Scrolls since 1995
Jump to: navigation, search
Due to the sensitive nature of this template and the fact that it is used on a large number of pages, it has been semi-protected to prevent site-wide damage by vandal bots.
Editors: In order to minimize the impact on our servers, please use sandboxes to make and test changes to widely used templates before deployment.
For more information, please see this article's talk page.

Summary

Changes wikitext to a specific color.

Parameters

FC
Parameter Scope Description
1 required The color name or hex value to change to. Defaults to black if not specified. For a list of acceptable color names, see Wikipedia's article. Most modern browsers also accept X11 color names.
2 required The text to display in color.
coloredlinks optional If a value is specified, any links within the text will automatically be colored the same as the surrounding text. Otherwise, they will display in their usual browser-specified color.

Examples

{{FC|red|red text}}

red text

{{FC|#ff8800|orange text}}

orange text

* {{FC|green|Normal [[Main Page]] link.}}
* {{FC|green|Colored [[Main Page]] link.|coloredlinks=1}}