Bill Winstanley
William Ira "Bill" Winstanley (26 October 1911 – 1985) was an English footballer who played in the Football League for Stoke City.[1]
Personal information | |||
---|---|---|---|
Full name | William Ira Winstanley[1] | ||
Date of birth | 26 October 1911 | ||
Place of birth | Prestwich, England[1] | ||
Date of death | 1985 (aged 74)[1] | ||
Playing position(s) | Right back | ||
Senior career* | |||
Years | Team | Apps | (Gls) |
Altrincham | |||
1935–1938 | Stoke City | 48 | (0) |
– | Trafford Park | ||
* Senior club appearances and goals counted for the domestic league only |
Career
Winstanley was born in Prestwich and played for Cheshire League side Altrincham before earning a move to Stoke City in 1935.[1] He made an instant impression on new manager Bob McGrory he played 31 matches in 1935–36 and then 21 in 1936–37. He suffered a broken leg on Christmas Day in 1936 playing against Chelsea and he missed more than a year playing once in 1938–39. He was never able to force his way back into the first team and once World War II commenced he returned to Manchester and played for Trafford Park.[1]
Career statistics
Club | Season | League | FA Cup | Total | ||||
---|---|---|---|---|---|---|---|---|
Division | Apps | Goals | Apps | Goals | Apps | Goals | ||
Stoke City[1] | 1935–36 | First Division | 26 | 0 | 5 | 0 | 31 | 0 |
1936–37 | First Division | 21 | 0 | 0 | 0 | 21 | 0 | |
1937–38 | First Division | 0 | 0 | 0 | 0 | 0 | 0 | |
1938–39 | First Division | 1 | 0 | 0 | 0 | 1 | 0 | |
Career Total | 48 | 0 | 5 | 0 | 53 | 0 |
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
- Matthews, Tony (1994). The Encyclopaedia of Stoke City. Lion Press. ISBN 0-9524151-0-0.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.