Cite This Page
Bibliographic details for Quick Start Guide
- Page name: Quick Start Guide
- Author: Rabbit Hole Computing contributors
- Publisher: Rabbit Hole Computing.
- Date of last revision: 15 October 2024 02:45 UTC
- Date retrieved: 17 December 2025 07:19 UTC
- Permanent URL: http://wiki.rabbitholecomputing.com/index.php?title=Quick_Start_Guide&oldid=22
- Page Version ID: 22
Citation styles for Quick Start Guide
APA style
Quick Start Guide. (2024, October 15). Rabbit Hole Computing. Retrieved 07:19, December 17, 2025 from http://wiki.rabbitholecomputing.com/index.php?title=Quick_Start_Guide&oldid=22.
MLA style
"Quick Start Guide." Rabbit Hole Computing. 15 Oct 2024, 02:45 UTC. 17 Dec 2025, 07:19 <http://wiki.rabbitholecomputing.com/index.php?title=Quick_Start_Guide&oldid=22>.
MHRA style
Rabbit Hole Computing contributors, 'Quick Start Guide', Rabbit Hole Computing, 15 October 2024, 02:45 UTC, <http://wiki.rabbitholecomputing.com/index.php?title=Quick_Start_Guide&oldid=22> [accessed 17 December 2025]
Chicago style
Rabbit Hole Computing contributors, "Quick Start Guide," Rabbit Hole Computing, http://wiki.rabbitholecomputing.com/index.php?title=Quick_Start_Guide&oldid=22 (accessed December 17, 2025).
CBE/CSE style
Rabbit Hole Computing contributors. Quick Start Guide [Internet]. Rabbit Hole Computing; 2024 Oct 15, 02:45 UTC [cited 2025 Dec 17]. Available from: http://wiki.rabbitholecomputing.com/index.php?title=Quick_Start_Guide&oldid=22.
Bluebook style
Quick Start Guide, http://wiki.rabbitholecomputing.com/index.php?title=Quick_Start_Guide&oldid=22 (last visited December 17, 2025).
BibTeX entry
@misc{ wiki:xxx,
author = "Rabbit Hole Computing",
title = "Quick Start Guide --- Rabbit Hole Computing{,} ",
year = "2024",
url = "http://wiki.rabbitholecomputing.com/index.php?title=Quick_Start_Guide&oldid=22",
note = "[Online; accessed 17-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 = "Rabbit Hole Computing",
title = "Quick Start Guide --- Rabbit Hole Computing{,} ",
year = "2024",
url = "\url{http://wiki.rabbitholecomputing.com/index.php?title=Quick_Start_Guide&oldid=22}",
note = "[Online; accessed 17-December-2025]"
}