Files
cheesy-arena-lite/templates/teams.csv

4 lines
282 B
CSV
Raw Normal View History

Number,Name,Nickname,City,StateProv,Country,RookieYear,RobotName,HasConnected
{{range $team := .}}{{$team.Id}},"{{$team.Name}}","{{$team.Nickname}}","{{$team.City}}","{{$team.StateProv}}","{{$team.Country}}",{{$team.RookieYear}},"{{$team.RobotName}}",{{$team.HasConnected}}
{{end}}