Template:Infobox musical artist/color: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
non-performing -> non_performing, for consistency
Bluebot (talk | contribs)
Unicodifying
Line 1: Line 1:
<includeonly>{{#switch: {{{1|}}}
<includeonly>{{#switch: {{{1|}}}
| solo_singer = &#35;f0e68c <!-- khaki -->
| solo_singer = #f0e68c <!-- khaki -->
| non_vocal_instrumentalist = &#35;f08080 <!-- lightcoral -->
| non_vocal_instrumentalist = #f08080 <!-- lightcoral -->
| non_performing_personnel = &#35;90ee90 <!-- lightgreen -->
| non_performing_personnel = #90ee90 <!-- lightgreen -->
| group_or_band = &#35;87cefa <!-- lightskyblue -->
| group_or_band = #87cefa <!-- lightskyblue -->
| cover_band = &#35;dda0dd <!-- plum -->
| cover_band = #dda0dd <!-- plum -->
| classical_ensemble = &#35;afeeee <!-- paleturquoise -->
| classical_ensemble = #afeeee <!-- paleturquoise -->
| temporary = &#35;a9a9a9 <!-- darkgray -->
| temporary = #a9a9a9 <!-- darkgray -->
| {{{1|&#35;a9a9a9}}}
| {{{1|#a9a9a9}}}
}}</includeonly><noinclude><!--
}}</includeonly><noinclude><!--



Revision as of 14:54, 25 September 2006

NOTE

This template is an implementation detail, encapsulating the color association we use for its parent template. It has a single unnamed parameter and expands to

  • <color name> if a name exists among the 16 names supported by the HTML 4.0 standard (aqua, black, blue, fuchsia, gray, green, lime, maroon, navy, olive, purple, red, silver, teal, white, yellow)
  • #<color hex> otherwise.

No final semicolon is included, ever.