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