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