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