The SpongeBob Wiki has a guideline regarding the use of image galleries — collections of episode screenshots are no longer allowed on galleries due to potential fair use violations.

Difference between revisions of "Template:Color"

From the SpongeBob Wiki, the SpongeBob encyclopedia
Jump to navigationJump to search
(interwiki fix)
(New)
 
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|brown}}</nowiki></code>
:{{color|Text goes here|brown}}


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 15:42, September 28, 2021

Usage[edit]

{{color|Text goes here|brown}}

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]