Module:Harmonics in cet: Difference between revisions

ArrowHead294 (talk | contribs)
mNo edit summary
ArrowHead294 (talk | contribs)
m Undid revision 147909 by ArrowHead294 (talk)
Tag: Undo
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, " !! ") .. "\n"
.. table.concat(tpri, "\n!") .. "\n"
.. "|-\n| "
.. "|-\n"
.. table.concat(tabs, " || ") .. "\n"
.. table.concat(tabs, "\n|") .. "\n"
.. "|-\n| "
.. "|-\n"
.. table.concat(trel, " || ") .. "\n"
.. table.concat(trel, "\n|") .. "\n"
.. "|-\n| "
.. "|-\n"
.. table.concat(tdeg, " || ") .. "\n"
.. table.concat(tdeg, "\n|") .. "\n"
.. "|}"
.. "|}"
end
end