Template:FC/Doc
From Starfield Wiki
Summary[edit]
Changes wikitext to a specific color.
Parameters[edit]
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[edit]
{{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}}