Cite This Page
Bibliographic details for Development/Coding Standards
- Page name: Development/Coding Standards
- Author: MatterControl Manual contributors
- Publisher: MatterControl Manual, .
- Date of last revision: 30 November 2016 22:17 UTC
- Date retrieved: 20 April 2025 05:38 UTC
- Permanent URL: http://104.154.32.252/index.php?title=Development/Coding_Standards&oldid=40
- Page Version ID: 40
Citation styles for Development/Coding Standards
APA style
Development/Coding Standards. (2016, November 30). MatterControl Manual, . Retrieved 05:38, April 20, 2025 from http://104.154.32.252/index.php?title=Development/Coding_Standards&oldid=40.
MLA style
"Development/Coding Standards." MatterControl Manual, . 30 Nov 2016, 22:17 UTC. 20 Apr 2025, 05:38 <http://104.154.32.252/index.php?title=Development/Coding_Standards&oldid=40>.
MHRA style
MatterControl Manual contributors, 'Development/Coding Standards', MatterControl Manual, , 30 November 2016, 22:17 UTC, <http://104.154.32.252/index.php?title=Development/Coding_Standards&oldid=40> [accessed 20 April 2025]
Chicago style
MatterControl Manual contributors, "Development/Coding Standards," MatterControl Manual, , http://104.154.32.252/index.php?title=Development/Coding_Standards&oldid=40 (accessed April 20, 2025).
CBE/CSE style
MatterControl Manual contributors. Development/Coding Standards [Internet]. MatterControl Manual, ; 2016 Nov 30, 22:17 UTC [cited 2025 Apr 20]. Available from: http://104.154.32.252/index.php?title=Development/Coding_Standards&oldid=40.
Bluebook style
Development/Coding Standards, http://104.154.32.252/index.php?title=Development/Coding_Standards&oldid=40 (last visited April 20, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "MatterControl Manual", title = "Development/Coding Standards --- MatterControl Manual{,} ", year = "2016", url = "http://104.154.32.252/index.php?title=Development/Coding_Standards&oldid=40", note = "[Online; accessed 20-April-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 = "MatterControl Manual", title = "Development/Coding Standards --- MatterControl Manual{,} ", year = "2016", url = "\url{http://104.154.32.252/index.php?title=Development/Coding_Standards&oldid=40}", note = "[Online; accessed 20-April-2025]" }