Cite This Page
Bibliographic details for Coding Standards
- Page name: Coding Standards
- Author: Freephile Wiki contributors
- Publisher: Freephile Wiki, .
- Date of last revision: 12 January 2016 07:19 UTC
- Date retrieved: 22 November 2024 02:16 UTC
- Permanent URL: https://wiki.freephile.org/wiki/index.php?title=Coding_Standards&oldid=5903
- Page Version ID: 5903
Citation styles for Coding Standards
APA style
Coding Standards. (2016, January 12). Freephile Wiki, . Retrieved 02:16, November 22, 2024 from https://wiki.freephile.org/wiki/index.php?title=Coding_Standards&oldid=5903.
MLA style
"Coding Standards." Freephile Wiki, . 12 Jan 2016, 07:19 UTC. 22 Nov 2024, 02:16 <https://wiki.freephile.org/wiki/index.php?title=Coding_Standards&oldid=5903>.
MHRA style
Freephile Wiki contributors, 'Coding Standards', Freephile Wiki, , 12 January 2016, 07:19 UTC, <https://wiki.freephile.org/wiki/index.php?title=Coding_Standards&oldid=5903> [accessed 22 November 2024]
Chicago style
Freephile Wiki contributors, "Coding Standards," Freephile Wiki, , https://wiki.freephile.org/wiki/index.php?title=Coding_Standards&oldid=5903 (accessed November 22, 2024).
CBE/CSE style
Freephile Wiki contributors. Coding Standards [Internet]. Freephile Wiki, ; 2016 Jan 12, 07:19 UTC [cited 2024 Nov 22]. Available from: https://wiki.freephile.org/wiki/index.php?title=Coding_Standards&oldid=5903.
Bluebook style
Coding Standards, https://wiki.freephile.org/wiki/index.php?title=Coding_Standards&oldid=5903 (last visited November 22, 2024).
BibTeX entry
@misc{ wiki:xxx, author = "Freephile Wiki", title = "Coding Standards --- Freephile Wiki{,} ", year = "2016", url = "https://wiki.freephile.org/wiki/index.php?title=Coding_Standards&oldid=5903", note = "[Online; accessed 22-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 = "Coding Standards --- Freephile Wiki{,} ", year = "2016", url = "\url{https://wiki.freephile.org/wiki/index.php?title=Coding_Standards&oldid=5903}", note = "[Online; accessed 22-November-2024]" }