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