Module:Sports table: Difference between revisions

Content deleted Content added
No edit summary
Minor changes
Line 12:
local team1 = Args['team1']
table.insert(t, test1..'\n<br>')
table.insert(t, team1..'\n')
table.insert(t, team1['code'])
table.insert(t, '\n')
table.insert(t, 'Test line just before return statement')
return table.concat( t, '\n' )