Template:Color link: Difference between revisions
From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
m (Text replacement - "\[\[Category:([^\]|]+)\|{{PAGENAME}}\]\]" to "Category:$1") |
No edit summary |
||
Line 1: | Line 1: | ||
[[{{{1}}}|<span style="color:{{{2}}}">{{{1}}}</span>]]<noinclude> | <includeonly>[[{{{1}}}|<span style="color:{{{2|unset}}}">{{{3|{{{1}}}}}}</span>]]</includeonly><noinclude> | ||
== Usage == | |||
<code><nowiki>{{color-link|Main Page|green}}</nowiki></code> | |||
:{{color-link|Main Page|green}} | |||
{{color-link|Main Page|#C00}} | <code><nowiki>{{color-link|Main Page|#C00|Fake link}}</nowiki></code> | ||
:{{color-link|Main Page|#C00|Fake link}} | |||
== About == | |||
Changes the color of a link from the default blue. The first parameter is the page name 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 third parameter is optional and can be used to change the text of the link. | |||
== See also == | |||
*[[Template:Color]] | |||
*[[Template:Color-link-external]] | |||
[[Category:Internal link templates]]</noinclude> | [[Category:Internal link templates]]</noinclude> |
Revision as of 08:30, February 18, 2021
Usage
{{color-link|Main Page|green}}
{{color-link|Main Page|#C00|Fake link}}
About
Changes the color of a link from the default blue. The first parameter is the page name 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 third parameter is optional and can be used to change the text of the link.