Module:Infobox ET: Difference between revisions

Plumtree (talk | contribs)
mNo edit summary
Plumtree (talk | contribs)
m Highly melodic -> highly composite
Line 80: Line 80:
local text = ''
local text = ''
if ET.is_highly_melodic(et) then
if ET.is_highly_melodic(et) then
text = text .. '[[Highly melodic equal division|highly melodic]] (' .. ET.why_highly_melodic(et, 1) .. ')'
text = text .. '[[Highly composite equal division|highly composite]]'
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
if #text > 0 then text = text .. ', ' end
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, 1)