Cite This Page
Bibliographic details for Documentation/Nightly/Developers/Tutorials/ExternalModuleWriting
- Page name: Documentation/Nightly/Developers/Tutorials/ExternalModuleWriting
- Author: Slicer Wiki contributors
- Publisher: Slicer Wiki, .
- Date of last revision: 31 May 2018 00:25 UTC
- Date retrieved: 14 December 2025 00:35 UTC
- Permanent URL: https://www.slicer.org/w/index.php?title=Documentation/Nightly/Developers/Tutorials/ExternalModuleWriting&oldid=59075
- Page Version ID: 59075
Citation styles for Documentation/Nightly/Developers/Tutorials/ExternalModuleWriting
APA style
Documentation/Nightly/Developers/Tutorials/ExternalModuleWriting. (2018, May 31). Slicer Wiki, . Retrieved 00:35, December 14, 2025 from https://www.slicer.org/w/index.php?title=Documentation/Nightly/Developers/Tutorials/ExternalModuleWriting&oldid=59075.
MLA style
"Documentation/Nightly/Developers/Tutorials/ExternalModuleWriting." Slicer Wiki, . 31 May 2018, 00:25 UTC. 14 Dec 2025, 00:35 <https://www.slicer.org/w/index.php?title=Documentation/Nightly/Developers/Tutorials/ExternalModuleWriting&oldid=59075>.
MHRA style
Slicer Wiki contributors, 'Documentation/Nightly/Developers/Tutorials/ExternalModuleWriting', Slicer Wiki, , 31 May 2018, 00:25 UTC, <https://www.slicer.org/w/index.php?title=Documentation/Nightly/Developers/Tutorials/ExternalModuleWriting&oldid=59075> [accessed 14 December 2025]
Chicago style
Slicer Wiki contributors, "Documentation/Nightly/Developers/Tutorials/ExternalModuleWriting," Slicer Wiki, , https://www.slicer.org/w/index.php?title=Documentation/Nightly/Developers/Tutorials/ExternalModuleWriting&oldid=59075 (accessed December 14, 2025).
CBE/CSE style
Slicer Wiki contributors. Documentation/Nightly/Developers/Tutorials/ExternalModuleWriting [Internet]. Slicer Wiki, ; 2018 May 31, 00:25 UTC [cited 2025 Dec 14]. Available from: https://www.slicer.org/w/index.php?title=Documentation/Nightly/Developers/Tutorials/ExternalModuleWriting&oldid=59075.
Bluebook style
Documentation/Nightly/Developers/Tutorials/ExternalModuleWriting, https://www.slicer.org/w/index.php?title=Documentation/Nightly/Developers/Tutorials/ExternalModuleWriting&oldid=59075 (last visited December 14, 2025).
BibTeX entry
@misc{ wiki:xxx,
author = "Slicer Wiki",
title = "Documentation/Nightly/Developers/Tutorials/ExternalModuleWriting --- Slicer Wiki{,} ",
year = "2018",
url = "https://www.slicer.org/w/index.php?title=Documentation/Nightly/Developers/Tutorials/ExternalModuleWriting&oldid=59075",
note = "[Online; accessed 14-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 = "Slicer Wiki",
title = "Documentation/Nightly/Developers/Tutorials/ExternalModuleWriting --- Slicer Wiki{,} ",
year = "2018",
url = "\url{https://www.slicer.org/w/index.php?title=Documentation/Nightly/Developers/Tutorials/ExternalModuleWriting&oldid=59075}",
note = "[Online; accessed 14-December-2025]"
}