Module:Sandbox/Andreyyshore/Vertical header: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 50:
end
dom2 = mw.html.create("table")
:wikitext(tostring(
mw.html.create("tbody")
:css("vertical-align", "inherit")
:wikitext(tostring(dom1))
)
)
:css({