Modulo:TypeToColor/man
Aspetto
Questa è la pagina di documentazione per Modulo:TypeToColor
Questo template converte un tipo in un colore, utilizzando il set di icone supportate. È utilizzato in Template:marker e Template:listing.
tipo | Nome colore css3 | |
---|---|---|
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 | #BFFF00 | |
red | #FF0000 | |
silver | #C0C0C0 |
Esempi:
input | output | commento |
---|---|---|
#{{#invoke:TypeToColor|convert|sleep}} | #000080 | da tipo a colore |
#{{#invoke:TypeToColor|convert|red}} | #FF0000 | da colore a colore |
#{{#invoke:TypeToColor|convert|wrong}} | #C0C0C0 | da input errato a default |
#{{#invoke:TypeToColor|convert|}} | #C0C0C0 | da input assente a default |