Module:Sports table: Difference between revisions

Content deleted Content added
Just some testing
More testing
Line 11:
local team1 = args['team1']
table.insert(t, team1.code..'\n')
table.insert(t, 'Test line just before return statement')
return table.concat( t, '\n' )