Module:Infobox ET: Difference between revisions

Plumtree (talk | contribs)
m Omit convergement notices for simplified ratios
Adopt newline between values
Line 91: Line 91:
end
end
if is_zeta ~= false and ET.is_zeta(et) then
if is_zeta ~= false and ET.is_zeta(et) then
if #text > 0 then text = text .. ', ' end
if #text > 0 then text = text .. '\n' end
if type(zeta) ~= 'string' or #zeta == 0 then
if type(zeta) ~= 'string' or #zeta == 0 then
text = text .. ET.why_zeta(et)
text = text .. ET.why_zeta(et)