Cite This Page
Bibliographic details for Ferex
- Page name: Ferex
- Author: CS Codex contributors
- Publisher: CS Codex, .
- Date of last revision: 25 April 2018 22:47 UTC
- Date retrieved: 25 March 2026 05:44 UTC
- Permanent URL: http://cscodex.com/mediawiki-1.28.1/index.php?title=Ferex&oldid=830
- Page Version ID: 830
Citation styles for Ferex
APA style
Ferex. (2018, April 25). CS Codex, . Retrieved 05:44, March 25, 2026 from http://cscodex.com/mediawiki-1.28.1/index.php?title=Ferex&oldid=830.
MLA style
"Ferex." CS Codex, . 25 Apr 2018, 22:47 UTC. 25 Mar 2026, 05:44 <http://cscodex.com/mediawiki-1.28.1/index.php?title=Ferex&oldid=830>.
MHRA style
CS Codex contributors, 'Ferex', CS Codex, , 25 April 2018, 22:47 UTC, <http://cscodex.com/mediawiki-1.28.1/index.php?title=Ferex&oldid=830> [accessed 25 March 2026]
Chicago style
CS Codex contributors, "Ferex," CS Codex, , http://cscodex.com/mediawiki-1.28.1/index.php?title=Ferex&oldid=830 (accessed March 25, 2026).
CBE/CSE style
CS Codex contributors. Ferex [Internet]. CS Codex, ; 2018 Apr 25, 22:47 UTC [cited 2026 Mar 25]. Available from: http://cscodex.com/mediawiki-1.28.1/index.php?title=Ferex&oldid=830.
Bluebook style
Ferex, http://cscodex.com/mediawiki-1.28.1/index.php?title=Ferex&oldid=830 (last visited March 25, 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=830",
note = "[Online; accessed 25-March-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=830}",
note = "[Online; accessed 25-March-2026]"
}