Module:MOS mode degrees: Difference between revisions
m Add back font size |
mNo edit summary |
||
| Line 134: | Line 134: | ||
-- If it's for a modmos, add the step pattern | -- If it's for a modmos, add the step pattern | ||
local title = string.format("Scale degrees of the modes of %s", scale_sig) .. (is_true_mos and " " or string.format(" (%s) ", step_pattern)) | local title = string.format("Scale degrees of the modes of %s", scale_sig) .. (is_true_mos and " " or string.format(" (%s) ", step_pattern)) | ||
result = result .. string.format("|+ style=\font-size: 105%; white-space: nowrap\" | %s\n", title) | result = result .. string.format("|+ style=\font-size: 105%%; white-space: nowrap\" | %s\n", title) | ||
.. "|-\n" | .. "|-\n" | ||