Karim Allawi
Karim Mohammed Allawi (born 1 April 1960) is an Iraqi football midfielder who played for Iraq in the 1986 FIFA World Cup.[2] He also played for Al-Rasheed Club.
Personal information | |||
---|---|---|---|
Full name | Karim Mohammed Allawi | ||
Date of birth | 1 April 1960 | ||
Place of birth | Iraq | ||
Playing position(s) | Right Back | ||
Senior career* | |||
Years | Team | Apps | (Gls) |
1977–1984 | Al-Amana | ||
1984–1993 | Al Rasheed | ||
1993–1995 | Al-Quwa Al-Jawiya | ||
Total | 313 | (52) | |
National team | |||
1980–1990 | Iraq[1] | 91 | (11) |
* Senior club appearances and goals counted for the domestic league only |
Career statistics
International goals
Scores and results list Iraq's goal tally first.
No | Date | Venue | Opponent | Score | Result | Competition |
---|---|---|---|---|---|---|
1. | 5 May 1985 | Yuva Bharati Krirangan, Calcutta | 2–1 | 2–1 | 1986 FIFA World Cup qualification |
gollark: A magic beekeeping convention.
gollark: Sure.
gollark: Unlikely.
gollark: That would involve parsing.
gollark: ```python @bot.command(help="Roll simulated dice (basic NdX syntax, N <= 50, X <= 1e6).") async def roll(ctx, dice): match = re.match("([-0-9]*)d([0-9]+)", dice) if not match: raise ValueError("Invalid dice notation") n, x = match.groups() if n == "": n = 1 n, x = int(n), int(x) if n > 50 or x > 1e6: raise ValueError("N or X exceeds limit") rolls = [ random.randint(1, x) for _ in range(n) ] await ctx.send(f"{sum(rolls)} ({' '.join(map(str, sorted(rolls)))})")```
References
- Iraq - Record International Players
- 1986 FIFA World Cup Mexico Archived 2011-10-03 at the Wayback Machine
External links
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.