Module:Infobox ET: Difference between revisions

Plumtree (talk | contribs)
m Highly melodic ETs: test
Plumtree (talk | contribs)
mNo edit summary
Line 136: Line 136:
if ET.is_highly_melodic(et) then
if ET.is_highly_melodic(et) then
table.insert(infobox_data, {
table.insert(infobox_data, {
'Highly melodic?',
'[[Highly melodic equal division|Highly melodic]]',
ET.why_highly_melodic(et)
ET.why_highly_melodic(et)
})
})