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