Difference between revisions of "Template:Infobox musical artist/color"

From Ava Zinn Wiki
Jump to: navigation, search
[unchecked revision][unchecked revision]
(added "group" or "band", easier than "group_or_band")
(updated colors per discussion at Template_talk:Infobox_musical_artist#Colour_selection)
Line 1: Line 1:
 
<includeonly>{{#switch: {{{1|}}}
 
<includeonly>{{#switch: {{{1|}}}
| solo_singer              = &#35;f0e68c <!-- khaki -->
+
| solo_singer              = khaki  
| non_vocal_instrumentalist = &#35;f08080 <!-- lightcoral -->
+
| non_vocal_instrumentalist = &#35;f4bf92 <!-- pale orange -->
| non_performing_personnel  = &#35;90ee90 <!-- lightgreen -->
+
| non_performing_personnel  = &#35;bfe0bf <!-- pale green -->
| group_or_band            = &#35;87cefa <!-- lightskyblue -->
+
| group_or_band            = lightsteelblue
| group                    = &#35;87cefa <!-- lightskyblue -->
+
| group                    = lightsteelblue
| band                      = &#35;87cefa <!-- lightskyblue -->
+
| band                      = lightsteelblue
| cover_band                = &#35;dda0dd <!-- plum -->
+
| cover_band                = Thistle
| classical_ensemble        = &#35;afeeee <!-- paleturquoise -->
+
| classical_ensemble        = PowderBlue
| temporary                = &#35;a9a9a9 <!-- darkgray -->
+
| temporary                = LightGrey
 
| {{{1|&#35;a9a9a9}}}
 
| {{{1|&#35;a9a9a9}}}
 
}}</includeonly><noinclude><!--
 
}}</includeonly><noinclude><!--

Revision as of 11:36, 2 December 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><code> 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)
  • <code>#<color hex><code> otherwise.

No final semicolon is included, ever.