Module:MOS mode degrees: Difference between revisions
ArrowHead294 (talk | contribs) mNo edit summary |
m Revert to sentence case for table titles, per poll on the Discord server |
||
| Line 118: | Line 118: | ||
result = result | result = result | ||
.. "! rowspan=\"2\" | UDP " .. (is_true_mos and "" or " and<br />alterations ") -- If modmos, add "and alterations" string | .. "! rowspan=\"2\" | UDP " .. (is_true_mos and "" or " and<br />alterations ") -- If modmos, add "and alterations" string | ||
.. "!! rowspan=\"2\" | Cyclic<br | .. "!! rowspan=\"2\" | Cyclic<br>order " | ||
.. "!! rowspan=\"2\" | Step<br | .. "!! rowspan=\"2\" | Step<br>pattern" | ||
-- Add header for scale degrees | -- Add header for scale degrees | ||
result = result .. string.format(" !! colspan=\"%d\" class=\"unsortable\" | Scale | result = result .. string.format(" !! colspan=\"%d\" class=\"unsortable\" | Scale degree (%sdegree)\n", #step_matrices[1], mos_prefix) | ||
-- Add second row of headers | -- Add second row of headers | ||