Module:Infobox ET: Difference between revisions

Plumtree (talk | contribs)
m Stabilising the new appearance of special properties
Plumtree (talk | contribs)
mNo edit summary
Line 84: Line 84:
if #text > 0 then text = text .. ', ' end
if #text > 0 then text = text .. ', ' end
if type(zeta) ~= 'string' or #zeta == 0 then
if type(zeta) ~= 'string' or #zeta == 0 then
text = text .. ET.why_zeta(et, 1)
text = text .. ET.why_zeta(et)
else
else
text = text .. zeta
text = text .. zeta