Cite This Page
Bibliographic details for Q-Con/23
- Page name: Q-Con/23
- Author: CS Codex contributors
- Publisher: CS Codex, .
- Date of last revision: 31 July 2018 23:44 UTC
- Date retrieved: 19 August 2026 20:32 UTC
- Permanent URL: http://cscodex.com/mediawiki-1.28.1/index.php?title=Q-Con/23&oldid=1355
- Page Version ID: 1355
Citation styles for Q-Con/23
APA style
Q-Con/23. (2018, July 31). CS Codex, . Retrieved 20:32, August 19, 2026 from http://cscodex.com/mediawiki-1.28.1/index.php?title=Q-Con/23&oldid=1355.
MLA style
"Q-Con/23." CS Codex, . 31 Jul 2018, 23:44 UTC. 19 Aug 2026, 20:32 <http://cscodex.com/mediawiki-1.28.1/index.php?title=Q-Con/23&oldid=1355>.
MHRA style
CS Codex contributors, 'Q-Con/23', CS Codex, , 31 July 2018, 23:44 UTC, <http://cscodex.com/mediawiki-1.28.1/index.php?title=Q-Con/23&oldid=1355> [accessed 19 August 2026]
Chicago style
CS Codex contributors, "Q-Con/23," CS Codex, , http://cscodex.com/mediawiki-1.28.1/index.php?title=Q-Con/23&oldid=1355 (accessed August 19, 2026).
CBE/CSE style
CS Codex contributors. Q-Con/23 [Internet]. CS Codex, ; 2018 Jul 31, 23:44 UTC [cited 2026 Aug 19]. Available from: http://cscodex.com/mediawiki-1.28.1/index.php?title=Q-Con/23&oldid=1355.
Bluebook style
Q-Con/23, http://cscodex.com/mediawiki-1.28.1/index.php?title=Q-Con/23&oldid=1355 (last visited August 19, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "CS Codex",
title = "Q-Con/23 --- CS Codex{,} ",
year = "2018",
url = "http://cscodex.com/mediawiki-1.28.1/index.php?title=Q-Con/23&oldid=1355",
note = "[Online; accessed 19-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 = "Q-Con/23 --- CS Codex{,} ",
year = "2018",
url = "\url{http://cscodex.com/mediawiki-1.28.1/index.php?title=Q-Con/23&oldid=1355}",
note = "[Online; accessed 19-August-2026]"
}