Ted Hill (footballer)

Ted Hill (15 January 1914 - 1 July 1986) was a former Australian rules footballer who played with Collingwood and Fitzroy in the Victorian Football League (VFL).[1]

Ted Hill
Hill during his Fitzroy career
Personal information
Full name Ted Hill
Date of birth (1914-01-15)15 January 1914
Date of death 1 July 1986(1986-07-01) (aged 72)
Original team(s) Coburg
Height 187 cm (6 ft 2 in)
Weight 92 kg (203 lb)
Position(s) Back Pocket
Playing career1
Years Club Games (Goals)
1939 Collingwood 02 (0)
1940, 1942–45 Fitzroy 20 (2)
Total 22 (2)
1 Playing statistics correct to the end of 1945.
Sources: AFL Tables, AustralianFootball.com

Notes

  1. Holmesby, Russell; Main, Jim (2014). The Encyclopedia of AFL Footballers: every AFL/VFL player since 1897 (10th ed.). Seaford, Victoria: BAS Publishing. p. 394. ISBN 978-1-921496-32-5.
gollark: I'm going to add precompilation of stuff to bytecode for maximum performance™.
gollark: PotatOS is even faster thanks to patented Potatron technology.
gollark: Arguably, Ale's code there is horrible.
gollark: The canned meat thingy?
gollark: ```lualocal function setInterval(func, s, ...) assert(type(func) == "function", "bad argument #1 (expected function, got ".. type(func) ..")") s = s or 0 assert(type(s) == "number", "bad argument #2 (expected number, got ".. type(s) ..")") local interval = {} interval.interval = s interval.func = func interval.args = {...} interval.id = genHex() interval.run = true interval.stopped = false interval.pid = spawn(function() while interval.run do sleep(interval.interval) spawn(function() interval.func(unpack(interval.args)) end) end end) interval = setmetatable(interval, { __tostring = function() return string.format("Interval 0x%x [%s]s (%s)", interval.id, s, string.match(tostring(func),"%w+$")) end, }) return intervalend```
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.