Module:Infobox ET: Difference between revisions
m Moving the Highly melodic entry up |
m Zeta ETs: test |
||
Line 73: | Line 73: | ||
'[[Highly melodic equal division|Highly melodic]]', | '[[Highly melodic equal division|Highly melodic]]', | ||
ET.why_highly_melodic(et) | ET.why_highly_melodic(et) | ||
}) | |||
end | |||
if debug_mode and ET.is_zeta(et) then | |||
table.insert(infobox_data, { | |||
'[[The Riemann zeta function and tuning|Zeta]]', | |||
ET.why_zeta(et) | |||
}) | }) | ||
end | end |