Module:Testcase table: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 9:
local template1 = args['_template1'] or (title)
local template2 = args['_template2'] or (title .. '/sandbox')
local heading1 = args['_heading1'] or '{{[[Template:' .. template1 .. '|' .. template1 ..']]}}'
local heading2 = args['_heading2'] or '{{[[Template:' .. template2 .. '|' .. template2 ..']]}}'
local t = {}