Module:MOS in EDO: Difference between revisions

Ganaram inukshuk (talk | contribs)
adopt tamnams name lookup functions
ArrowHead294 (talk | contribs)
mNo edit summary
Line 241: Line 241:
-- Create table, starting with headers
-- Create table, starting with headers
local result = "{| class=\"wikitable center-all\"\n"
local result = "{| class=\"wikitable center-all\"\n"
.. string.format("|+ style=\"font-size: 105%%;\" | Generators %i\\%i and %i\\%i\n", gen_in_edosteps, edo, comp_in_edosteps, edo)
.. "|+ style=\"font-size: 105%;\" | " .. string.format("Generators %i\\%i and %i\\%i\n", gen_in_edosteps, edo, comp_in_edosteps, edo)
.. "|-\n"
.. "|-\n"
.. string.format("! colspan=\"%i\" | Steps\n", edo)
.. string.format("! colspan=\"%i\" | Steps\n", edo)
Line 382: Line 382:
-- Create table, starting with headers
-- Create table, starting with headers
local result = "{| class=\"wikitable center-all\"\n"
local result = "{| class=\"wikitable center-all\"\n"
.. string.format("|+ style=\"font-size: 105%%;\" | Generators %i\\%i and %i\\%i\n", gen_in_edosteps, edo, comp_in_edosteps, edo)
.. "|+ style=\"font-size: 105%;\" | " .. 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"