Module:Weather box/row: Difference between revisions

Content deleted Content added
m table header scope="row"
Fix false precision in average values. See Template talk page.
Line 284:
end
if mode == 'avg' then
total = math_mod._round( total / 12, p1 + 1 );
end
return tostring( total ), total;