Cite This Page
Bibliographic details for Main Page
- Page name: Main Page
- Author: CS Codex contributors
- Publisher: CS Codex, .
- Date of last revision: 24 August 2021 21:58 UTC
- Date retrieved: 17 June 2026 09:34 UTC
- Permanent URL: http://cscodex.com/mediawiki-1.28.1/index.php?title=Main_Page&oldid=3906
- Page Version ID: 3906
Citation styles for Main Page
APA style
Main Page. (2021, August 24). CS Codex, . Retrieved 09:34, June 17, 2026 from http://cscodex.com/mediawiki-1.28.1/index.php?title=Main_Page&oldid=3906.
MLA style
"Main Page." CS Codex, . 24 Aug 2021, 21:58 UTC. 17 Jun 2026, 09:34 <http://cscodex.com/mediawiki-1.28.1/index.php?title=Main_Page&oldid=3906>.
MHRA style
CS Codex contributors, 'Main Page', CS Codex, , 24 August 2021, 21:58 UTC, <http://cscodex.com/mediawiki-1.28.1/index.php?title=Main_Page&oldid=3906> [accessed 17 June 2026]
Chicago style
CS Codex contributors, "Main Page," CS Codex, , http://cscodex.com/mediawiki-1.28.1/index.php?title=Main_Page&oldid=3906 (accessed June 17, 2026).
CBE/CSE style
CS Codex contributors. Main Page [Internet]. CS Codex, ; 2021 Aug 24, 21:58 UTC [cited 2026 Jun 17]. Available from: http://cscodex.com/mediawiki-1.28.1/index.php?title=Main_Page&oldid=3906.
Bluebook style
Main Page, http://cscodex.com/mediawiki-1.28.1/index.php?title=Main_Page&oldid=3906 (last visited June 17, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "CS Codex",
title = "Main Page --- CS Codex{,} ",
year = "2021",
url = "http://cscodex.com/mediawiki-1.28.1/index.php?title=Main_Page&oldid=3906",
note = "[Online; accessed 17-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 = "Main Page --- CS Codex{,} ",
year = "2021",
url = "\url{http://cscodex.com/mediawiki-1.28.1/index.php?title=Main_Page&oldid=3906}",
note = "[Online; accessed 17-June-2026]"
}