There are currently 0 stubs. You can help us by expanding these articles!

Difference between revisions of "Template:Color"

From Rare Wiki
Jump to navigationJump to search
(this too)
 
(add see also)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<span style="color:{{{2}}}">{{{1}}}</span><noinclude>
<includeonly><span style="color:{{{2|unset}}}">{{{1}}}</span></includeonly><noinclude>
==Usage==
== Usage ==
A way to simplify using color codes. {{{1}}} is the text and {{{2}}} is the color.
<code><nowiki>{{color|Text goes here|navy}}</nowiki></code>
:{{color|Text goes here|navy}}


Original template is from [[mariowiki:Template:Color|Super Mario Wiki]].
== About ==
Changes the color of some text from the default black. The first parameter is the text and the second is the color. You can use a color name or a hexadecimal, but if it's hex be sure to include a <code>#</code> before the alphanumeric sequence.
 
The original template is from the [[mariowiki:Template:Color|Super Mario Wiki]].
 
== See also ==
*[[Template:Color-link]]
*[[Template:Color-link-external]]


[[Category:Formatting templates]]</noinclude>
[[Category:Formatting templates]]</noinclude>

Latest revision as of 12:25, July 22, 2021

Usage

{{color|Text goes here|navy}}

Text goes here

About

Changes the color of some text from the default black. The first parameter is the text and the second is the color. You can use a color name or a hexadecimal, but if it's hex be sure to include a # before the alphanumeric sequence.

The original template is from the Super Mario Wiki.

See also