Jack Douglas (footballer, born 1929)

Jack Douglas (2 June 1929 – 6 February 2007) was an Australian rules footballer who played with Hawthorn in the Victorian Football League (VFL).[1]

Jack Douglas
Personal information
Full name Jack Douglas
Date of birth (1929-06-02)2 June 1929
Date of death 6 February 2007(2007-02-06) (aged 77)
Original team(s) Canberra
Height 184 cm (6 ft 0 in)
Weight 80 kg (176 lb)
Playing career1
Years Club Games (Goals)
1952–53 Hawthorn 14 (0)
1 Playing statistics correct to the end of 1953.
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. 235. ISBN 978-1-921496-32-5.
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```
gollark: It's included in PotATOS.
gollark: https://raw.githubusercontent.com/Ale32bit-CC/Node.lua/master/node.lua
gollark: NodeLuaBestOS
gollark: Yes, they can fly, using the `launch` function.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.