:Color-link

모니터링 (토론 | 기여)님의 2021년 2월 21일 (일) 06:02 판 (새 문서: <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.mariow...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

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.