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