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: 5 December 2025 04:41 UTC
- Permanent URL: http://wiki.mattercontrol.com/index.php?title=Development/Coding_Standards&oldid=3137
- Page Version ID: 3137
Citation styles for Development/Coding Standards
APA style
Development/Coding Standards. (2016, November 30). MatterControl Manual, . Retrieved 04:41, December 5, 2025 from http://wiki.mattercontrol.com/index.php?title=Development/Coding_Standards&oldid=3137.
MLA style
"Development/Coding Standards." MatterControl Manual, . 30 Nov 2016, 22:17 UTC. 5 Dec 2025, 04:41 <http://wiki.mattercontrol.com/index.php?title=Development/Coding_Standards&oldid=3137>.
MHRA style
MatterControl Manual contributors, 'Development/Coding Standards', MatterControl Manual, , 30 November 2016, 22:17 UTC, <http://wiki.mattercontrol.com/index.php?title=Development/Coding_Standards&oldid=3137> [accessed 5 December 2025]
Chicago style
MatterControl Manual contributors, "Development/Coding Standards," MatterControl Manual, , http://wiki.mattercontrol.com/index.php?title=Development/Coding_Standards&oldid=3137 (accessed December 5, 2025).
CBE/CSE style
MatterControl Manual contributors. Development/Coding Standards [Internet]. MatterControl Manual, ; 2016 Nov 30, 22:17 UTC [cited 2025 Dec 5]. Available from: http://wiki.mattercontrol.com/index.php?title=Development/Coding_Standards&oldid=3137.
Bluebook style
Development/Coding Standards, http://wiki.mattercontrol.com/index.php?title=Development/Coding_Standards&oldid=3137 (last visited December 5, 2025).
BibTeX entry
@misc{ wiki:xxx,
author = "MatterControl Manual",
title = "Development/Coding Standards --- MatterControl Manual{,} ",
year = "2016",
url = "http://wiki.mattercontrol.com/index.php?title=Development/Coding_Standards&oldid=3137",
note = "[Online; accessed 5-December-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://wiki.mattercontrol.com/index.php?title=Development/Coding_Standards&oldid=3137}",
note = "[Online; accessed 5-December-2025]"
}