Module:Weather box/row: Difference between revisions

Content deleted Content added
update from Module:Weather box/row/sandbox: major clean
Temporary fix to solve theming in Page Content Service
Line 127:
local color_str = color_values[i]
if i == 13 then
table.insert(result, table.concat( {'|style="', color_str, ' border-left-width:medium" class="notheme"| '} ))
else
table.insert(result, table.concat( {'|style="', color_str, '" class="notheme"| '} ))
end
local display = first_values[i]:getDisplay()