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, " | .. table.concat(tpri, "\n!") .. "\n" | ||
.. "|-\n | .. "|-\n" | ||
.. table.concat(tabs, " | .. table.concat(tabs, "\n|") .. "\n" | ||
.. "|-\n | .. "|-\n" | ||
.. table.concat(trel, " | .. table.concat(trel, "\n|") .. "\n" | ||
.. "|-\n | .. "|-\n" | ||
.. table.concat(tdeg, " | .. table.concat(tdeg, "\n|") .. "\n" | ||
.. "|}" | .. "|}" | ||
end | end |