Cite This Page
Bibliographic details for Best Practices
- Page name: Best Practices
- Author: OpenCommons contributors
- Publisher: OpenCommons.
- Date of last revision: 10 April 2022 20:15 UTC
- Date retrieved: 5 December 2025 22:02 UTC
- Permanent URL: https://opencommons.org/index.php?title=Best_Practices&oldid=8111
- Page Version ID: 8111
Citation styles for Best Practices
APA style
Best Practices. (2022, April 10). OpenCommons. Retrieved 22:02, December 5, 2025 from https://opencommons.org/index.php?title=Best_Practices&oldid=8111.
MLA style
"Best Practices." OpenCommons. 10 Apr 2022, 20:15 UTC. 5 Dec 2025, 22:02 <https://opencommons.org/index.php?title=Best_Practices&oldid=8111>.
MHRA style
OpenCommons contributors, 'Best Practices', OpenCommons, 10 April 2022, 20:15 UTC, <https://opencommons.org/index.php?title=Best_Practices&oldid=8111> [accessed 5 December 2025]
Chicago style
OpenCommons contributors, "Best Practices," OpenCommons, https://opencommons.org/index.php?title=Best_Practices&oldid=8111 (accessed December 5, 2025).
CBE/CSE style
OpenCommons contributors. Best Practices [Internet]. OpenCommons; 2022 Apr 10, 20:15 UTC [cited 2025 Dec 5]. Available from: https://opencommons.org/index.php?title=Best_Practices&oldid=8111.
Bluebook style
Best Practices, https://opencommons.org/index.php?title=Best_Practices&oldid=8111 (last visited December 5, 2025).
BibTeX entry
@misc{ wiki:xxx,
author = "OpenCommons",
title = "Best Practices --- OpenCommons{,} ",
year = "2022",
url = "https://opencommons.org/index.php?title=Best_Practices&oldid=8111",
note = "[Online; accessed 5-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 = "OpenCommons",
title = "Best Practices --- OpenCommons{,} ",
year = "2022",
url = "\url{https://opencommons.org/index.php?title=Best_Practices&oldid=8111}",
note = "[Online; accessed 5-December-2025]"
}