Difference between revisions of "Template:Color-link"

From iQueBrew
Jump to navigation Jump to search
(Created page with "<span class="color-link">[[{{{1}}}|<span style="color:{{{2}}}; a:hover:{{{2}}};">{{{1}}}</span>]]</span><noinclude> {{color-link|Main Page|#C00}}. Though you shouldn't falsel...")
 
(No difference)

Latest revision as of 22:35, 26 March 2018

[[{{{1}}}|{{{1}}}]]

Main Page. 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 # before the six alphanumeric sequence (or three if there's three pairs, such as C00, used in the example).

Actual code: [[{{{1}}}|<span style="color:{{{2}}};">{{{1}}}</span>]]

Also see {{color-link-piped}}.