Jack Lewis (footballer, born 1902)
James John Lewis (born 16 January 1902, date of death unknown)[1] was a Welsh footballer who played in the Football League for Cardiff City, Newport County and Tranmere Rovers. He was born in Newport.[2]
Personal information | |||
---|---|---|---|
Full name | James John Lewis | ||
Date of birth | 16 January 1902 | ||
Place of birth | Newport, Wales | ||
Playing position(s) | Left-half | ||
Senior career* | |||
Years | Team | Apps | (Gls) |
Somerton Park Juniors | |||
1922–1923 | Newport County | 26 | (0) |
1924–1925 | Cardiff City | 1 | (0) |
1925–1933 | Tranmere Rovers | 266 | (9) |
National team | |||
1925 | Wales | 1 | (0) |
* Senior club appearances and goals counted for the domestic league only |
Career
Lewis started his career at his home town club Newport County, joined Cardiff City in 1924. Having made just one appearance for the club, during a 4–1 defeat against Bury,[3] Lewis was called into the Wales squad for the British Home Championship match against Scotland on 31 October 1925, which ended in a 3–0 defeat.[4] Lewis never played for Wales or Cardiff City again, moving to Tranmere Rovers where he went on to make over 250 appearances.
gollark: ```pythonCORO_CODE = """async def repl_coroutine(): import asyncio import aiohttp import discord from discord.ext import commands"""async def async_exec(code, loc, glob): user_code = ast.parse(code, mode='exec') wrapper = ast.parse(CORO_CODE, mode='exec') funcdef = wrapper.body[-1] funcdef.body.extend(user_code.body) last_expr = funcdef.body[-1] if isinstance(last_expr, ast.Expr): funcdef.body.pop() funcdef.body.append(ast.Return(last_expr.value)) ast.fix_missing_locations(wrapper) exec(compile(wrapper, "<repl>", "exec"), loc, glob) return await (loc.get("repl_coroutine") or glob.get("repl_coroutine"))()```
gollark: <@319753218592866315> What?
gollark: AutoBotRobot actually has to do a bunch of AST hackery to make asynchronousness work.
gollark: &sys exec await ctx.send("APIOID")
gollark: I don't know how.
References
- Upton, Gilbert; Wilson, Steve; Bishop, Peter (24 July 2009). "Player Records". Tranmere Rovers: The Complete Record. Breedon. pp. 520–538. ISBN 978-1-85983-711-5.
- Joyce, Michael: "The Football League player's records 1888 to 1939 " (ISBN 1899468676).
- Hayes, Dean (2006). The Who's Who of Cardiff City. Breedon Books. ISBN 1-85983-462-0.
- "Wales 0-3 Scotland". Welsh Football Data Archive. Archived from the original on 9 December 2012. Retrieved 21 December 2009.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.