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