Template:Color-link: Difference between revisions

From Inkipedia, the Splatoon wiki
mNo edit summary
Tag: Reverted
mNo edit summary
Tag: Manual revert
 
Line 1: Line 1:
<includeonly>[[{{{1}}}|<div style="color:{{{2|}}};text-align: {{#if: {{{4|}}}|center|start}};>{{{3|{{{1}}}}}}</div>]]</includeonly><noinclude>
<includeonly>[[{{{1}}}|<span style="color:{{{2|}}};">{{{3|{{{1}}}}}}</span>]]</includeonly><noinclude>
This template changes the link color of a link. Color name or [http://www.mariowiki.com/Help:Color_codes hexademical] can be used, but add a <tt>#</tt> before the six alphanumeric sequence.
This template changes the link color of a link. Color name or [http://www.mariowiki.com/Help:Color_codes hexademical] can be used, but add a <tt>#</tt> before the six alphanumeric sequence.



Latest revision as of 01:37, 11 February 2023

This template changes the link color of a link. Color name or hexademical can be used, but add a # before the six alphanumeric sequence.

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

Syntax

{{Color-link|<Destination Page>|<Color>|<Optional Display Text>}}

Examples

{{color-link|Main Page|#C00}} gives Main Page.

{{color-link|Special:RecentChanges|blue|Recent Changes}} gives Recent Changes.