Difference between revisions of "Template:Colored Link"

m
m (Reverted edits by Cogniac (Talk); changed back to last version by BBR)
Line 7: Line 7:
 
* Text = Name of link
 
* Text = Name of link
 
* Color = Optional named parameter which determines the text color. Default is black(000000).
 
* Color = Optional named parameter which determines the text color. Default is black(000000).
</noinclude><includeonly><onlyinclude>[[{{{1}}}|<span style="font-color:#{{#if:{{{color|}}}|{{{color}}}|000000}};">{{{1}}}</span>]]</includeonly></onlyinclude>
+
</noinclude><includeonly><onlyinclude>[[{{{1}}}|<font color="#{{#if:{{{color|}}}|{{{color}}}|000000}}">{{{1}}}</font>]]</includeonly></onlyinclude>

Revision as of 17:40, 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).