Module:Harmonics in cet: Difference between revisions
ArrowHead294 (talk | contribs) No edit summary |
ArrowHead294 (talk | contribs) mNo edit summary |
||
Line 23: | Line 23: | ||
return "{| class=\"wikitable center-all\"\n" | return "{| class=\"wikitable center-all\"\n" | ||
.. "|+ style=\"font-size: 105%;\" | " .. title .. "\n" | .. "|+ style=\"font-size: 105%;\" | " .. title .. "\n" | ||
.. "|-\n" | .. "|-\n! " | ||
.. table.concat(tpri, " | .. table.concat(tpri, " !! ") .. "\n" | ||
.. "|-\n" | .. "|-\n| " | ||
.. table.concat(tabs, " | .. table.concat(tabs, " || ") .. "\n" | ||
.. "|-\n" | .. "|-\n| " | ||
.. table.concat(trel, " | .. table.concat(trel, " || ") .. "\n" | ||
.. "|-\n" | .. "|-\n| " | ||
.. table.concat(tdeg, " | .. table.concat(tdeg, " || ") .. "\n" | ||
.. "|}" | .. "|}" | ||
end | end |