Module:Infobox chord: Difference between revisions

Bcmills (talk | contribs)
omit explicit powers of 1 from the genus
Bcmills (talk | contribs)
m use Dot template instead of hard-coding dot operator characters
Line 193: Line 193:
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, " ⋅ ")})
table.insert(infobox_data, {"[[Genus]]", table.concat(genus_terms, "{{dot}}")})


if odd_limit < 32 then
if odd_limit < 32 then