Cite This Page
Bibliographic details for Documentation/Nightly/Developers/Style Guide
- Page name: Documentation/Nightly/Developers/Style Guide
- Author: Slicer Wiki contributors
- Publisher: Slicer Wiki, .
- Date of last revision: 22 August 2012 16:50 UTC
- Date retrieved: 8 December 2023 13:40 UTC
- Permanent URL: https://www.slicer.org/w/index.php?title=Documentation/Nightly/Developers/Style_Guide&oldid=27861
- Page Version ID: 27861
Citation styles for Documentation/Nightly/Developers/Style Guide
APA style
Documentation/Nightly/Developers/Style Guide. (2012, August 22). Slicer Wiki, . Retrieved 13:40, December 8, 2023 from https://www.slicer.org/w/index.php?title=Documentation/Nightly/Developers/Style_Guide&oldid=27861.
MLA style
"Documentation/Nightly/Developers/Style Guide." Slicer Wiki, . 22 Aug 2012, 16:50 UTC. 8 Dec 2023, 13:40 <https://www.slicer.org/w/index.php?title=Documentation/Nightly/Developers/Style_Guide&oldid=27861>.
MHRA style
Slicer Wiki contributors, 'Documentation/Nightly/Developers/Style Guide', Slicer Wiki, , 22 August 2012, 16:50 UTC, <https://www.slicer.org/w/index.php?title=Documentation/Nightly/Developers/Style_Guide&oldid=27861> [accessed 8 December 2023]
Chicago style
Slicer Wiki contributors, "Documentation/Nightly/Developers/Style Guide," Slicer Wiki, , https://www.slicer.org/w/index.php?title=Documentation/Nightly/Developers/Style_Guide&oldid=27861 (accessed December 8, 2023).
CBE/CSE style
Slicer Wiki contributors. Documentation/Nightly/Developers/Style Guide [Internet]. Slicer Wiki, ; 2012 Aug 22, 16:50 UTC [cited 2023 Dec 8]. Available from: https://www.slicer.org/w/index.php?title=Documentation/Nightly/Developers/Style_Guide&oldid=27861.
Bluebook style
Documentation/Nightly/Developers/Style Guide, https://www.slicer.org/w/index.php?title=Documentation/Nightly/Developers/Style_Guide&oldid=27861 (last visited December 8, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "Slicer Wiki", title = "Documentation/Nightly/Developers/Style Guide --- Slicer Wiki{,} ", year = "2012", url = "https://www.slicer.org/w/index.php?title=Documentation/Nightly/Developers/Style_Guide&oldid=27861", note = "[Online; accessed 8-December-2023]" }
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 = "Slicer Wiki", title = "Documentation/Nightly/Developers/Style Guide --- Slicer Wiki{,} ", year = "2012", url = "\url{https://www.slicer.org/w/index.php?title=Documentation/Nightly/Developers/Style_Guide&oldid=27861}", note = "[Online; accessed 8-December-2023]" }