Module:Weather box/row: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 311:
local annual_mode = (frame.args.annual_mode or 'avg'):lower();
local include_space = checkFlag( frame.args.include_space or true );
local second_line = checkFlag( frame.args.second_line or false );
local result;
 
Line 438 ⟶ 439:
 
if not single_line then
if second_line and second_values_string ~= nil then
first_value_string = second_value_string;
end
second_value_string = nil;
end