Rudolf Bredschneider
Rudolf Bredschneider (date of birth unknown; date of death unknown) was a Swiss footballer who played for FC Basel. He played mainly in the position as Forward, but also as midfielder.
Personal information | |||
---|---|---|---|
Full name | Rudolf Bredschneider | ||
Playing position(s) | Striker, Midfielder, | ||
Senior career* | |||
Years | Team | Apps | (Gls) |
1908–1919 | FC Basel | 46 | (6) |
* Senior club appearances and goals counted for the domestic league only |
Between the years 1908 and 1919 Bredscheider played a total of 68 games for Basel, scoring a total of eight goals. 48 of these games were in the Swiss Serie A, three in the Anglo-Cup and 17 were friendly games. He scored six goals in the domestic league, the other two were scored during the test games.[1]
In the 1912–13 season Basel won the Anglo-Cup. Bredscheider was part of the team that won the final on 29 June 1913 in the Hardau Stadium, Zürich against FC Weissenbühl Bern 5–0.[2]
Sources and References
- Rotblau: Jahrbuch Saison 2017/2018. Publisher: FC Basel Marketing AG. ISBN 978-3-7245-2189-1
- Verein "Basler Fussballarchiv”. "Rudolf Bredschneider". Verein "Basler Fussballarchiv”. Retrieved 2018-11-16.
- Verein "Basler Fussballarchiv”. "Überblick Saison 1912/13". Verein "Basler Fussballarchiv”. Retrieved 2018-11-16.
gollark: Somehow!
gollark: Well, combined with the rest of the code, it does!
gollark: ```javapackage com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.strategies;import org.springframework.beans.factory.annotation.Autowired;import org.springframework.stereotype.Service;import com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.loop.LoopContext;import com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.loop.LoopRunner;import com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.interfaces.loop.LoopPayloadExecution;import com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.interfaces.strategies.FizzBuzzSolutionStrategy;@Servicepublic class EnterpriseGradeFizzBuzzSolutionStrategy implements FizzBuzzSolutionStrategy { private final LoopPayloadExecution _loopPayloadExecution; @Autowired public EnterpriseGradeFizzBuzzSolutionStrategy(final LoopPayloadExecution _loopPayloadExecution) { super(); this._loopPayloadExecution = _loopPayloadExecution; } @Override public void runSolution(final int nFizzBuzzUpperLimit) { final LoopContext loopContext = new LoopContext(nFizzBuzzUpperLimit); final LoopRunner loopRunner = new LoopRunner(loopContext, loopContext, this._loopPayloadExecution); loopRunner.runLoop(); }}```
gollark: ```javapackage com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.stringreturners;import org.springframework.stereotype.Service;import com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.interfaces.stringreturners.StringStringReturner;@Servicepublic class BuzzStringReturner implements StringStringReturner { public String getReturnString() { final StringBuilder myStringBuilder = new StringBuilder( com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.Constants.BUZZ); final String myString = myStringBuilder.toString(); return new String(myString); }}```
gollark: Does it matter if it is?
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.