سانچہ:Weather box/colt/sandbox

آزاد دائرۃ المعارف، ویکیپیڈیا سے

background:white; color:#000; font-size:85%

The Template:Weather_box/colt makes temperature ("t") background colors. It is an alternative to Template:Weather box/colpastel, which uses lighter shades of color.

Temperature in Celsius
-90 -89 -88 -87 -86 -85 -84 -83 -82 -81
-80 -79 -78 -77 -76 -75 -74 -73 -72 -71
-70 -69 -68 -67 -66 -65 -64 -63 -62 -61
-60 -59 -58 -57 -56 -55 -54 -53 -52 -51
-50 -49 -48 -47 -46 -45 -44 -43 -42 -41
-40 -39 -38 -37 -36 -35 -34 -33 -32 -31
-30 -29 -28 -27 -26 -25 -24 -23 -22 -21
-20 -19 -18 -17 -16 -15 -14 -13 -12 -11
-10 -9 -8 -7 -6 -5 -4 -3 -2 -1
0 1 2 3 4 5 6 7 8 9
10 11 12 13 14 15 16 17 18 19
20 21 22 23 24 25 26 27 28 29
30 31 32 33 34 35 36 37 38 39
40 41 42 43 44 45 46 47 48 49
50 51 52 53 54 55 56 57 58 59
Temperature in Fahrenheit
-130 -128 -126 -124 -122 -120 -118 -116 -114 -112
-110 -108 -106 -104 -102 -100 -98 -96 -94 -92
-90 -88 -86 -84 -82 -80 -78 -76 -74 -72
-70 -68 -66 -64 -62 -60 -58 -56 -54 -52
-50 -48 -46 -44 -42 -40 -38 -36 -34 -32
-30 -28 -26 -24 -22 -20 -18 -16 -14 -12
-10 -8 -6 -4 -2 0 2 4 6 8
10 12 14 16 18 20 22 24 26 28
30 32 34 36 38 40 42 44 46 48
50 52 54 56 58 60 62 64 66 68
70 72 74 76 78 80 82 84 86 88
90 92 94 96 98 100 102 104 106 108
110 112 114 116 118 120 122 124 126 128
130 132 134 136 138 140 142 144 146 148

Performance considerations[ترمیم]

Template:Weather_box/colt has been optimized to handle a range of values which are changed into color codes by using a #switch function, with 47 branches, ordered by expected frequency. It can assign colors to temperatures in Celsius at over 460 numbers per second, or 9x faster than encoding color settings as 3-part hexadecimal conversions of temperatures. The 47 branches split the overall range into 3-unit brackets, rather than using a precise spectrum of hundreds of shades of color; however, in practice, the 47 possible shades provide enough contrast to emphasize low versus high temperatures.

See also[ترمیم]