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: 10 May 2026 15:21 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 15:21, May 10, 2026 from https://opencommons.org/index.php?title=Best_Practices&oldid=8111.
MLA style
"Best Practices." OpenCommons. 10 Apr 2022, 20:15 UTC. 10 May 2026, 15:21 <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 10 May 2026]
Chicago style
OpenCommons contributors, "Best Practices," OpenCommons, https://opencommons.org/index.php?title=Best_Practices&oldid=8111 (accessed May 10, 2026).
CBE/CSE style
OpenCommons contributors. Best Practices [Internet]. OpenCommons; 2022 Apr 10, 20:15 UTC [cited 2026 May 10]. 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 May 10, 2026).
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 10-May-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 = "OpenCommons",
title = "Best Practices --- OpenCommons{,} ",
year = "2022",
url = "\url{https://opencommons.org/index.php?title=Best_Practices&oldid=8111}",
note = "[Online; accessed 10-May-2026]"
}