Chris Fowler (footballer)

Chris Fowler (born 22 August 1948) is a former Australian rules footballer who played with Melbourne in the Victorian Football League (VFL).[1]

Chris Fowler
Personal information
Full name Chris Fowler
Date of birth (1948-08-22) 22 August 1948
Original team(s) Red Cliffs
Height 193 cm (6 ft 4 in)
Weight 92 kg (203 lb)
Position(s) Ruck
Playing career1
Years Club Games (Goals)
1967–69 Melbourne 23 (3)
1 Playing statistics correct to the end of 1969.
Sources: AFL Tables, AustralianFootball.com

Notes

  1. Holmesby, Russell; Main, Jim (2009). The Encyclopedia of AFL Footballers: every AFL/VFL player since 1897 (8th ed.). Seaford, Victoria: BAS Publishing. p. 276. ISBN 978-1-921496-00-4.
gollark: It's glorious.
gollark: ```rust#[macro_use] extern crate serenity;use serenity::client::{Client, EventHandler};use serenity::framework::standard::StandardFramework;use std::env;struct Handler;impl EventHandler for Handler {}pub fn main() { // Login with a bot token from the environment let mut client = Client::new(&env::var("DISCORD_TOKEN").expect("token"), Handler) .expect("Error creating client"); client.with_framework(StandardFramework::new() .configure(|c| c.prefix("~")) .cmd("ping", ping)); if let Err(why) = client.start() { println!("An error occurred while running the client: {:?}", why); }}command!(ping(_context, message) { let _ = message.reply("Pong!");});```This is the example code, admittedly, yes.
gollark: It's in Rust.
gollark: AutoBotRobot is currently undergoing extensive development and testing. Feature suggestions?
gollark: What is this "shard"?
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.