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

Content deleted Content added
No edit summary
No edit summary
Line 40:
tostring(
mw.html.create("td")
:css({border = "none", padding = 0})
["border"] = "none",
["padding"] = 0,
})
:wikitext(v)
)
Line 46 ⟶ 50:
end
dom2 = mw.html.create("table")
:wikitext(tostringmw.html.create(dom1)"tbody")
:css("vertical-align", "inherit")
:wikitext(tostring(dom1))
)
:css({
["margin"] = 0,