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