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