Module:MOS degrees: Difference between revisions
ArrowHead294 (talk | contribs) No edit summary |
No edit summary |
||
| Line 576: | Line 576: | ||
-- Create the table, starting with the headers | -- Create the table, starting with the headers | ||
local result = '{| class="wikitable sortable"\n' | local result = '{| class="wikitable sortable mw-collapsible mw-collapsed"\n' | ||
-- First row | -- First row | ||
result = result .. string.format("|+ style=\"font-size: 105%%;\" | Scale degree of %s\n", scale_sig) | result = result .. string.format("|+ style=\"font-size: 105%%; white-space: nowrap\" | Scale degree of %s\n", scale_sig) | ||
result = result .. "! rowspan=\"2\" class=\"unsortable\" | Scale degree\n" | result = result .. "! rowspan=\"2\" class=\"unsortable\" | Scale degree\n" | ||