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

Difference between revisions of "Template:C"

From Prime-Wiki
Jump to: navigation, search
(restored)
 
(No difference)

Latest revision as of 08:54, 29 January 2019

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.