Template:Color: Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>NXTBoy
No edit summary
>NXTBoy
Blacks are blacker. Whites are whiter. Yellows are yellower.
Line 53: Line 53:
     #E0E0E0}}|
     #E0E0E0}}|
   dark  = {{switch|{{{1|}}}|
   dark  = {{switch|{{{1|}}}|
     red      = #BFA3A3|
     red      = #AC2F2F|
     orange    = #BFB1A3|
     orange    = #AC6E2F|
     yellow    = #BFBFA3|
     yellow    = #ACAC2F|
     lime      = #B1BFA3|
     lime      = #6EAC2F|
     green    = #A3BFA3|
     green    = #2FAC2F|
     turquoise = #A3BFB1|
     turquoise = #2FAC6E|
     cyan      = #A3BFBF|
     cyan      = #2FACAC|
     blue      = #A3B1BF|
     blue      = #2F6EAC|
     indigo    = #A3A3BF|
     indigo    = #2F2FAC|
     purple    = #B1A3BF|
     purple    = #6E2FAC|
     magenta  = #BFA3BF|
     magenta  = #AC2FAC|
     pink      = #BFA3B1|
     pink      = #AC2F6E|
     #AAA}}
     #AAA}}
}}</onlyinclude></includeonly>
}}</onlyinclude></includeonly>
[[Category:Templates]]
[[Category:Templates]]

Revision as of 21:26, 28 December 2010

Generates a standard color (in hexadecimal format), with a modifier. Usage:

{{Color|orange|dark}} gives

#AC6E2F


{{Color|purple|light}} gives

#FAF5FF


{{Color|lime}} gives

#E0F2CE


Valid colors are red

, orange

, yellow

, lime

, green

, turquoise

, cyan

, blue

, indigo

, purple

, magenta

, pink

, and gray

(default).

Valid modifiers are light, dark, and medium (default).