Module:MOS mode degrees: Difference between revisions

Ganaram inukshuk (talk | contribs)
m comments again
Ganaram inukshuk (talk | contribs)
mNo edit summary
Line 96: Line 96:
-- Table header
-- Table header
-- If it's for a modmos, add the step pattern
-- If it's for a modmos, add the step pattern
if is_true_mos then
result = result .. string.format("|+ style=\"font-size: 105%%;\" | Scale degree qualities of %s modes", scale_sig) .. (is_true_mos and "\n" or string.format(" (%s)\n", step_pattern))
result = result .. string.format("|+ style=\"font-size: 105%%;\" | Scale degree qualities of %s modes\n", scale_sig)
else
result = result .. string.format("|+ style=\"font-size: 105%%;\" | Scale degree qualities of %s modes (%s)\n", scale_sig, step_pattern)
end
-- Add table headers for first row
-- Add table headers for first row