Module:TypeToColor/doc
Uiterlijk
Dit is de documentatiepagina voor Module:TypeToColor
This template converts a "type" value to a color, using the supported icon set. It is used in Template:Marker and Template:Listing.
All colors should pass WCAG AA guidelines for color contrast.
| Type | CSS3 color name | Example |
|---|---|---|
| see | #387bb2 | |
| do | #757070 | |
| buy | #008080 | |
| eat | #b1591b | |
| drink | #000000 | |
| sleep | #000080 | |
| listing | #258825 | |
| go | #A52A2A | |
| city | #0000FF | |
| other | #258825 | |
| view | #4169E1 | |
| vicinity | #800000 | |
| around | #800080 | |
| gold | #FFD700 | |
| lime | #BFFF00 | |
| red | #FF0000 | |
| silver | #C0C0C0 |
| Input | Output | Comment |
|---|---|---|
#{{#invoke:TypeToColor|convert|sleep}} | #000080 | type to color |
#{{#invoke:TypeToColor|convert|red}} | #FF0000 | color to color |
#{{#invoke:TypeToColor|convert|wrong}} | #C0C0C0 | wrong to default |
#{{#invoke:TypeToColor|convert|}} | #C0C0C0 | no to default |