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: 9 April 2012 21:20 UTC
- Date retrieved: 13 August 2026 07:45 UTC
- Permanent URL: https://www.slicer.org/w/index.php?title=Documentation/Snapshot/Developers/Tutorials/ExtensionWriting&oldid=25402
- Page Version ID: 25402
Citation styles for Documentation/Snapshot/Developers/Tutorials/ExtensionWriting
APA style
Documentation/Snapshot/Developers/Tutorials/ExtensionWriting. (2012, April 9). Slicer Wiki, . Retrieved 07:45, August 13, 2026 from https://www.slicer.org/w/index.php?title=Documentation/Snapshot/Developers/Tutorials/ExtensionWriting&oldid=25402.
MLA style
"Documentation/Snapshot/Developers/Tutorials/ExtensionWriting." Slicer Wiki, . 9 Apr 2012, 21:20 UTC. 13 Aug 2026, 07:45 <https://www.slicer.org/w/index.php?title=Documentation/Snapshot/Developers/Tutorials/ExtensionWriting&oldid=25402>.
MHRA style
Slicer Wiki contributors, 'Documentation/Snapshot/Developers/Tutorials/ExtensionWriting', Slicer Wiki, , 9 April 2012, 21:20 UTC, <https://www.slicer.org/w/index.php?title=Documentation/Snapshot/Developers/Tutorials/ExtensionWriting&oldid=25402> [accessed 13 August 2026]
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=25402 (accessed August 13, 2026).
CBE/CSE style
Slicer Wiki contributors. Documentation/Snapshot/Developers/Tutorials/ExtensionWriting [Internet]. Slicer Wiki, ; 2012 Apr 9, 21:20 UTC [cited 2026 Aug 13]. Available from: https://www.slicer.org/w/index.php?title=Documentation/Snapshot/Developers/Tutorials/ExtensionWriting&oldid=25402.
Bluebook style
Documentation/Snapshot/Developers/Tutorials/ExtensionWriting, https://www.slicer.org/w/index.php?title=Documentation/Snapshot/Developers/Tutorials/ExtensionWriting&oldid=25402 (last visited August 13, 2026).
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=25402",
note = "[Online; accessed 13-August-2026]"
}
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=25402}",
note = "[Online; accessed 13-August-2026]"
}