Module:Testcase table: Difference between revisions

Content deleted Content added
optional style
No edit summary
Line 15:
local heading0 = ''
local rowheader = ''
local after = args['_after'] or ''
local caption = args['_caption'] or 'Side by side comparison'
local t = {}
Line 41 ⟶ 42:
heading0, heading1, heading2, rowheader,
frame:expandTemplate{ title = template1, args = t },
frame:expandTemplate{ title = template2, args = t },
after
)
end