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: 28 October 2018 03:33 UTC
- Date retrieved: 10 June 2026 00:03 UTC
- Permanent URL: http://cscodex.com/mediawiki-1.28.1/index.php?title=Q-Con/23&oldid=1357
- Page Version ID: 1357
Citation styles for Q-Con/23
APA style
Q-Con/23. (2018, October 28). CS Codex, . Retrieved 00:03, June 10, 2026 from http://cscodex.com/mediawiki-1.28.1/index.php?title=Q-Con/23&oldid=1357.
MLA style
"Q-Con/23." CS Codex, . 28 Oct 2018, 03:33 UTC. 10 Jun 2026, 00:03 <http://cscodex.com/mediawiki-1.28.1/index.php?title=Q-Con/23&oldid=1357>.
MHRA style
CS Codex contributors, 'Q-Con/23', CS Codex, , 28 October 2018, 03:33 UTC, <http://cscodex.com/mediawiki-1.28.1/index.php?title=Q-Con/23&oldid=1357> [accessed 10 June 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=1357 (accessed June 10, 2026).
CBE/CSE style
CS Codex contributors. Q-Con/23 [Internet]. CS Codex, ; 2018 Oct 28, 03:33 UTC [cited 2026 Jun 10]. Available from: http://cscodex.com/mediawiki-1.28.1/index.php?title=Q-Con/23&oldid=1357.
Bluebook style
Q-Con/23, http://cscodex.com/mediawiki-1.28.1/index.php?title=Q-Con/23&oldid=1357 (last visited June 10, 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=1357",
note = "[Online; accessed 10-June-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=1357}",
note = "[Online; accessed 10-June-2026]"
}