Cite This Page
Bibliographic details for Documentation/Nightly/Developers/Tutorials/CreateLoadableModule
- Page name: Documentation/Nightly/Developers/Tutorials/CreateLoadableModule
- Author: Slicer Wiki contributors
- Publisher: Slicer Wiki, .
- Date of last revision: 17 October 2014 13:26 UTC
- Date retrieved: 27 January 2026 21:57 UTC
- Permanent URL: https://www.slicer.org/w/index.php?title=Documentation/Nightly/Developers/Tutorials/CreateLoadableModule&oldid=39298
- Page Version ID: 39298
Citation styles for Documentation/Nightly/Developers/Tutorials/CreateLoadableModule
APA style
Documentation/Nightly/Developers/Tutorials/CreateLoadableModule. (2014, October 17). Slicer Wiki, . Retrieved 21:57, January 27, 2026 from https://www.slicer.org/w/index.php?title=Documentation/Nightly/Developers/Tutorials/CreateLoadableModule&oldid=39298.
MLA style
"Documentation/Nightly/Developers/Tutorials/CreateLoadableModule." Slicer Wiki, . 17 Oct 2014, 13:26 UTC. 27 Jan 2026, 21:57 <https://www.slicer.org/w/index.php?title=Documentation/Nightly/Developers/Tutorials/CreateLoadableModule&oldid=39298>.
MHRA style
Slicer Wiki contributors, 'Documentation/Nightly/Developers/Tutorials/CreateLoadableModule', Slicer Wiki, , 17 October 2014, 13:26 UTC, <https://www.slicer.org/w/index.php?title=Documentation/Nightly/Developers/Tutorials/CreateLoadableModule&oldid=39298> [accessed 27 January 2026]
Chicago style
Slicer Wiki contributors, "Documentation/Nightly/Developers/Tutorials/CreateLoadableModule," Slicer Wiki, , https://www.slicer.org/w/index.php?title=Documentation/Nightly/Developers/Tutorials/CreateLoadableModule&oldid=39298 (accessed January 27, 2026).
CBE/CSE style
Slicer Wiki contributors. Documentation/Nightly/Developers/Tutorials/CreateLoadableModule [Internet]. Slicer Wiki, ; 2014 Oct 17, 13:26 UTC [cited 2026 Jan 27]. Available from: https://www.slicer.org/w/index.php?title=Documentation/Nightly/Developers/Tutorials/CreateLoadableModule&oldid=39298.
Bluebook style
Documentation/Nightly/Developers/Tutorials/CreateLoadableModule, https://www.slicer.org/w/index.php?title=Documentation/Nightly/Developers/Tutorials/CreateLoadableModule&oldid=39298 (last visited January 27, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "Slicer Wiki",
title = "Documentation/Nightly/Developers/Tutorials/CreateLoadableModule --- Slicer Wiki{,} ",
year = "2014",
url = "https://www.slicer.org/w/index.php?title=Documentation/Nightly/Developers/Tutorials/CreateLoadableModule&oldid=39298",
note = "[Online; accessed 27-January-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/Nightly/Developers/Tutorials/CreateLoadableModule --- Slicer Wiki{,} ",
year = "2014",
url = "\url{https://www.slicer.org/w/index.php?title=Documentation/Nightly/Developers/Tutorials/CreateLoadableModule&oldid=39298}",
note = "[Online; accessed 27-January-2026]"
}