Albert Thompson (footballer, born 1912)

Albert Thompson (born 1912, date of death unknown) was a Welsh footballer.

Albert Thompson
Personal information
Full name Albert Thompson
Date of birth 1912
Place of birth Llanbradach, Wales
Playing position(s) Striker
Senior career*
Years Team Apps (Gls)
Barry Town ? (?)
1934–1936 Bradford Park Avenue 11 (2)
1936–1937 York City 24 (24)
1937 Swansea Town 4 (0)
Wellington Town ? (?)
* Senior club appearances and goals counted for the domestic league only

Career

Thompson was born in Llanbradach, Wales, and joined Bradford Park Avenue from Barry Town in 1934.[1] After making 11 appearances and scoring two goals in the league for Bradford, he joined York City in 1936.[1] He was York City's top scorer for the 1936–37 season, with 28 goals.[2] He joined Swansea Town in 1937,[1] after making 29 appearances and scoring 28 goals for York.[3] After making 4 appearances in the league for Swansea, he joined Wellington Town.[1]

Notes

  1. Joyce, Michael (2004). Football League Players' Records 1888 - 1939. Tony Brown. p. 257. ISBN 1-899468-67-6.
  2. Batters, Dave (1990). "City Season-by-Season". York City: A Complete Record 1922-1990. The Breedon Books Publishing Company Limited. p. 313. ISBN 0-907969-69-0.
  3. Batters, Dave (1990). "York City Career Records". York City: A Complete Record 1922-1990. The Breedon Books Publishing Company Limited. p. 428. ISBN 0-907969-69-0.


gollark: * rightctrl+w
gollark: There's also sandboxing of user code, so people can hit ctrl+w easily to wipe everything.
gollark: Well, yes, but it blocks BlahOS.
gollark: ```lua-- Ensure code does not contain evil/unsafe things, such as known browsers, bad OSes or Siri. For further information on what to do if Siri is detected please consult https://pastebin.com/RM13UGFa line 2 and/or the documentation for PS#ABB85797 in this file.function potatOS.check_safe(code) local lcode = strip_comments(string.lower(code)) for category, list in pairs(banned) do for _, thing in pairs(list) do if string.find(lcode, '[^"]' .. string.lower(thing)) then --local ok, err = pcall(potatOS.make_paste, ("potatOS_code_sample_%x"):format(0, 2^24), code) --local sample = "[error]" --if ok then sample = "https://pastebin.com/" .. err end local text = string.format([[This program contains "%s" and will not be run.Classified as: %s.%sIf you believe this to be in error, please contact the potatOS developers.This incident has been reported.]], thing, category, category_descriptions[category]) potatOS.report_incident(string.format("use of banned program classified %s (contains %s).", category, thing), {"safety_checker"}, { code = code, extra_meta = { program_category = category, program_contains = thing, program_category_description = category_descriptions[category] } }) return false, function() printError(text) end end end end return trueend```
gollark: There's a bit of code in `load` which checks user code for stuff which looks like known virii/bad OSes.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.