Jakob Känzig
Jakob Känzig (born 7 May 1893; date of death unknown) was a Swiss footballer who played for FC Basel. He played mainly in the position as midfielder, but also as defender.
Personal information | |||
---|---|---|---|
Full name | Jakob Känzig | ||
Date of birth | 7 May 1893 | ||
Place of birth | Switzerland | ||
Playing position(s) | Midfielder, Defender | ||
Senior career* | |||
Years | Team | Apps | (Gls) |
1911–1922 | FC Basel | 48 | (0) |
* Senior club appearances and goals counted for the domestic league only |
Between the years 1911 and 1922 Känzig played a total of 101 games for Basel, scoring one single goal. 48 of these games were in the Swiss Serie A and 53 were friendly games.[1] He scored his only goal in the test game as Basel played away against SC Victoria Hamburg on 1 April 1922. The game ended in a 2–2 draw.[2]
Sources and References
- Rotblau: Jahrbuch Saison 2017/2018. Publisher: FC Basel Marketing AG. ISBN 978-3-7245-2189-1
- Die ersten 125 Jahre. Publisher: Josef Zindel im Friedrich Reinhardt Verlag, Basel. ISBN 978-3-7245-2305-5
- Verein "Basler Fussballarchiv" Homepage
- Verein "Basler Fussballarchiv”. "Jakob Känzig". Verein "Basler Fussballarchiv”. Retrieved 2018-11-16.
- Verein "Basler Fussballarchiv”. "SC Victoria Hamburg - FC Basel 2:2". Verein "Basler Fussballarchiv”. Retrieved 2018-11-16.
gollark: No. You are typing and I do not have TTS enabled.
gollark: I think writemut should return the mutref you provide.
gollark: ```javascriptimport {assertType, addDefn} from './builtin.mjs';import {execFn} from './shiny.mjs';const getElem = (args) => [{type:"domNode", val:document.getElementById(args[0])}];const setHTML = (args) => args[0].innerHTML = args[1];const mutref = (args) => [{type:"&mut", val:args[0]}];const readmut = (args) => [args[0]];const log = (args) => { console.log(args); return [];}const writemut = (args) => { assertType("&mut", args[1]); args[1].val = args[0]; return [];}const onclick = (args) => { args[0].onclick = (_) => { execFn(args[1]); } return [];}addDefn("log", 1, log);addDefn("getId", ["string"], getElem);addDefn("setHTML", ["domNode", "string"], setHTML);addDefn("mutref", 1, mutref);addDefn("readmut", ["&mut"], readmut);addDefn("writemut", 2, writemut);addDefn("onclick", ["domNode", "closure"], onclick);```
gollark: https://meta.rpn.aidanpe.duckdns.org/dom.mjs
gollark: This doesn't seem very cheats, it's just got a bunch of extra RPNCalc definitions for button access.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.