Module:Weather box/row: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 186:
if value_str ~= '' and value_str ~= nil then
table.insert( result, value_str );
if second_value_string ~= nil then
end
value_str = second_value_string[i];
if value_str ~= '' and value_str ~= nil then
table.insert( result, "<br /> (" .. value_str .. ")" );
end
end
endelse
table.insert( result, '—' );
end
if second_value_string ~= nil then
value_str = second_value_string[i];
if value_str ~= '' and value_str ~= nil then
table.insert( result, "<br /> (" .. value_str .. ")" );
end
end
table.insert( result, "\n" );
end
Line 269 ⟶ 271:
val = values[i];
if val == -9999 then
return '', -9999;
end