Cite This Page
Bibliographic details for Code style
- Page name: Code style
- Author: Freephile Wiki contributors
- Publisher: Freephile Wiki, .
- Date of last revision: 17 October 2023 23:51 UTC
- Date retrieved: 23 November 2024 17:24 UTC
- Permanent URL: https://wiki.freephile.org/wiki/index.php?title=Code_style&oldid=10323
- Page Version ID: 10323
Citation styles for Code style
APA style
Code style. (2023, October 17). Freephile Wiki, . Retrieved 17:24, November 23, 2024 from https://wiki.freephile.org/wiki/index.php?title=Code_style&oldid=10323.
MLA style
"Code style." Freephile Wiki, . 17 Oct 2023, 23:51 UTC. 23 Nov 2024, 17:24 <https://wiki.freephile.org/wiki/index.php?title=Code_style&oldid=10323>.
MHRA style
Freephile Wiki contributors, 'Code style', Freephile Wiki, , 17 October 2023, 23:51 UTC, <https://wiki.freephile.org/wiki/index.php?title=Code_style&oldid=10323> [accessed 23 November 2024]
Chicago style
Freephile Wiki contributors, "Code style," Freephile Wiki, , https://wiki.freephile.org/wiki/index.php?title=Code_style&oldid=10323 (accessed November 23, 2024).
CBE/CSE style
Freephile Wiki contributors. Code style [Internet]. Freephile Wiki, ; 2023 Oct 17, 23:51 UTC [cited 2024 Nov 23]. Available from: https://wiki.freephile.org/wiki/index.php?title=Code_style&oldid=10323.
Bluebook style
Code style, https://wiki.freephile.org/wiki/index.php?title=Code_style&oldid=10323 (last visited November 23, 2024).
BibTeX entry
@misc{ wiki:xxx, author = "Freephile Wiki", title = "Code style --- Freephile Wiki{,} ", year = "2023", url = "https://wiki.freephile.org/wiki/index.php?title=Code_style&oldid=10323", note = "[Online; accessed 23-November-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 = "Freephile Wiki", title = "Code style --- Freephile Wiki{,} ", year = "2023", url = "\url{https://wiki.freephile.org/wiki/index.php?title=Code_style&oldid=10323}", note = "[Online; accessed 23-November-2024]" }