Module:Infobox MOS: Difference between revisions

Ganaram inukshuk (talk | contribs)
m a newline?
Ganaram inukshuk (talk | contribs)
mNo edit summary
Line 62: Line 62:
local note_count = mos.nL+mos.ns
local note_count = mos.nL+mos.ns
if note_count > 3 then
if note_count > 3 then
categories = categories .. string.format('[[Category:%d-tone scales]]\n', note_count)
categories = categories .. '[[Category:' .. note_count .. '-tone scales]]\n'
end
end