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