Difference between revisions of "Template:Colored Link"
m |
m |
||
Line 1: | Line 1: | ||
<noinclude>[[Category:Templates]] | <noinclude>[[Category:Templates]] | ||
This is a template to color links. | This is a template to color links. | ||
+ | |||
+ | Usage: <nowiki>{{Link | Text | color=000000}}</nowiki> | ||
+ | |||
+ | * Link = Template name | ||
+ | * Text = Name of link | ||
+ | * Color = Optional named parameter which determines the text color. Default is black(000000). | ||
</noinclude><includeonly><onlyinclude>[[{{{1}}}|<font color="#{{#if:{{{color|}}}|{{{color}}}|000000}}">{{{1}}}</font>]]</includeonly></onlyinclude> | </noinclude><includeonly><onlyinclude>[[{{{1}}}|<font color="#{{#if:{{{color|}}}|{{{color}}}|000000}}">{{{1}}}</font>]]</includeonly></onlyinclude> |
Revision as of 05:54, 6 August 2007
This is a template to color links.
Usage: {{Link | Text | color=000000}}
- Link = Template name
- Text = Name of link
- Color = Optional named parameter which determines the text color. Default is black(000000).