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: 17 March 2025 15:31 UTC
- Date retrieved: 7 June 2025 22:29 UTC
- Permanent URL: http://lmdz-forge.lmd.jussieu.fr/mediawiki/Planets/index.php?title=Guide_for_good_coding&oldid=1133
- Page Version ID: 1133
Citation styles for Guide for good coding
APA style
Guide for good coding. (2025, March 17). Planets, . Retrieved 22:29, June 7, 2025 from http://lmdz-forge.lmd.jussieu.fr/mediawiki/Planets/index.php?title=Guide_for_good_coding&oldid=1133.
MLA style
"Guide for good coding." Planets, . 17 Mar 2025, 15:31 UTC. 7 Jun 2025, 22:29 <http://lmdz-forge.lmd.jussieu.fr/mediawiki/Planets/index.php?title=Guide_for_good_coding&oldid=1133>.
MHRA style
Planets contributors, 'Guide for good coding', Planets, , 17 March 2025, 15:31 UTC, <http://lmdz-forge.lmd.jussieu.fr/mediawiki/Planets/index.php?title=Guide_for_good_coding&oldid=1133> [accessed 7 June 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=1133 (accessed June 7, 2025).
CBE/CSE style
Planets contributors. Guide for good coding [Internet]. Planets, ; 2025 Mar 17, 15:31 UTC [cited 2025 Jun 7]. Available from: http://lmdz-forge.lmd.jussieu.fr/mediawiki/Planets/index.php?title=Guide_for_good_coding&oldid=1133.
Bluebook style
Guide for good coding, http://lmdz-forge.lmd.jussieu.fr/mediawiki/Planets/index.php?title=Guide_for_good_coding&oldid=1133 (last visited June 7, 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=1133", note = "[Online; accessed 7-June-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=1133}", note = "[Online; accessed 7-June-2025]" }