Difference between revisions of "Template:W-color"

From Basin Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 +
== Usage ==
 
{{#switch: {{lc: {{{1}}} }}
 
{{#switch: {{lc: {{{1}}} }}
 
| border
 
| border

Revision as of 12:26, 11 January 2012

Usage

#FFFF88

Where xxx is one of the following values:

  • lighter
  • light
  • dark

An alternate set of values that could be used are:

  • tint (same as lighter)
  • background (same as light)
  • border (same as dark)

If xxx is not specified, the default value is light, although leaving it as the default is discouraged.

Aside from special circumstances, always attempt to use the more appropriate set of color values - either lighter-light-dark or tint-background-border. Avoid mixing them up.