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

From Ava Zinn Wiki
Jump to: navigation, search
[unchecked revision][unchecked revision]
(Remove category per per CFD 2008 August 20)
(close </code> tags, per request)
Line 19: Line 19:
 
-->;NOTE
 
-->;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
 
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
*<code><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 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.
+
*<code>#<color hex></code> otherwise.
  
 
<em>No final semicolon is included, ever<em>.
 
<em>No final semicolon is included, ever<em>.

Revision as of 16:27, 17 May 2009

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.