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: 23 March 2026 03:26 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 03:26, March 23, 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. 23 Mar 2026, 03:26 <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 23 March 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 March 23, 2026).
CBE/CSE style
CS Codex contributors. Q-Con/23 [Internet]. CS Codex, ; 2018 Oct 28, 03:33 UTC [cited 2026 Mar 23]. 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 March 23, 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 23-March-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 23-March-2026]"
}