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: 18 February 2025 20:26 UTC
- Permanent URL: http://lmdz-forge.lmd.jussieu.fr/mediawiki/Planets/index.php?title=Guide_for_good_coding&oldid=1111
- Page Version ID: 1111
Citation styles for Guide for good coding
APA style
Guide for good coding. (2025, January 23). Planets, . Retrieved 20:26, February 18, 2025 from http://lmdz-forge.lmd.jussieu.fr/mediawiki/Planets/index.php?title=Guide_for_good_coding&oldid=1111.
MLA style
"Guide for good coding." Planets, . 23 Jan 2025, 09:51 UTC. 18 Feb 2025, 20:26 <http://lmdz-forge.lmd.jussieu.fr/mediawiki/Planets/index.php?title=Guide_for_good_coding&oldid=1111>.
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=1111> [accessed 18 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=1111 (accessed February 18, 2025).
CBE/CSE style
Planets contributors. Guide for good coding [Internet]. Planets, ; 2025 Jan 23, 09:51 UTC [cited 2025 Feb 18]. Available from: http://lmdz-forge.lmd.jussieu.fr/mediawiki/Planets/index.php?title=Guide_for_good_coding&oldid=1111.
Bluebook style
Guide for good coding, http://lmdz-forge.lmd.jussieu.fr/mediawiki/Planets/index.php?title=Guide_for_good_coding&oldid=1111 (last visited February 18, 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=1111", note = "[Online; accessed 18-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=1111}", note = "[Online; accessed 18-February-2025]" }