The wiki is lacking in content. You can help by creating a new article. See the to do list for more ways you can help.

New user registration has been restored. Thank you for your patience.

Difference between revisions of "Template:Color"

From Final Fantasy Wiki
Jump to navigationJump to search
(from mariowiki)
 
(updated)
 
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|blue}}</nowiki></code>
:{{color|Text goes here|blue}}
 
== 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.
 
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 14:55, April 1, 2021

Usage[edit]

{{color|Text goes here|blue}}

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.

Original template is from the Super Mario Wiki.

See also[edit]