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

From Ava Zinn Wiki
Jump to: navigation, search
[unchecked revision][unchecked revision]
m (moved Template:Infobox musical artist 2 color selector to Template:Infobox musical artist 2/color selector: undo move; the page nesting was not the cause of the transclusion problems)
m (renamed group_band to group_or_band, for clarity)
Line 3: Line 3:
 
| non_vocal_instrumentalist = &#35;f08080 <!-- lightcoral -->
 
| non_vocal_instrumentalist = &#35;f08080 <!-- lightcoral -->
 
| non-performing_personnel  = &#35;90ee90 <!-- lightgreen -->
 
| non-performing_personnel  = &#35;90ee90 <!-- lightgreen -->
| group_band                = &#35;87cefa <!-- lightskyblue -->
+
| group_or_band            = &#35;87cefa <!-- lightskyblue -->
 
| cover_band                = &#35;dda0dd <!-- plum -->
 
| cover_band                = &#35;dda0dd <!-- plum -->
 
| classical_ensemble        = &#35;afeeee <!-- paleturquoise -->
 
| classical_ensemble        = &#35;afeeee <!-- paleturquoise -->

Revision as of 23:21, 27 April 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.