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

Content deleted Content added
Undid revision 866261045 by Andreyyshore (talk)
merged changes from the vanilla template into this test version
Line 64:
local maxWidth = frame.args.maxWidth
local noBold = frame.args.noBold
local style = frame.args.style:gsub("\"", """)
local cellStyle = frame.args.cellstyle:gsub("\"", """)
local wikiText = "class = \"nowrap"
local normalAlign = ""
Line 94 ⟶ 95:
if stack == "" then
wikiText = wikiText .. "min-width:" .. width .. ";max-width:" .. width ..
";width:" .. width .. ";overflow:hidden;" .. cellStyle .. "\""
end
wikiText = wikiText .. " | <div style=\""