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: 30 July 2018 21:57 UTC
- Date retrieved: 5 July 2026 15:24 UTC
- Permanent URL: http://cscodex.com/mediawiki-1.28.1/index.php?title=Q-Con/23&oldid=1354
- Page Version ID: 1354
Citation styles for Q-Con/23
APA style
Q-Con/23. (2018, July 30). CS Codex, . Retrieved 15:24, July 5, 2026 from http://cscodex.com/mediawiki-1.28.1/index.php?title=Q-Con/23&oldid=1354.
MLA style
"Q-Con/23." CS Codex, . 30 Jul 2018, 21:57 UTC. 5 Jul 2026, 15:24 <http://cscodex.com/mediawiki-1.28.1/index.php?title=Q-Con/23&oldid=1354>.
MHRA style
CS Codex contributors, 'Q-Con/23', CS Codex, , 30 July 2018, 21:57 UTC, <http://cscodex.com/mediawiki-1.28.1/index.php?title=Q-Con/23&oldid=1354> [accessed 5 July 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=1354 (accessed July 5, 2026).
CBE/CSE style
CS Codex contributors. Q-Con/23 [Internet]. CS Codex, ; 2018 Jul 30, 21:57 UTC [cited 2026 Jul 5]. Available from: http://cscodex.com/mediawiki-1.28.1/index.php?title=Q-Con/23&oldid=1354.
Bluebook style
Q-Con/23, http://cscodex.com/mediawiki-1.28.1/index.php?title=Q-Con/23&oldid=1354 (last visited July 5, 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=1354",
note = "[Online; accessed 5-July-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=1354}",
note = "[Online; accessed 5-July-2026]"
}