Thomas Braaten
Thomas Båtnes Braaten (born 30 June 1987) is a Norwegian football defender who currently plays for Tromsdalen UIL.[1]
| |||
Personal information | |||
---|---|---|---|
Full name | Thomas Båtnes Braaten | ||
Date of birth | 30 June 1987 | ||
Place of birth | Nordreisa, Norway | ||
Playing position(s) | Defender | ||
Club information | |||
Current team | Tromsdalen | ||
Number | 4 | ||
Senior career* | |||
Years | Team | Apps | (Gls) |
2006–2008 | Tromsø | 0 | (0) |
2009–2011 | Alta | 83 | (7) |
2012–2014 | Bodø/Glimt | 72 | (4) |
2015 | Hønefoss | 30 | (1) |
2016 | Ullensaker/Kisa | 29 | (1) |
2017–2018 | Alta | 52 | (1) |
2019– | Tromsdalen | 28 | (1) |
* Senior club appearances and goals counted for the domestic league only and correct as of 27 October 2019 |
Career
Braaten join the first team in 2011 with here twin brother Vegard Braaten.
He made his first-tier debut as a substitute against Aalesund in March 2014.
In November 2014 he signed a three-year contract with Hønefoss.
Career statistics
Club
- As of match played 27 October 2019[2]
Club | Season | League | National Cup | Europe | Total | |||||
---|---|---|---|---|---|---|---|---|---|---|
Division | Apps | Goals | Apps | Goals | Apps | Goals | Apps | Goals | ||
Tromsø | 2006 | Tippeligaen | 0 | 0 | 1 | 0 | - | 1 | 0 | |
2007 | 0 | 0 | 1 | 0 | - | 1 | 0 | |||
2008 | 0 | 0 | 1 | 0 | - | 1 | 0 | |||
Total | 0 | 0 | 3 | 0 | - | - | 3 | 0 | ||
Alta | 2009 | Adeccoligaen | 30 | 2 | 2 | 1 | - | 32 | 3 | |
2010 | 28 | 4 | 2 | 1 | - | 30 | 5 | |||
2011 | 25 | 1 | 4 | 0 | - | 29 | 1 | |||
Total | 83 | 7 | 8 | 2 | - | - | 91 | 9 | ||
Bodø/Glimt | 2012 | Adeccoligaen | 28 | 1 | 5 | 0 | - | 33 | 1 | |
2013 | 24 | 3 | 5 | 0 | - | 28 | 3 | |||
2014 | Tippeligaen | 20 | 0 | 2 | 0 | - | 22 | 0 | ||
Total | 72 | 4 | 12 | 0 | - | - | 84 | 4 | ||
Hønefoss | 2015 | OBOS-ligaen | 30 | 1 | 3 | 0 | - | 33 | 1 | |
Total | 30 | 1 | 3 | 0 | - | - | 33 | 1 | ||
Ullensaker/Kisa | 2016 | OBOS-ligaen | 29 | 1 | 2 | 1 | - | 31 | 2 | |
Total | 29 | 1 | 2 | 1 | - | - | 31 | 2 | ||
Alta | 2017 | PostNord-ligaen | 26 | 0 | 2 | 0 | - | 28 | 0 | |
2018 | 26 | 1 | 3 | 0 | - | 29 | 1 | |||
Total | 52 | 1 | 5 | 0 | - | - | 57 | 1 | ||
Tromsdalen | 2019 | OBOS-ligaen | 28 | 1 | 4 | 0 | - | 32 | 1 | |
Total | 28 | 1 | 4 | 0 | - | - | 32 | 1 | ||
Career total | 294 | 15 | 37 | 3 | - | - | 331 | 18 |
gollark: I dislike how browsers made CSRF a thing, it is total bees.
gollark: One of these days I really ought to add login and CSRF prevention.
gollark: ```javascriptimport m = require("mithril")import * as RPCTypes from "../common/rpc"export const sendMessage = (msg: RPCTypes.Message): Promise<RPCTypes.MessageResponse> => { return m.request( { method: "POST", url: "./rpc/", body: msg, }).then(res => { const [ type, p1, p2 ] = res if (type === "error") { throw new RPCTypes.RPCError(p2, p1) } else if (type === "ok") { return p1 } else { throw new Error("Invalid RPC response") } })}const handler = { get: (target, prop) => (...args) => sendMessage([prop, ...args])}export const serverProxy = new Proxy({}, handler)```
gollark: The RPC thing and some JS hax on the client mean I can basically just call any function the server provides as if it's a local one (except asynchronously).
gollark: minoteaur is just plain RPC - you do `POST /rpc` with a function and its arguments as JSON.
References
- I desember var TUIL uten trenere og hadde tre spillere. Nå er stallen snart komplett, aftenposten.no, 24 January 2019
- "Thomas Braaten". altomfotball.no (in Norwegian). TV 2. Retrieved 7 April 2019.
External links
- Thomas Braaten at the Norwegian Football Federation (in Norwegian)
- Thomas Braaten at Soccerway
- Thomas Braaten at WorldFootball.net
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.