Module:Infobox ET: Difference between revisions
Prevent timeout by adopting a lower limit for non-octave equal tunings |
ArrowHead294 (talk | contribs) mNo edit summary |
||
| Line 35: | Line 35: | ||
convergement_notice = "" | convergement_notice = "" | ||
local link = rat.as_table(ratio)[2] .. et.suffix | local link = rat.as_table(ratio)[2] .. et.suffix | ||
ratio = " (→ [[" | ratio = string.format(" (→ [[%s|%s%s]])", | ||
link, | |||
rat.as_ratio(ratio, "\\"), | |||
(rat.eq(et.equave, 2) == false and et.suffix or "")) | |||
else | else | ||
ratio = "" | ratio = "" | ||