Marlon Medina
Marlon José Medina García (born 6 March 1985) is a Nicaraguan footballer who currently plays for Deportivo Ocotal in the Primera División de Nicaragua.
Personal information | |||
---|---|---|---|
Full name | Marlon José Medina García | ||
Date of birth | March 6, 1985 | ||
Place of birth | Estelí, Nicaragua | ||
Playing position(s) | Midfielder | ||
Club information | |||
Current team | Deportivo Ocotal | ||
Senior career* | |||
Years | Team | Apps | (Gls) |
2006–2013 | Real Estelí | ||
2013–present | Deportivo Ocotal | ||
National team‡ | |||
2009– | Nicaragua | 12 | (1) |
* Senior club appearances and goals counted for the domestic league only ‡ National team caps and goals correct as of 24 January 2014 |
Club career
Medina started his career at hometown club Real Estelí and joined Deportivo Ocotal in summer 2013.
International career
Medina made his debut for Nicaragua in a January 2009 UNCAF Nations Cup match against El Salvador in which he came on as a late sub and immediately scored. He has, as of December 2013, earned a total of 12 caps, scoring 1 goal. He has represented his country at the 2009[1] and 2013 UNCAF Nations Cups[2] as well as at the 2009 CONCACAF Gold Cup.[3]
International goals
- Scores and results list Honduras' goal tally first.
N. | Date | Venue | Opponent | Score | Result | Competition |
---|---|---|---|---|---|---|
1. | 22 January 2009 | Estadio Tiburcio Carias Andino, Tegucigalpa, Honduras | 1–1 | 1–1 | 2009 UNCAF Nations Cup |
gollark: https://www.bbc.co.uk/news/uk-53884401Isn't the education system GREAT?
gollark: Okay, I fixed some bracket handling, great.
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 });```
References
- UNCAF (Qualifying Tournament for Gold Cup) 2009 - Details Archived 2013-11-05 at the Wayback Machine - RSSSF
- HISTÓRICA VICTORIA DE BELICE 2-1 A NICARAGUA Archived 2014-01-06 at the Wayback Machine - UNCAF (in Spanish)
- CONCACAF Championship, Gold Cup 2009 - Full Details Archived 2014-07-26 at the Wayback Machine - RSSSF
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.