Cite This Page
Bibliographic details for Solo
- Page name: Solo
- Author: CS Codex contributors
- Publisher: CS Codex, .
- Date of last revision: 29 December 2017 23:27 UTC
- Date retrieved: 7 August 2026 22:51 UTC
- Permanent URL: http://cscodex.com/mediawiki-1.28.1/index.php?title=Solo&oldid=646
- Page Version ID: 646
Citation styles for Solo
APA style
Solo. (2017, December 29). CS Codex, . Retrieved 22:51, August 7, 2026 from http://cscodex.com/mediawiki-1.28.1/index.php?title=Solo&oldid=646.
MLA style
"Solo." CS Codex, . 29 Dec 2017, 23:27 UTC. 7 Aug 2026, 22:51 <http://cscodex.com/mediawiki-1.28.1/index.php?title=Solo&oldid=646>.
MHRA style
CS Codex contributors, 'Solo', CS Codex, , 29 December 2017, 23:27 UTC, <http://cscodex.com/mediawiki-1.28.1/index.php?title=Solo&oldid=646> [accessed 7 August 2026]
Chicago style
CS Codex contributors, "Solo," CS Codex, , http://cscodex.com/mediawiki-1.28.1/index.php?title=Solo&oldid=646 (accessed August 7, 2026).
CBE/CSE style
CS Codex contributors. Solo [Internet]. CS Codex, ; 2017 Dec 29, 23:27 UTC [cited 2026 Aug 7]. Available from: http://cscodex.com/mediawiki-1.28.1/index.php?title=Solo&oldid=646.
Bluebook style
Solo, http://cscodex.com/mediawiki-1.28.1/index.php?title=Solo&oldid=646 (last visited August 7, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "CS Codex",
title = "Solo --- CS Codex{,} ",
year = "2017",
url = "http://cscodex.com/mediawiki-1.28.1/index.php?title=Solo&oldid=646",
note = "[Online; accessed 7-August-2026]"
}
When using the LaTeX package url (\usepackage{url} somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx,
author = "CS Codex",
title = "Solo --- CS Codex{,} ",
year = "2017",
url = "\url{http://cscodex.com/mediawiki-1.28.1/index.php?title=Solo&oldid=646}",
note = "[Online; accessed 7-August-2026]"
}