Module:Infobox ET: Difference between revisions

Plumtree (talk | contribs)
mNo edit summary
Plumtree (talk | contribs)
Highly melodic ETs declare the fact
Line 133: Line 133:
end
end
if debug_mode then
if ET.is_highly_melodic(et) then
if ET.is_highly_melodic(et) then
table.insert(infobox_data, {
table.insert(infobox_data, {
'[[Highly melodic equal division|Highly melodic]]',
'[[Highly melodic equal division|Highly melodic]]',
ET.why_highly_melodic(et)
ET.why_highly_melodic(et)
})
})
end
end
end