Module:Chord consistency: Difference between revisions
Dummy index (talk | contribs) +maxlen |
Dummy index (talk | contribs) improve ellipsis |
||
Line 128: | Line 128: | ||
end | end | ||
if up then | if up then | ||
if #vals >= maxlen then | if #vals >= maxlen then | ||
table.insert(vals, " | table.insert(vals, "…") | ||
break | break | ||
end | end | ||
table.insert(vals, "[[" .. i .. ed .. "]]" .. string.rep("*", llevel)) | |||
end | end | ||
end | end |