Module:Infobox chord: Difference between revisions
m increase dash to FIGURE DASH |
switching from FRACTION SLASH to DIVISION SLASH in interval ratios |
||
Line 62: | Line 62: | ||
local numer = h / gcd | local numer = h / gcd | ||
local denom = root / gcd | local denom = root / gcd | ||
table.insert(root_interval_links, "[[" .. numer .. "/ | table.insert(root_interval_links, "[[" .. numer .. "/" .. denom .. "]]") | ||
end | end | ||
Line 89: | Line 89: | ||
table.insert(infobox_data, {"Harmonics", frame.args["Harmonics"]}) | table.insert(infobox_data, {"Harmonics", frame.args["Harmonics"]}) | ||
table.insert(infobox_data, {"Intervals from root", | table.insert(infobox_data, {"Intervals from root", table.concat(root_interval_links, " ‒ ")}) | ||
if prime_limit < 96 then | if prime_limit < 96 then |