Module:Infobox chord: Difference between revisions

Bcmills (talk | contribs)
m use Dot template instead of hard-coding dot operator characters
Bcmills (talk | contribs)
m Undo revision 152537 by Bcmills (talk)
Tag: Undo
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, "{{dot}}")})
table.insert(infobox_data, {"[[Genus]]", table.concat(genus_terms, " ⋅ ")})


if odd_limit < 32 then
if odd_limit < 32 then