Cite This Page
Bibliographic details for Documentation/4.0/Developers/Tutorials/ModuleWriting
- Page name: Documentation/4.0/Developers/Tutorials/ModuleWriting
- Author: Slicer Wiki contributors
- Publisher: Slicer Wiki, .
- Date of last revision: 9 March 2012 03:57 UTC
- Date retrieved: 3 February 2026 02:34 UTC
- Permanent URL: https://www.slicer.org/w/index.php?title=Documentation/4.0/Developers/Tutorials/ModuleWriting&oldid=25077
- Page Version ID: 25077
Citation styles for Documentation/4.0/Developers/Tutorials/ModuleWriting
APA style
Documentation/4.0/Developers/Tutorials/ModuleWriting. (2012, March 9). Slicer Wiki, . Retrieved 02:34, February 3, 2026 from https://www.slicer.org/w/index.php?title=Documentation/4.0/Developers/Tutorials/ModuleWriting&oldid=25077.
MLA style
"Documentation/4.0/Developers/Tutorials/ModuleWriting." Slicer Wiki, . 9 Mar 2012, 03:57 UTC. 3 Feb 2026, 02:34 <https://www.slicer.org/w/index.php?title=Documentation/4.0/Developers/Tutorials/ModuleWriting&oldid=25077>.
MHRA style
Slicer Wiki contributors, 'Documentation/4.0/Developers/Tutorials/ModuleWriting', Slicer Wiki, , 9 March 2012, 03:57 UTC, <https://www.slicer.org/w/index.php?title=Documentation/4.0/Developers/Tutorials/ModuleWriting&oldid=25077> [accessed 3 February 2026]
Chicago style
Slicer Wiki contributors, "Documentation/4.0/Developers/Tutorials/ModuleWriting," Slicer Wiki, , https://www.slicer.org/w/index.php?title=Documentation/4.0/Developers/Tutorials/ModuleWriting&oldid=25077 (accessed February 3, 2026).
CBE/CSE style
Slicer Wiki contributors. Documentation/4.0/Developers/Tutorials/ModuleWriting [Internet]. Slicer Wiki, ; 2012 Mar 9, 03:57 UTC [cited 2026 Feb 3]. Available from: https://www.slicer.org/w/index.php?title=Documentation/4.0/Developers/Tutorials/ModuleWriting&oldid=25077.
Bluebook style
Documentation/4.0/Developers/Tutorials/ModuleWriting, https://www.slicer.org/w/index.php?title=Documentation/4.0/Developers/Tutorials/ModuleWriting&oldid=25077 (last visited February 3, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "Slicer Wiki",
title = "Documentation/4.0/Developers/Tutorials/ModuleWriting --- Slicer Wiki{,} ",
year = "2012",
url = "https://www.slicer.org/w/index.php?title=Documentation/4.0/Developers/Tutorials/ModuleWriting&oldid=25077",
note = "[Online; accessed 3-February-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/4.0/Developers/Tutorials/ModuleWriting --- Slicer Wiki{,} ",
year = "2012",
url = "\url{https://www.slicer.org/w/index.php?title=Documentation/4.0/Developers/Tutorials/ModuleWriting&oldid=25077}",
note = "[Online; accessed 3-February-2026]"
}