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

Difference between revisions of "Template:Color"

From the Crash Bandicoot Wiki, the Crash Bandicoot encyclopedia
Jump to navigationJump to search
crash>Results May Vary
(new tmplate)
 
(Ad)
 
(2 intermediate revisions 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|green}}</nowiki></code>
:{{color|Text goes here|green}}


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 22:36, October 4, 2021

Usage[edit]

{{color|Text goes here|green}}

Text goes here

About[edit]

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[edit]