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 January 2025 09:51 UTC
- Date retrieved: 20 February 2025 19:37 UTC
- Permanent URL: http://lmdz-forge.lmd.jussieu.fr/mediawiki/Planets/index.php?title=Guide_for_good_coding&oldid=1141
- Page Version ID: 1141
Citation styles for Guide for good coding
APA style
Guide for good coding. (2025, January 23). Planets, . Retrieved 19:37, February 20, 2025 from http://lmdz-forge.lmd.jussieu.fr/mediawiki/Planets/index.php?title=Guide_for_good_coding&oldid=1141.
MLA style
"Guide for good coding." Planets, . 23 Jan 2025, 09:51 UTC. 20 Feb 2025, 19:37 <http://lmdz-forge.lmd.jussieu.fr/mediawiki/Planets/index.php?title=Guide_for_good_coding&oldid=1141>.
MHRA style
Planets contributors, 'Guide for good coding', Planets, , 23 January 2025, 09:51 UTC, <http://lmdz-forge.lmd.jussieu.fr/mediawiki/Planets/index.php?title=Guide_for_good_coding&oldid=1141> [accessed 20 February 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=1141 (accessed February 20, 2025).
CBE/CSE style
Planets contributors. Guide for good coding [Internet]. Planets, ; 2025 Jan 23, 09:51 UTC [cited 2025 Feb 20]. Available from: http://lmdz-forge.lmd.jussieu.fr/mediawiki/Planets/index.php?title=Guide_for_good_coding&oldid=1141.
Bluebook style
Guide for good coding, http://lmdz-forge.lmd.jussieu.fr/mediawiki/Planets/index.php?title=Guide_for_good_coding&oldid=1141 (last visited February 20, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Planets", title = "Guide for good coding --- Planets{,} ", year = "2025", url = "http://lmdz-forge.lmd.jussieu.fr/mediawiki/Planets/index.php?title=Guide_for_good_coding&oldid=1141", note = "[Online; accessed 20-February-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 = "2025", url = "\url{http://lmdz-forge.lmd.jussieu.fr/mediawiki/Planets/index.php?title=Guide_for_good_coding&oldid=1141}", note = "[Online; accessed 20-February-2025]" }