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.

Difference between revisions of "Template:Color-link"

From Final Fantasy Wiki
Jump to navigationJump to search
(from mariowiki. lets make this a doc?)
 
(updated)
Line 1: Line 1:
<span class="color-link">[[{{{1}}}|<span style="color:{{{2}}}; a:hover:{{{2}}};">{{{1}}}</span>]]</span><noinclude>
<includeonly>[[{{{1}}}|<span style="color:{{{2|unset}}}">{{{3|{{{1}}}}}}</span>]]</includeonly><noinclude>
{{color-link|Main Page|green}}. Though you shouldn't falsely use the template as just shown, its implication is shown: change the link color of a link from the default blue. You can use a color name or a hexadecimal, but be sure to add a <tt>#</tt> before the six alphanumeric sequence (or three if there's three pairs, such as C00, used in the example).
== Usage ==
<code><nowiki>{{color-link|Main Page|green}}</nowiki></code>
:{{color-link|Main Page|green}}


Actual code: <tt><nowiki>[[{{{1}}}|<span style="color:{{{2}}};">{{{1}}}</span>]]</nowiki></tt>
<code><nowiki>{{color-link|Main Page|#C00|Fake link}}</nowiki></code>
:{{color-link|Main Page|#C00|Fake link}}


Similar templates: {{t|color}}, {{t|color-link-piped}}, {{t|Color-link-external}}.
== About ==
[[Category:Internal link templates|{{PAGENAME}}]]</noinclude>
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>

Revision as of 14:48, April 1, 2021

Usage

{{color-link|Main Page|green}}

Main Page

{{color-link|Main Page|#C00|Fake link}}

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.

See also