Module:Testcase table: Difference between revisions

Content deleted Content added
Created page with 'local p = {} function p.testcase(frame) local args = frame.args local template1 = args['_template1'] or '{{BASEPAGENAME}}' local template2 = args['_...'
 
No edit summary
Line 15:
'<tr><td>\n{{' .. template1 .. res .. '}}</td><td>\n{{' .. template2 .. res ..'}}</td></tr></table>'
end
 
return p