Template:Color-link: Difference between revisions

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
m (Reverted edits by Meteor Kick (Talk); changed back to last version by Son of Suns)
No edit summary
Line 1: Line 1:
<span class="color-link">[[{{{1}}}|<span style="color:{{{2}}}; a:hover:{{{2}}};">{{{1}}}</span>]]</span><noinclude>
[[{{{1}}}|<span style="color:{{{2}}}">{{{1}}}</span>]]


{{color-link|Main Page|#C00}}. 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 [[Help:Color codes|hexademical]], 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).
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 [[Help:Color codes|hexademical]], 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).


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


Also see {{tem|color-link-piped}}.
Also see {{tem|color-link-piped}}.</noinclude>
[[Category: Internal Link Templates|{{PAGENAME}}]]</noinclude>

Revision as of 09:00, May 4, 2009

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

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 hexademical, 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}}.