Module:Interval edo approximation: Difference between revisions
No edit summary |
No edit summary |
||
| Line 150: | Line 150: | ||
local ratio_cents = cents(ratio) | local ratio_cents = cents(ratio) | ||
-- Include subtitle info in caption to avoid breaking sortable functionality | -- Include subtitle info in caption to avoid breaking sortable functionality | ||
local display_name = interval_name or interval_str | local display_name = (interval_name and interval_name ~= "") and interval_name or interval_str | ||
table.insert(output, '|+ style="font-size: 105%;" | ' | table.insert(output, '|+ style="font-size: 105%;" | ' | ||