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