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