Navigation
Topics Register • News • History • How to • Sequences statistics • Template prototypes

Template:C

From Prime-Wiki
Jump to: navigation, search

Template Color

Purpose

This template will print a text in a given color.

Parameter

color: Color of the text, like '#CCC', '#C0C0C0' or 'black'
text: Text to display

Calling

{{C|red|This is a test.}}

creates This is a test.

{{C|#C0C0C0|This is a test.}}

creates This is a test.