Module:Infobox ET: Difference between revisions
mNo edit summary |
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 | 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 | ||
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) | ||