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