Cite This Page
Bibliographic details for Nox
- Page name: Nox
- Author: CS Codex contributors
- Publisher: CS Codex, .
- Date of last revision: 6 May 2017 22:14 UTC
- Date retrieved: 19 May 2026 11:34 UTC
- Permanent URL: http://cscodex.com/mediawiki-1.28.1/index.php?title=Nox&oldid=179
- Page Version ID: 179
Citation styles for Nox
APA style
Nox. (2017, May 6). CS Codex, . Retrieved 11:34, May 19, 2026 from http://cscodex.com/mediawiki-1.28.1/index.php?title=Nox&oldid=179.
MLA style
"Nox." CS Codex, . 6 May 2017, 22:14 UTC. 19 May 2026, 11:34 <http://cscodex.com/mediawiki-1.28.1/index.php?title=Nox&oldid=179>.
MHRA style
CS Codex contributors, 'Nox', CS Codex, , 6 May 2017, 22:14 UTC, <http://cscodex.com/mediawiki-1.28.1/index.php?title=Nox&oldid=179> [accessed 19 May 2026]
Chicago style
CS Codex contributors, "Nox," CS Codex, , http://cscodex.com/mediawiki-1.28.1/index.php?title=Nox&oldid=179 (accessed May 19, 2026).
CBE/CSE style
CS Codex contributors. Nox [Internet]. CS Codex, ; 2017 May 6, 22:14 UTC [cited 2026 May 19]. Available from: http://cscodex.com/mediawiki-1.28.1/index.php?title=Nox&oldid=179.
Bluebook style
Nox, http://cscodex.com/mediawiki-1.28.1/index.php?title=Nox&oldid=179 (last visited May 19, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "CS Codex",
title = "Nox --- CS Codex{,} ",
year = "2017",
url = "http://cscodex.com/mediawiki-1.28.1/index.php?title=Nox&oldid=179",
note = "[Online; accessed 19-May-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 = "Nox --- CS Codex{,} ",
year = "2017",
url = "\url{http://cscodex.com/mediawiki-1.28.1/index.php?title=Nox&oldid=179}",
note = "[Online; accessed 19-May-2026]"
}