Module:Infobox chord: Difference between revisions
add minimal genus of chord to infobox |
list genus after prime limit |
||
Line 180: | Line 180: | ||
table.insert(infobox_data, {"Step cents", table.concat(step_cents, ", ")}) | table.insert(infobox_data, {"Step cents", table.concat(step_cents, ", ")}) | ||
if prime_limit < 96 then | if prime_limit < 96 then | ||
table.insert(infobox_data, {"[[Prime limit]]", "[[" .. prime_limit .. "-limit|" .. prime_limit .. "]]"}) | table.insert(infobox_data, {"[[Prime limit]]", "[[" .. prime_limit .. "-limit|" .. prime_limit .. "]]"}) | ||
Line 188: | Line 187: | ||
cats = cats .. "[[Category:Just intonation chords" .. sort_tag .. "]]" | cats = cats .. "[[Category:Just intonation chords" .. sort_tag .. "]]" | ||
end | end | ||
table.insert(infobox_data, {"[[Genus]]", table.concat(genus_terms, " ⋅ ")}) | |||
if odd_limit < 32 then | if odd_limit < 32 then |