Module:WeatherBox: Difference between revisions

m
Centrist16 moved page Module:Weather box to Module:WeatherBox without leaving a redirect
m (1 revision imported)
en>Centrist16
m (Centrist16 moved page Module:Weather box to Module:WeatherBox without leaving a redirect)
Line 175:
local result, color_str, value_str;
result = {'|- style="text-align: center;"\n! scope="row" style="height: 16px;" | ', label, "\n"}
for i = 1,13 do
color_str = color_values[i];
Line 284:
end
if mode == 'avg' then
total = math_mod._round( total / 12, p1 + 1 );
end
return tostring( total ), total;
Anonymous user