Cite This Page
Bibliographic details for Guide for good coding
- Page name: Guide for good coding
- Author: Planets contributors
- Publisher: Planets, .
- Date of last revision: 23 October 2023 11:17 UTC
- Date retrieved: 3 January 2025 07:46 UTC
- Permanent URL: http://lmdz-forge.lmd.jussieu.fr/mediawiki/Planets/index.php?title=Guide_for_good_coding&oldid=1443
- Page Version ID: 1443
Citation styles for Guide for good coding
APA style
Guide for good coding. (2023, October 23). Planets, . Retrieved 07:46, January 3, 2025 from http://lmdz-forge.lmd.jussieu.fr/mediawiki/Planets/index.php?title=Guide_for_good_coding&oldid=1443.
MLA style
"Guide for good coding." Planets, . 23 Oct 2023, 11:17 UTC. 3 Jan 2025, 07:46 <http://lmdz-forge.lmd.jussieu.fr/mediawiki/Planets/index.php?title=Guide_for_good_coding&oldid=1443>.
MHRA style
Planets contributors, 'Guide for good coding', Planets, , 23 October 2023, 11:17 UTC, <http://lmdz-forge.lmd.jussieu.fr/mediawiki/Planets/index.php?title=Guide_for_good_coding&oldid=1443> [accessed 3 January 2025]
Chicago style
Planets contributors, "Guide for good coding," Planets, , http://lmdz-forge.lmd.jussieu.fr/mediawiki/Planets/index.php?title=Guide_for_good_coding&oldid=1443 (accessed January 3, 2025).
CBE/CSE style
Planets contributors. Guide for good coding [Internet]. Planets, ; 2023 Oct 23, 11:17 UTC [cited 2025 Jan 3]. Available from: http://lmdz-forge.lmd.jussieu.fr/mediawiki/Planets/index.php?title=Guide_for_good_coding&oldid=1443.
Bluebook style
Guide for good coding, http://lmdz-forge.lmd.jussieu.fr/mediawiki/Planets/index.php?title=Guide_for_good_coding&oldid=1443 (last visited January 3, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Planets", title = "Guide for good coding --- Planets{,} ", year = "2023", url = "http://lmdz-forge.lmd.jussieu.fr/mediawiki/Planets/index.php?title=Guide_for_good_coding&oldid=1443", note = "[Online; accessed 3-January-2025]" }
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 = "Planets", title = "Guide for good coding --- Planets{,} ", year = "2023", url = "\url{http://lmdz-forge.lmd.jussieu.fr/mediawiki/Planets/index.php?title=Guide_for_good_coding&oldid=1443}", note = "[Online; accessed 3-January-2025]" }