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