Module:Testcase table: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 19:
if( args['_rowheader'] ) then
rowheader = '<td scope=row>' .. args['_rowheader'] .. '</td>'
if(heading0 = '<th>' .. (args['_heading0'] or '') then.. '</th>'
heading0 = '<th>' .. args['_heading0'] .. '</th>'
end
end
if( args['_class'] ) then