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:06 UTC
- Date retrieved: 8 June 2026 13:10 UTC
- Permanent URL: http://cscodex.com/mediawiki-1.28.1/index.php?title=CooLeR&oldid=150
- Page Version ID: 150
Citation styles for CooLeR
APA style
CooLeR. (2018, February 11). CS Codex, . Retrieved 13:10, June 8, 2026 from http://cscodex.com/mediawiki-1.28.1/index.php?title=CooLeR&oldid=150.
MLA style
"CooLeR." CS Codex, . 11 Feb 2018, 14:06 UTC. 8 Jun 2026, 13:10 <http://cscodex.com/mediawiki-1.28.1/index.php?title=CooLeR&oldid=150>.
MHRA style
CS Codex contributors, 'CooLeR', CS Codex, , 11 February 2018, 14:06 UTC, <http://cscodex.com/mediawiki-1.28.1/index.php?title=CooLeR&oldid=150> [accessed 8 June 2026]
Chicago style
CS Codex contributors, "CooLeR," CS Codex, , http://cscodex.com/mediawiki-1.28.1/index.php?title=CooLeR&oldid=150 (accessed June 8, 2026).
CBE/CSE style
CS Codex contributors. CooLeR [Internet]. CS Codex, ; 2018 Feb 11, 14:06 UTC [cited 2026 Jun 8]. Available from: http://cscodex.com/mediawiki-1.28.1/index.php?title=CooLeR&oldid=150.
Bluebook style
CooLeR, http://cscodex.com/mediawiki-1.28.1/index.php?title=CooLeR&oldid=150 (last visited June 8, 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=150",
note = "[Online; accessed 8-June-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=150}",
note = "[Online; accessed 8-June-2026]"
}