Module:MOS in EDO: Difference between revisions
Undo revision 128495 by Ganaram inukshuk (talk); adjusted colors were too dark Tag: Undo |
Centering all cells |
||
| Line 187: | Line 187: | ||
-- Create table, starting with headers | -- Create table, starting with headers | ||
local result = string.format('{| class="wikitable"\n') | local result = string.format('{| class="wikitable center-all"\n') | ||
result = result .. string.format('|+ Generators %i\\%i and %i\\%i\n', gen_in_edosteps, edo, comp_in_edosteps, edo) | result = result .. string.format('|+ Generators %i\\%i and %i\\%i\n', gen_in_edosteps, edo, comp_in_edosteps, edo) | ||
result = result .. string.format('|-\n') | result = result .. string.format('|-\n') | ||