Difference between revisions of "Template:Colored Link"

m (Reverted edits by Cogniac (Talk); changed back to last version by BBR)
m
 
(25 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<noinclude>[[Category:Templates]]
+
<noinclude>{{Template Overview
This is a template to color links.
+
|usedon=all
 
+
|purpose=display a link in a specific, custom color
Usage: <nowiki>{{Link | Text | color=000000}}</nowiki>
+
|template=<nowiki>{{Colored Link|(Page)|(Text)|color=}}</nowiki>
 
+
|category=Utility
* Link = Template name
+
}}
* Text = Name of link
+
{{Template Parameter
* Color = Optional named parameter which determines the text color. Default is black(000000).
+
|name=1
</noinclude><includeonly><onlyinclude>[[{{{1}}}|<font color="#{{#if:{{{color|}}}|{{{color}}}|000000}}">{{{1}}}</font>]]</includeonly></onlyinclude>
+
|usage=mandatory
 +
|takes=a string or strings
 +
|denotes=the actual page to be linked to
 +
|generates=the actual link
 +
|othernotes=This parameter is an anonymous parameter, which means that no parameter name needs to be explicitly specified to use it.
 +
|validvalues=Any string or strings.
 +
}}
 +
{{Template Parameter
 +
|name=2
 +
|takes=a string or strings
 +
|denotes=the text that the link displays
 +
|generates=the link's visible text
 +
|othernotes=This parameter is an anonymous parameter, which means that no parameter name needs to be explicitly specified to use it.
 +
|validvalues=Any string or strings.
 +
}}
 +
{{Template Parameter
 +
|name=color
 +
|takes=a string
 +
|denotes=the color in which the link should display
 +
|generates=the color of the link
 +
|defaultvalue=000000
 +
|validvalues=Any string that corresponds to a valid hexidecimal color value.
 +
}}
 +
</noinclude><includeonly>[[{{{1}}}|{{Colored Text|color={{{color|000000}}}|text={{{2|{{{1}}}}}}}}]]</includeonly>

Latest revision as of 09:22, 28 December 2009

Template:Colored Link is designed for use on all pages to display a link in a specific, custom color.

Template

{{Colored Link|(Page)|(Text)|color=}}

Parameters

1

  • Usage: Mandatory
  • Description: The 1 parameter takes a string or strings denoting the actual page to be linked to. This is used to generate the actual link. This parameter is an anonymous parameter, which means that no parameter name needs to be explicitly specified to use it.
  • Valid Value(s): Any string or strings.

2

  • Usage: Optional
  • Description: The 2 parameter takes a string or strings denoting the text that the link displays. This is used to generate the link's visible text. This parameter is an anonymous parameter, which means that no parameter name needs to be explicitly specified to use it.
  • Valid Value(s): Any string or strings.

color

  • Usage: Optional
  • Description: The color parameter takes a string denoting the color in which the link should display. This is used to generate the color of the link. If this parameter is left blank or omitted, a default value of "000000" is used.
  • Valid Value(s): Any string that corresponds to a valid hexidecimal color value.