Module:Interval table: Difference between revisions
Swap "approximte ratios" and "ups and downs notation" columns |
Maybe this move will work? (I have no idea what that part does) |
||
| Line 140: | Line 140: | ||
end | end | ||
end | end | ||
-- ??? | |||
if wikitext:sub(-1, -1) == "|" then | |||
wikitext = wikitext .. "\n" | |||
else | |||
wikitext = wikitext:sub(0, -3) .. "\n" | |||
end | |||
if rat.eq(et.equave, 2) then | if rat.eq(et.equave, 2) then | ||
if dual_fifth then | if dual_fifth then | ||
| Line 149: | Line 157: | ||
end | end | ||
if (i + 2) <= #additional_split then | if (i + 2) <= #additional_split then | ||
for j = 1, #additional_split[i + 2] do | for j = 1, #additional_split[i + 2] do | ||