Luis Cuartero

Luis Carlos Cuartero Laforga (born 17 August 1975) is a Spanish former footballer who played as a right back or a central defender.

Luis Cuartero
Personal information
Full name Luis Carlos Cuartero Laforga
Date of birth (1975-08-17) 17 August 1975
Place of birth Zaragoza, Spain
Height 1.80 m (5 ft 11 in)
Playing position(s) Defender
Youth career
Zaragoza
Senior career*
Years Team Apps (Gls)
1992–1995 Zaragoza B 57 (0)
1993–2009 Zaragoza 190 (0)
Total 247 (0)
National team
1991–1992 Spain U16 9 (0)
1992 Spain U17 4 (0)
1993–1994 Spain U18 22 (0)
1995 Spain U19 2 (0)
1995 Spain U20 6 (0)
1996–1998 Spain U21 6 (0)
1997 Spain U23 4 (0)
* Senior club appearances and goals counted for the domestic league only

His professional career, hindered by several serious injuries,[1][2] was devoted to a single club, Real Zaragoza.

Club career

Cuartero was born in Zaragoza, Aragon. He made his senior debut with hometown's Real Zaragoza on 20 June 1993 in a 2–2 away draw against Atlético Madrid, aged 17,[3] and went on to appear in 178 La Liga games, plus the 2002–03 season in the second division.

From 2006 to 2009, however, Cuartero would only play three league matches combined, severely hindered by knee injuries.[4] Never more than a utility player, his best league output came in the 2003–04 campaign, when he featured in 24 contests for a final 12th place; he finally retired from the game at the end of 2008–09, with the Maños again in the second level.[5]

Honours

Club

Zaragoza

Country

Spain U21

gollark: How do you know your password is the right one?
gollark: I should assign unique IDs to the other sandbox escape bugs.
gollark: My "fix" is this:```lua--[["Fix" for bug PS#E9DCC81BSummary: `pcall(getfenv, -1)` seemingly returned the environment outside the sandbox.Based on some testing, this seems like some bizarre optimization-type feature gone wrong.It seems that something is simplifying `pcall(getfenv)` to just directly calling `getfenv` and ignoring the environment... as well as, *somehow*, `function() return getfenv() end` and such.The initial attempt at making this work did `return (fn(...))` instead of `return fn(...)` in an attempt to make it not do this, but of course that somehow broke horribly. I don't know what's going on at this point.This is probably a bit of a performance hit, and more problematically liable to go away if this is actually some bizarre interpreter feature and the fix gets optimized away.Unfortunately I don't have any better ideas. Also, I haven't tried this with xpcall, but it's probably possible, so I'm attempting to fix that too.]]local real_pcall = pcallfunction _G.pcall(fn, ...) return real_pcall(function(...) local ret = {fn(...)} return unpack(ret) end, ...)end local real_xpcall = xpcallfunction _G.xpcall(fn, handler) return real_xpcall(function() local ret = {fn()} return unpack(ret) end, handler)end```which appears to work at least?
gollark: Fixed, but I don't really know how or why.
gollark: ... should I create a bug report?

See also

References

  1. De la Liga de las estrellas a la Liga de las lesiones (From star League to injury League); El Mundo, 15 November 2006 (in Spanish)
  2. El club de las rodillas rotas (Shattered knees society); Heraldo de Aragón, 29 July 2010 (in Spanish)
  3. Carbajosa, Carlos (21 June 1993). "El Atlético vuelve a ser el 'pupas' ante el Zaragoza" [Atlético are ‘pupas’ again against Zaragoza] (in Spanish). Mundo Deportivo. Retrieved 6 July 2018.
  4. Zaragoza reel from Cuartero blow; UEFA, 18 October 2006
  5. Cuartero pone fin a toda una vida en el Zaragoza (Cuartero ends a lifetime in Zaragoza); Marca, 20 April 2009 (in Spanish)
  6. Ortego, Enrique (1 July 2001). "Zaragoza, no hay quinta Copa mala" [Zaragoza, no such thing as a bad fifth Cup] (in Spanish). ABC. Retrieved 7 July 2014.
  7. "Galletti gives Zaragoza glory". UEFA. 18 March 2004. Retrieved 7 July 2014.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.