Module:Infobox ET: Difference between revisions

Plumtree (talk | contribs)
m Zeta ETs: improvements
Plumtree (talk | contribs)
m Zeta ETs: improvements
Line 45: Line 45:
local is_zeta = nil
local is_zeta = nil
if type(zeta) == 'string' then
if type(zeta) == 'string' then
is_zeta = #zeta > 0
is_zeta = not zeta:match('^[Nn][Oo]$')
end
end