Module:TypeToColor/τεκμηρίωση
Εμφάνιση
This is the documentation page for 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.
type | css3 color name | |
---|---|---|
see | #4682B4 | |
do | #808080 | |
buy | #008080 | |
eat | #D2691E | |
drink | #000000 | |
sleep | #000080 | |
listing | #228B22 | |
city | #0000FF | |
go | #A52A2A | |
other | #228B22 | |
view | #4169E1 | |
vicinity | #800000 | |
around | #800080 | |
gold | #FFD700 | |
lime | #00FF00 | |
red | #FF0000 | |
silver | #C0C0C0 |
Examples:
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 |