Cite This Page
Bibliographic details for Slicer3:Human Interface and Style Guide for Developers
- Page name: Slicer3:Human Interface and Style Guide for Developers
- Author: NAMIC Wiki contributors
- Publisher: NAMIC Wiki, .
- Date of last revision: 22 June 2007 15:51 UTC
- Date retrieved: 1 August 2026 21:15 UTC
- Permanent URL: https://www.na-mic.org/w/index.php?title=Slicer3:Human_Interface_and_Style_Guide_for_Developers&oldid=12357
- Page Version ID: 12357
Citation styles for Slicer3:Human Interface and Style Guide for Developers
APA style
Slicer3:Human Interface and Style Guide for Developers. (2007, June 22). NAMIC Wiki, . Retrieved 21:15, August 1, 2026 from https://www.na-mic.org/w/index.php?title=Slicer3:Human_Interface_and_Style_Guide_for_Developers&oldid=12357.
MLA style
"Slicer3:Human Interface and Style Guide for Developers." NAMIC Wiki, . 22 Jun 2007, 15:51 UTC. 1 Aug 2026, 21:15 <https://www.na-mic.org/w/index.php?title=Slicer3:Human_Interface_and_Style_Guide_for_Developers&oldid=12357>.
MHRA style
NAMIC Wiki contributors, 'Slicer3:Human Interface and Style Guide for Developers', NAMIC Wiki, , 22 June 2007, 15:51 UTC, <https://www.na-mic.org/w/index.php?title=Slicer3:Human_Interface_and_Style_Guide_for_Developers&oldid=12357> [accessed 1 August 2026]
Chicago style
NAMIC Wiki contributors, "Slicer3:Human Interface and Style Guide for Developers," NAMIC Wiki, , https://www.na-mic.org/w/index.php?title=Slicer3:Human_Interface_and_Style_Guide_for_Developers&oldid=12357 (accessed August 1, 2026).
CBE/CSE style
NAMIC Wiki contributors. Slicer3:Human Interface and Style Guide for Developers [Internet]. NAMIC Wiki, ; 2007 Jun 22, 15:51 UTC [cited 2026 Aug 1]. Available from: https://www.na-mic.org/w/index.php?title=Slicer3:Human_Interface_and_Style_Guide_for_Developers&oldid=12357.
Bluebook style
Slicer3:Human Interface and Style Guide for Developers, https://www.na-mic.org/w/index.php?title=Slicer3:Human_Interface_and_Style_Guide_for_Developers&oldid=12357 (last visited August 1, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "NAMIC Wiki",
title = "Slicer3:Human Interface and Style Guide for Developers --- NAMIC Wiki{,} ",
year = "2007",
url = "https://www.na-mic.org/w/index.php?title=Slicer3:Human_Interface_and_Style_Guide_for_Developers&oldid=12357",
note = "[Online; accessed 1-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 = "NAMIC Wiki",
title = "Slicer3:Human Interface and Style Guide for Developers --- NAMIC Wiki{,} ",
year = "2007",
url = "\url{https://www.na-mic.org/w/index.php?title=Slicer3:Human_Interface_and_Style_Guide_for_Developers&oldid=12357}",
note = "[Online; accessed 1-August-2026]"
}