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