Module:MOS in EDO: Difference between revisions
ArrowHead294 (talk | contribs) mNo edit summary |
m rename |
||
| (One intermediate revision by one other user not shown) | |||
| Line 333: | Line 333: | ||
-- Create table, starting with headers | -- Create table, starting with headers | ||
local result = "{| class=\"wikitable center-all\"\n" | local result = "{| class=\"wikitable center-all\"\n" | ||
.. "|+ style=\"font-size: 105%;\" | " .. string.format("Generators %i\\%i and %i\\%i\n", gen_in_edosteps, edo, comp_in_edosteps, edo) | .. "|+ style=\"font-size: 105%; white-space: nowrap;\" | " .. string.format("Generators %i\\%i and %i\\%i\n", gen_in_edosteps, edo, comp_in_edosteps, edo) | ||
.. "|-\n" | .. "|-\n" | ||
.. "! Step visualization\n" | .. "! Step visualization\n" | ||
| Line 357: | Line 357: | ||
-- Add the step visualization | -- Add the step visualization | ||
local sv = step_vis. | local sv = step_vis._step_vis(current_scale) | ||
result = result .. string.format("| %s\n", sv) | result = result .. string.format("| %s\n", sv) | ||