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" | ||
.. "|-\n" .. table.concat(trel, "\n|") .. "\n" | |||
.. "|-"..border_style.."\n" .. table.concat(tdeg, "\n|") .. "\n" | |||
.. "|-\n" .. table.concat(tdegor, "\n|") .. "\n" | |||
if fs_enable then | if fs_enable then | ||