Cite This Page
Bibliographic details for Main Page
- Page name: Main Page
- Author: DacofiloCodex contributors
- Publisher: DacofiloCodex, .
- Date of last revision: 9 August 2017 08:03 UTC
- Date retrieved: 4 August 2026 07:44 UTC
- Permanent URL: https://dacofilo.com/codex/index.php?title=Main_Page&oldid=93
- Page Version ID: 93
Citation styles for Main Page
APA style
Main Page. (2017, August 9). DacofiloCodex, . Retrieved 07:44, August 4, 2026 from https://dacofilo.com/codex/index.php?title=Main_Page&oldid=93.
MLA style
"Main Page." DacofiloCodex, . 9 Aug 2017, 08:03 UTC. 4 Aug 2026, 07:44 <https://dacofilo.com/codex/index.php?title=Main_Page&oldid=93>.
MHRA style
DacofiloCodex contributors, 'Main Page', DacofiloCodex, , 9 August 2017, 08:03 UTC, <https://dacofilo.com/codex/index.php?title=Main_Page&oldid=93> [accessed 4 August 2026]
Chicago style
DacofiloCodex contributors, "Main Page," DacofiloCodex, , https://dacofilo.com/codex/index.php?title=Main_Page&oldid=93 (accessed August 4, 2026).
CBE/CSE style
DacofiloCodex contributors. Main Page [Internet]. DacofiloCodex, ; 2017 Aug 9, 08:03 UTC [cited 2026 Aug 4]. Available from: https://dacofilo.com/codex/index.php?title=Main_Page&oldid=93.
Bluebook style
Main Page, https://dacofilo.com/codex/index.php?title=Main_Page&oldid=93 (last visited August 4, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "DacofiloCodex",
title = "Main Page --- DacofiloCodex{,} ",
year = "2017",
url = "https://dacofilo.com/codex/index.php?title=Main_Page&oldid=93",
note = "[Online; accessed 4-August-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 = "DacofiloCodex",
title = "Main Page --- DacofiloCodex{,} ",
year = "2017",
url = "\url{https://dacofilo.com/codex/index.php?title=Main_Page&oldid=93}",
note = "[Online; accessed 4-August-2026]"
}