Module:MOS degrees: Difference between revisions
No edit summary |
ArrowHead294 (talk | contribs) mNo edit summary |
||
| Line 576: | Line 576: | ||
-- Create the table, starting with the headers | -- Create the table, starting with the headers | ||
local result = | local result = "{| class=\"wikitable sortable mw-collapsible mw-collapsed\"\n" | ||
-- First row | -- First row | ||
result = result .. string.format("|+ style=\"font-size: 105%%; white-space: nowrap\" | 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" | ||