Reefton Spicer

Reefton Spicer (17 July 1898 – 22 April 1978) was a former Australian rules footballer who played with Richmond in the Victorian Football League (VFL).[1]

Reefton Spicer
Personal information
Full name Reefton Spicer
Date of birth (1898-07-17)17 July 1898
Date of death 22 April 1978(1978-04-22) (aged 79)
Original team(s) Richmond Districts
Playing career1
Years Club Games (Goals)
1917–18 Richmond 3 (1)
1 Playing statistics correct to the end of 1918.
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. 839. ISBN 978-1-921496-32-5.
gollark: OH NOSEGMENTATION VIOLATIONDEPLOY BEES
gollark: It's not actually finished yet, either.
gollark: ```rust let parser = Parser::new_ext(md, options).map(|ev| match ev { Event::Text(txt) => { match &*txt { "[" => { // wikilink has opened, two consecutive [ if was_bracket { in_wikilink = true; was_bracket = false; } else { was_bracket = true; } Event::Text("".into()) }, "]" => { // wikilink has closed, two consecutive ] if in_wikilink && was_bracket { was_bracket = false; return Event::Html("<a href='/bees'>commit</a>".into()); } if in_wikilink { was_bracket = true; } Event::Text("".into()) }, _ => { let w = was_bracket; was_bracket = false; if w { return Event::Text(format!("bracket!{}", &*txt).into()); } was_bracket = false; if in_wikilink { wlbuf.push_str(&*txt); Event::Text("".into()) } else { Event::Text(txt) } } } }, _ => ev });```
gollark: <:bees:724389994663247974> this is convoluted.
gollark: `let w = was_bracket;` you.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.