Template:User-color: Difference between revisions

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
m (Porplemontage moved page Template:Color-user to Template:User-color without leaving a redirect)
No edit summary
Line 1: Line 1:
[[User:{{{1}}}|<span style="color:{{{2}}}">{{{1}}}</span>]] [[User talk:{{{1}}}|<span style="color:{{{2}}}">(<small>Talk</small>)</span>]]<noinclude>[[Category:Internal link templates]]</noinclude>
<includeonly>[[User:{{{1}}}|<span style="color:{{{2|unset}}}">{{{1}}}</span>]] [[User talk:{{{1}}}|<span style="color:{{{2|unset}}}">(talk)</span>]]</includeonly><noinclude>
== Usage ==
<code><nowiki>{{user-color|Porplemontage|green}}</nowiki></code>
:{{user-color|Porplemontage|green}}
 
== About ==
Creates a {{tem|user}} link with colors other than the default blue. The first parameter is the username 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.
 
== See also ==
*[[Template:User]]
 
[[Category:Internal link templates]]</noinclude>

Revision as of 09:19, February 18, 2021

Usage

{{user-color|Porplemontage|green}}

Porplemontage (talk)

About

Creates a {{user}} link with colors other than the default blue. The first parameter is the username 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.

See also