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