Module:Infobox chord: Difference between revisions
omit explicit powers of 1 from the genus |
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 |