Module:Infobox ET: Difference between revisions

Plumtree (talk | contribs)
Highly melodic ETs declare the fact
Plumtree (talk | contribs)
m Moving the Highly melodic entry up
Line 69: Line 69:
u._prime_factorization(et.size) .. prime
u._prime_factorization(et.size) .. prime
})
})
if ET.is_highly_melodic(et) then
table.insert(infobox_data, {
'[[Highly melodic equal division|Highly melodic]]',
ET.why_highly_melodic(et)
})
end
table.insert(infobox_data, {
table.insert(infobox_data, {
'Step size',
'Step size',
Line 130: Line 136:
'Distinct consistency limit',
'Distinct consistency limit',
distinct_consistency
distinct_consistency
})
end
if ET.is_highly_melodic(et) then
table.insert(infobox_data, {
'[[Highly melodic equal division|Highly melodic]]',
ET.why_highly_melodic(et)
})
})
end
end