GuildWiki

GuildWiki has been locked down: anonymous editing and account creation are disabled. Current registered users are unaffected. Leave any comments on the Community Portal.

READ MORE

GuildWiki
mNo edit summary
m (hex triplet colors don't work for everything)
 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
{{#switch: {{lc: {{{1}}} }}
 
{{#switch: {{lc: {{{1}}} }}
  +
| background
| light = <nowiki>#FBB</nowiki>
 
| dark = <nowiki>#BB3</nowiki>
+
| light = <nowiki>#FFBBBB</nowiki>
  +
| border
 
| dark = <nowiki>#BB3333</nowiki>
  +
| #default = <nowiki>#FFBBBB</nowiki>
  +
}}<noinclude>
  +
==Usage==
  +
<nowiki>{{E-color|xxx}}</nowiki>
  +
Where xxx is one of the following values:
  +
* light
  +
* dark
  +
* border (same as dark)
  +
* background (same as light)
   
  +
Note: if left off, the default value is ''light''[[Category:Templates/Formatting]]</noinclude>
| border = {{Template:E-color|dark}}
 
| background = {{Template:E-color|light}}
 
 
| #default = {{Template:E-color|light}}
 
}}
 

Latest revision as of 07:24, 10 July 2007

#FFBBBB

Usage

{{E-color|xxx}}

Where xxx is one of the following values:

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

Note: if left off, the default value is light