Russian Women's Cup
The Russian Women's Cup (Russian: КУБОК РОССИИ) is the national women's football cup competition in Russia. The first edition of the cup was played out in 1992.
Founded | 1992 |
---|---|
Region | |
Number of teams | 28 (2018) |
Current champions | Zvezda-2005 Perm (6 title) |
Most successful club(s) | Energy Voronezh (7 titles) |
List of finals
The list of finals:[1]
A Match awarded
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 });```
See also
- Russian Cup, men's edition
References
- "Russia - List of Women Cup Finals". RSSSF. Retrieved 8 July 2011.
- "2009 Cup". women.soccerway.com. Retrieved 8 July 2011.
- "2013 final report" (in Russian). zvezda2005.ru. 27 May 2013. Retrieved 27 May 2013.
- http://www.rfs.ru/main/news/79739.html
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.