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