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-external"

From Final Fantasy Wiki
Jump to navigationJump to search
(imo all wikis should have these color templates)
 
(updated)
 
Line 1: Line 1:
<span class="plainlinks">[{{{1}}} <span style="color:{{{2}}};">{{{3}}}</span>]</span><noinclude>
<includeonly><span class="plainlinks">[{{{1}}} <span style="color:{{{2|unset}}}">{{{3}}}</span>]</span></includeonly><noinclude>
== Usage ==
<code><nowiki>{{color-link-external|https://www.google.com|green|Google here}}</nowiki></code>
:{{color-link-external|https://www.google.com|green|Google here}}
 
== About ==
Changes the color of an external link from the default blue. The parameters are, in order: URL, color, link text. 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-link-external|Super Mario Wiki]].
 
== See also ==
*[[Template:Color]]
*[[Template:Color-link]]
 
[[Category:Internal link templates]]</noinclude>
[[Category:Internal link templates]]</noinclude>

Latest revision as of 14:56, April 1, 2021

Usage[edit]

{{color-link-external|https://www.google.com|green|Google here}}

Google here

About[edit]

Changes the color of an external link from the default blue. The parameters are, in order: URL, color, link text. 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]