Template:Color-link: Difference between revisions

From Inkipedia, the Splatoon wiki
(Replaced deprecated HTML font tag with CSS)
m (Protected "Template:Color-link": Widely transcluded ([Edit=Allow only autoconfirmed users] (indefinite)))
(No difference)

Revision as of 22:27, 13 May 2019

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.