Harry Bell (Australian footballer)
Harry Oswald Bell (25 January 1897 – 9 August 1980) was an Australian rules footballer who played with Carlton in the Victorian Football League (VFL).[1]
Harry Bell | |||
---|---|---|---|
Bell in 1921 | |||
Personal information | |||
Full name | Harry Oswald Bell | ||
Date of birth | 25 January 1897 | ||
Place of birth | Carlton North, Victoria | ||
Date of death | 9 August 1980 83) | (aged||
Place of death | Melbourne, Victoria | ||
Original team(s) | Carlton District | ||
Height | 170 cm (5 ft 7 in) | ||
Weight | 60 kg (132 lb) | ||
Playing career1 | |||
Years | Club | Games (Goals) | |
1921–27 | Carlton | 55 (5) | |
1 Playing statistics correct to the end of 1927. | |||
Sources: AFL Tables, AustralianFootball.com |
Notes
- Holmesby, Russell; Main, Jim (2009). The Encyclopedia of AFL Footballers: every AFL/VFL player since 1897 (8th ed.). Seaford, Victoria: BAS Publishing. p. 59. ISBN 978-1-921496-00-4.
gollark: You can use luadash.
gollark: ```rust#[macro_use] extern crate serenity;extern crate dotenv;use serenity::client::{Client, EventHandler};use serenity::framework::standard::StandardFramework;use std::env;struct Handler;impl EventHandler for Handler {}pub fn main() { dotenv::dotenv().ok(); // Load bot token from environment, let mut client = Client::new(&env::var("DISCORD_TOKEN").expect("token unavailable"), Handler) .expect("Error creating client"); client.with_framework(StandardFramework::new() .configure(|c| c.prefix("~")) .cmd("ping", ping)); if let Err(why) = client.start() { eprintln!("An error occured: {:?}", why); }}command!(ping(_context, message) { let _ = message.reply("Pong!");});```Fun with discord bots, and yes this is literally the example code.
gollark: t r a i t o r
gollark: f i b o n a c c i
gollark: ???
External links
Wikimedia Commons has media related to Harry Bell (Australian footballer). |
- Harry Bell's playing statistics from AFL Tables
- Harry Bell's profile at Blueseum
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.