Cite This Page
Bibliographic details for Code style
- Page name: Code style
- Author: OpenHatch wiki contributors
- Publisher: OpenHatch wiki.
- Date of last revision: 25 August 2011 18:44 UTC
- Date retrieved: 17 September 2024 18:49 UTC
- Permanent URL: https://wiki.openhatch.org/wiki/Code_style?oldid=7877
- Page Version ID: 7877
Citation styles for Code style
APA style
Code style. (2011, August 25). OpenHatch wiki. Retrieved 18:49, September 17, 2024 from https://wiki.openhatch.org/wiki/Code_style?oldid=7877.
MLA style
"Code style." OpenHatch wiki. 25 Aug 2011, 18:44 UTC. 17 Sep 2024, 18:49 <https://wiki.openhatch.org/wiki/Code_style?oldid=7877>.
MHRA style
OpenHatch wiki contributors, 'Code style', OpenHatch wiki, 25 August 2011, 18:44 UTC, <https://wiki.openhatch.org/wiki/Code_style?oldid=7877> [accessed 17 September 2024]
Chicago style
OpenHatch wiki contributors, "Code style," OpenHatch wiki, https://wiki.openhatch.org/wiki/Code_style?oldid=7877 (accessed September 17, 2024).
CBE/CSE style
OpenHatch wiki contributors. Code style [Internet]. OpenHatch wiki; 2011 Aug 25, 18:44 UTC [cited 2024 Sep 17]. Available from: https://wiki.openhatch.org/wiki/Code_style?oldid=7877.
Bluebook style
Code style, https://wiki.openhatch.org/wiki/Code_style?oldid=7877 (last visited September 17, 2024).
BibTeX entry
@misc{ wiki:xxx, author = "OpenHatch wiki", title = "Code style --- OpenHatch wiki{,} ", year = "2011", url = "https://wiki.openhatch.org/wiki/Code_style?oldid=7877", note = "[Online; accessed 17-September-2024]" }
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 = "OpenHatch wiki", title = "Code style --- OpenHatch wiki{,} ", year = "2011", url = "\url{https://wiki.openhatch.org/wiki/Code_style?oldid=7877}", note = "[Online; accessed 17-September-2024]" }