Module:Sports table: Difference between revisions

Content deleted Content added
More testing
No edit summary
Line 9:
local args = frame.args[1] and frame.args or frame:getParent().args
local team1test1 = args['team1test1']
table.insert(t, team1..'\n'test1)
table.insert(t, '\n')
table.insert(t, 'Test line just before return statement')
return table.concat( t, '\n' )