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