Module:WeatherBoxColors का स्रोत देखें
नेविगेशन पर जाएँ
खोज पर जाएँ
आपको इस पृष्ठ को सम्पादित करने की अनुमति नहीं हैं, निम्नलिखित कारण की वजह से:
आप इस पृष्ठ का स्रोत देख सकते हैं और उसकी नकल उतार सकते हैं:
w = {};
math_mod = require( 'Module:Math' );
function hex( value )
return string.format("%02X", value)
end
function format_line( background, text_color )
return table.concat( {"background: #", background, "; color:#", text_color, ";"} );
end
function range_pos( value, start, stop )
if start < stop then
if value < start then
return 0;
elseif value > stop then
return 1;
else
return (value - start) / (stop - start);
end
000
1:0
इस पृष्ठ पर प्रयुक्त साँचे:
Module:WeatherBoxColors को लौटें।