Currently there may be errors shown on top of a page, because of a missing Wiki update (PHP version and extension DPL3).
Navigation
Topics Help • Register • News • History • How to • Sequences statistics • Template prototypes

Template:C

From Prime-Wiki
Revision as of 08:54, 29 January 2019 by Karbon (talk | contribs) (restored)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.