Module:Primes in edo fs: Difference between revisions

ArrowHead294 (talk | contribs)
mNo edit summary
ArrowHead294 (talk | contribs)
mNo edit summary
Line 110: Line 110:
  titleMarkup = "|-\n|+ style=\"font-size: 105%;\" | " .. title .. "\n"
  titleMarkup = "|-\n|+ style=\"font-size: 105%;\" | " .. title .. "\n"
   end
   end
   local data_rows = ""
   local data_rows = "|-"..border_style.."\n" .. table.concat(tabs, "\n|") .. "\n"
  data_rows = data_rows .. "|-"..border_style.."\n" .. table.concat(tabs, "\n|") .. "\n"
.. "|-\n" .. table.concat(trel, "\n|") .. "\n"
  data_rows = data_rows .. "|-\n" .. table.concat(trel, "\n|") .. "\n"
.. "|-"..border_style.."\n" .. table.concat(tdeg, "\n|") .. "\n"
  data_rows = data_rows .. "|-"..border_style.."\n" .. table.concat(tdeg, "\n|") .. "\n"
.. "|-\n" .. table.concat(tdegor, "\n|") .. "\n"
  data_rows = data_rows .. "|-\n" .. table.concat(tdegor, "\n|") .. "\n"
    
    
   if fs_enable then
   if fs_enable then