Matthew Burton (English footballer)
Matthew Burton (8 February 1897 – 1940) was an English footballer who played in the Football League for Everton, New Brighton, Wrexham and Stoke.[1]
Personal information | |||
---|---|---|---|
Full name | Matthew Burton[1] | ||
Date of birth | 8 February 1897 | ||
Place of birth | Grassmoor, England[1] | ||
Date of death | 1940 (aged 43)[1] | ||
Place of death | England | ||
Playing position(s) | Forward | ||
Senior career* | |||
Years | Team | Apps | (Gls) |
1914 | Grassmoor Athletic | ||
1919 | Everton | 0 | (0) |
1919–1920 | Stoke | 8 | (1) |
1921–1922 | Wrexham | 54 | (10) |
1923–1924 | New Brighton | 16 | (6) |
1925 | Oswestry Town | ||
1925 | Rhos Athletic | ||
1926 | Llandudno | ||
1927 | Rhos Athletic | ||
1927 | Connah's Quay & Shotton | ||
Total | 78 | (17) | |
* Senior club appearances and goals counted for the domestic league only |
Career
Burton was born in Grassmoor and played non-league football for local side Grassmoor Athletic before joining Everton just after World War I. However, he didn't stay long and joined Stoke where he spent the 1919–20 and 1920–21 season scoring once in eight league matches.[1] He was released at the end and joined Wrexham where he scored 10 goals and went on to score six for New Brighton. After ending his professional career with New Brighton Burton played for Welsh clubs Oswestry Town, Rhos Athletic, Llandudno and Connah's Quay & Shotton.[1]
Career statistics
Source:[2]
Club | Season | League | FA Cup | Total | ||||
---|---|---|---|---|---|---|---|---|
Division | Apps | Goals | Apps | Goals | Apps | Goals | ||
Stoke[1] | 1919–20 | Second Division | 3 | 0 | 0 | 0 | 3 | 0 |
1920–21 | Second Division | 5 | 1 | 1 | 1 | 6 | 2 | |
Wrexham | 1921–22 | Third Division North | 32 | 9 | 4 | 3 | 36 | 12 |
1922–23 | Third Division North | 22 | 1 | 3 | 0 | 25 | 1 | |
New Brighton | 1923–24 | Third Division North | 15 | 5 | 0 | 0 | 15 | 5 |
1924–25 | Third Division North | 1 | 1 | 0 | 0 | 1 | 1 | |
Career total | 78 | 17 | 8 | 4 | 86 | 21 |
gollark: I did not. Does it work in Firefox™?
gollark: ... was? is.
gollark: Well, this was for ND research, and I didn't want to refresh random eggs constantly.
gollark: ```javascript// ==UserScript==// @name DC Egg Time Getter// @namespace http://tampermonkey.net/// @match https://dragcave.net/view/*// @grant none// ==/UserScript==function getCapture(text, regex, def) { const result = text.match(regex); if (result === null || result === undefined) { if (def === undefined) { throw new Error("Text did not match regex."); } else { return def; } } else { return result[1]; }}const text = document.body.textContent;const days = parseInt(getCapture(text, /in: (\d+) day/, 0));const hours = parseInt(getCapture(text, /and (\d+) hour/, 0));const allHours = (days * 24) + hours;const storage = window.localStorage;const lastTime = storage.remainingTime;console.log("Time Remaining:", allHours);// check for low-ER timesif (allHours < 72) { console.log("Egg/Hatchling in low ER!"); if (lastTime !== allHours.toString()) { const d = new Date(); localStorage.changeTime = d.getTime().toString(); console.log("WAS", lastTime, "NOW", allHours) console.log("Hour Change Time FOUND!"); } else { storage.remainingTime = allHours; setTimeout(() => window.location.reload(), 2000); }}```Probably suboptimal, but I was in a hurry.
gollark: It worked quite well, though I did have to manually narrow them down a bit.
References
- Matthews, Tony (1994). The Encyclopaedia of Stoke City. Lion Press. ISBN 0-9524151-0-0.
- Matthew Burton at the English National Football Archive (subscription required)
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.