Module:Infobox MOS: Difference between revisions

Ganaram inukshuk (talk | contribs)
mNo edit summary
Ganaram inukshuk (talk | contribs)
mNo edit summary
Line 57: Line 57:
-- Add to abstract mos pattern category
-- Add to abstract mos pattern category
categories = categories .. string.format('[[Category:Abstract MOS patterns]]\n')
categories = categories .. '[[Category:Abstract MOS patterns]]\n'
-- Add to approprite category of scales by note count, except if it's 3 or less
-- Add to approprite category of scales by note count, except if it's 3 or less
Line 267: Line 267:
)
)
if not debug_mode then
if not debug_mode then
result = result .. "\n" .. categories
result = result .. "\n\n\n" .. categories
end
end
return result
return result