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