Khazar Baku FK

Khazar Baku FK (Azerbaijani: Xəzər Futbol Klubu) is an Azerbaijani football club based in Khazar raion, Baku.

Khazar Baku FK
Full nameXəzər Futbol Klubu
Founded2017 (2017)
Dissolved2018 (2018)
GroundInter Arena
Capacity8,125
PresidentMahir Mammadov
ManagerVacant
LeagueAzerbaijan First Division
WebsiteClub website

History

The club was founded in 2017 and participates in the Azerbaijan First Division.[1][2]

Colours

The colours of the club are white and blue.

Current squad

As of 17 February 2018

Note: Flags indicate national team as defined under FIFA eligibility rules. Players may hold more than one non-FIFA nationality.

No. Pos. Nation Player
1 GK  AZE Tarlan Ahmadli
2 DF  AZE Ulvi Ibazade
3 DF  AZE Nodar Mammadov
6 MF  AZE Vadim Abdullayev
7 FW  AZE Sergey Markelov
8 MF  AZE Farid Samadzade
9 MF  AZE Aslan Huseynov
10 FW  UKR Ramil Hasanov (loan from Gabala)
11 MF  AZE Elmir Rahimzade
No. Pos. Nation Player
15 DF  AZE Kanan Mirzaliyev
16 DF  AZE Kanan Guliyev
19 FW  AZE Aydin Gasimov
20 MF  AZE Tanriverdi Maharramli (loan from Sabail)
22 DF  AZE Mushfig Teymurov
23 MF  AZE Isa Jabiyev
30 GK  AZE Namaz Ismayilov
77 MF  AZE Fuad Mammadzade
90 GK  AZE Anar Maharramov

Managers

  • Rovshan Gasimov (2017)
  • Elshad Ahmadov (2018)

Honours

Winners (1): 2017–18
gollark: _continues futile attempts to optimize stuff_
gollark: getItemMeta returns a thing with stackSize, right?
gollark: Also, in that version there, patterns got fed in as a table with numeric indices from 1-9 representing each slot of the crafting table plus an optional qty key for how much the recipe produces.
gollark: Ridiculous. We *need* to be able to break maths in a snippet of code.
gollark: Here is a copy of the code I don't understand from the old version:```lualocal function descend(intermediateFn, terminalFn, i) local pattern = patterns[i] if pattern then intermediateFn(pattern) local pqty = pattern.qty -- Qty keys must be removed from the pattern for collation -- Otherwise, it shows up as a number stuck in the items needed table, which is bad. pattern.qty = nil local needs = util.collate(pattern) pattern.qty = pqty local has = {} for slot, item in pairs(pattern) do if util.satisfied(needs, has) then break end if patterns[item] then descend(intermediateFn, terminalFn, item) has[item] = (has[item] or 0) + (patterns[item].count or 1) end end else terminalFn(i) endendlocal function cost(i) local items = {} descend(function() end, function(i) table.insert(items, i) end, i) return util.collate(items)endlocal function tasks(i) local t = {} descend(function(pat) table.insert(t, pat) end, function() end, i) return tend```

References

  1. "I Division, draw will be held". 25 September 2017. Retrieved 4 October 2017.
  2. "Azərbaycan futbolunda daha bir yeni klub". dsport.az (in Azerbaijani). 20 August 2017. Retrieved 4 October 2017.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.