Module:Infobox ET: Difference between revisions

"zeta" -> "zeta_override". Try automating the category of zeta
m Fix
Line 120: Line 120:
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 .. '<br>' end
if #text > 0 then text = text .. '<br>' end
if type(zeta_override) ~= 'string' or #zeta == 0 then
if type(zeta_override) ~= 'string' or #zeta_override == 0 then
text = text .. ET.why_zeta(et)
text = text .. ET.why_zeta(et)
else
else