Cite This Page
Bibliographic details for Troubleshooting
- Page name: Troubleshooting
- Author: Open Source Solar Project contributors
- Publisher: Open Source Solar Project, .
- Date of last revision: 3 November 2020 14:36 UTC
- Date retrieved: 19 May 2026 10:41 UTC
- Permanent URL: http://www.opensourcesolar.org/w/index.php?title=Troubleshooting&oldid=2046
- Page Version ID: 2046
Citation styles for Troubleshooting
APA style
Troubleshooting. (2020, November 3). Open Source Solar Project, . Retrieved 10:41, May 19, 2026 from http://www.opensourcesolar.org/w/index.php?title=Troubleshooting&oldid=2046.
MLA style
"Troubleshooting." Open Source Solar Project, . 3 Nov 2020, 14:36 UTC. 19 May 2026, 10:41 <http://www.opensourcesolar.org/w/index.php?title=Troubleshooting&oldid=2046>.
MHRA style
Open Source Solar Project contributors, 'Troubleshooting', Open Source Solar Project, , 3 November 2020, 14:36 UTC, <http://www.opensourcesolar.org/w/index.php?title=Troubleshooting&oldid=2046> [accessed 19 May 2026]
Chicago style
Open Source Solar Project contributors, "Troubleshooting," Open Source Solar Project, , http://www.opensourcesolar.org/w/index.php?title=Troubleshooting&oldid=2046 (accessed May 19, 2026).
CBE/CSE style
Open Source Solar Project contributors. Troubleshooting [Internet]. Open Source Solar Project, ; 2020 Nov 3, 14:36 UTC [cited 2026 May 19]. Available from: http://www.opensourcesolar.org/w/index.php?title=Troubleshooting&oldid=2046.
Bluebook style
Troubleshooting, http://www.opensourcesolar.org/w/index.php?title=Troubleshooting&oldid=2046 (last visited May 19, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "Open Source Solar Project",
title = "Troubleshooting --- Open Source Solar Project{,} ",
year = "2020",
url = "http://www.opensourcesolar.org/w/index.php?title=Troubleshooting&oldid=2046",
note = "[Online; accessed 19-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 = "Open Source Solar Project",
title = "Troubleshooting --- Open Source Solar Project{,} ",
year = "2020",
url = "\url{http://www.opensourcesolar.org/w/index.php?title=Troubleshooting&oldid=2046}",
note = "[Online; accessed 19-May-2026]"
}