Module:Testcase table: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 20:
local res2 = frame:expandTemplate{ title = template2, args = t }
return '<table><tr><th style="width:50%">' .. heading1 .. '</th><th style="width:50%">' .. heading2 .. '</tr>\n' ..
'<tr style="vertical-align:top"><td>\n' .. res1 .. '</td><td>\n' .. res2 .. '</td></tr></table>'
end