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