Module:Infobox ET: Difference between revisions
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 .. ' | 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) | ||