Cite This Page
Bibliographic details for How to port your Engine
- Page name: How to port your Engine
- Author: CycleChaos contributors
- Publisher: CycleChaos, .
- Date of last revision: 9 March 2007 17:53 UTC
- Date retrieved: 1 April 2023 17:51 UTC
- Permanent URL: https://www.cyclechaos.com/w/index.php?title=How_to_port_your_Engine&oldid=28442
- Page Version ID: 28442
Citation styles for How to port your Engine
APA style
How to port your Engine. (2007, March 9). CycleChaos, . Retrieved 17:51, April 1, 2023 from https://www.cyclechaos.com/w/index.php?title=How_to_port_your_Engine&oldid=28442.
MLA style
"How to port your Engine." CycleChaos, . 9 Mar 2007, 17:53 UTC. 1 Apr 2023, 17:51 <https://www.cyclechaos.com/w/index.php?title=How_to_port_your_Engine&oldid=28442>.
MHRA style
CycleChaos contributors, 'How to port your Engine', CycleChaos, , 9 March 2007, 17:53 UTC, <https://www.cyclechaos.com/w/index.php?title=How_to_port_your_Engine&oldid=28442> [accessed 1 April 2023]
Chicago style
CycleChaos contributors, "How to port your Engine," CycleChaos, , https://www.cyclechaos.com/w/index.php?title=How_to_port_your_Engine&oldid=28442 (accessed April 1, 2023).
CBE/CSE style
CycleChaos contributors. How to port your Engine [Internet]. CycleChaos, ; 2007 Mar 9, 17:53 UTC [cited 2023 Apr 1]. Available from: https://www.cyclechaos.com/w/index.php?title=How_to_port_your_Engine&oldid=28442.
Bluebook style
How to port your Engine, https://www.cyclechaos.com/w/index.php?title=How_to_port_your_Engine&oldid=28442 (last visited April 1, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "CycleChaos", title = "How to port your Engine --- CycleChaos{,} ", year = "2007", url = "https://www.cyclechaos.com/w/index.php?title=How_to_port_your_Engine&oldid=28442", note = "[Online; accessed 1-April-2023]" }
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 = "CycleChaos", title = "How to port your Engine --- CycleChaos{,} ", year = "2007", url = "\url{https://www.cyclechaos.com/w/index.php?title=How_to_port_your_Engine&oldid=28442}", note = "[Online; accessed 1-April-2023]" }