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