KB Karlskoga FF

KB Karlskoga FF is a Swedish football club located in Karlskoga. The club was founded in 1963 following the merger of IFK Bofors and Karlskoga IF. KB means Karlskoga/Bofors.[1]

KB Karlskoga FF
Full nameKB Karlskoga Fotbollförening
Founded1963
GroundNobelstadion
Karlskoga
Sweden
Capacity10,000
Head CoachMark Selmer
LeagueDivision 2 Norra Götaland
2010Division 2 Västra Götaland, 5th

Background

Since their foundation in 1963 KB Karlskoga FF has participated mainly in the middle and lower divisions of the Swedish football league system. Sven-Göran Eriksson and Tord Grip both played for the club in the early 1970s, the latter as player-coach. The club currently plays in Division 2 Västra Götaland which is the fourth tier of Swedish football. They play their home matches at the Nobelstadion in Karlskoga.[2]

The club is affiliated to the Värmlands Fotbollförbund.[3]

Season to season

Season Level Division Section Position Movements
1993 Tier 3 Division 2 Västra Svealand 12th Relegated
1994 Tier 4 Division 3 Västra Svealand 8th
1995 Tier 4 Division 3 Västra Svealand 8th
1996 Tier 4 Division 3 Västra Svealand 7th
1997 Tier 4 Division 3 Västra Svealand 8th
1998 Tier 4 Division 3 Västra Svealand 2nd Promotion Playoffs – Promoted
1999 Tier 3 Division 2 Västra Svealand 8th
2000 Tier 3 Division 2 Västra Svealand 8th
2001 Tier 3 Division 2 Västra Svealand 11th Relegated
2002 Tier 4 Division 3 Västra Svealand 8th
2003 Tier 4 Division 3 Västra Svealand 11th Relegated
2004 Tier 5 Division 4 Värmland 2nd Promotion Playoffs
2005 Tier 5 Division 4 Värmland 1st Promoted
2006* Tier 5 Division 3 Västra Svealand 1st Promoted
2007 Tier 4 Division 2 Östra Svealand 9th
2008 Tier 4 Division 2 Östra Svealand 7th
2009 Tier 4 Division 2 Östra Götaland 6th
2010 Tier 4 Division 2 Västra Götaland 5th
2011 Tier 4 Division 2 Norra Götaland 10th Relegation Playoffs

* League restructuring in 2006 resulted in a new division being created at Tier 3 and subsequent divisions dropping a level. [4] [5] [6] [7]

gollark: You can also play exciting open-source games like Minetest, Dwarf Fortress and OpenTTD.
gollark: I guess you could have... self-runnable python packages too?```bash#!/bin/shpython3 $0exit```
gollark: Shellscripts execute line-by-line, so if you stick a ZIP on the end and do something like```bash#!/bin/shunzip $0exit```then the shell won't complain about the random binary data at the end of the script.
gollark: I'm not sure if this has much of an actual application, but it's neat. You can do similar stuff with zips to make self-extracting archives.
gollark: ```osmarks@fenrir /tmp> cat __main__.py print("Hello, World!")osmarks@fenrir /tmp> zip test.zip __main__.py adding: __main__.py (stored 0%)osmarks@fenrir /tmp> python3 logo96.png File "logo96.png", line 1SyntaxError: Non-UTF-8 code starting with '\x89' in file logo96.png on line 1, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for detailsosmarks@fenrir /tmp [1]> cat test.zip >> logo96.pngosmarks@fenrir /tmp> python3 logo96.pngHello, World!osmarks@fenrir /tmp> unzip -l logo96.pngArchive: logo96.pngwarning [logo96.png]: 341 extra bytes at beginning or within zipfile (attempting to process anyway) Length Date Time Name--------- ---------- ----- ---- 23 2020-07-02 15:25 __main__.py--------- ------- 23 1 file```

Footnotes

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.