Cite This Page
Bibliographic details for Guideline: How to Contribute Code
- Page name: Guideline: How to Contribute Code
- Author: GhostBSD Wiki contributors
- Publisher: GhostBSD Wiki, .
- Date of last revision: 19 June 2020 16:54 UTC
- Date retrieved: 21 November 2024 20:10 UTC
- Permanent URL: http://wiki.ghostbsd.org/index.php?title=Guideline:_How_to_Contribute_Code&oldid=6537
- Page Version ID: 6537
Citation styles for Guideline: How to Contribute Code
APA style
Guideline: How to Contribute Code. (2020, June 19). GhostBSD Wiki, . Retrieved 20:10, November 21, 2024 from http://wiki.ghostbsd.org/index.php?title=Guideline:_How_to_Contribute_Code&oldid=6537.
MLA style
"Guideline: How to Contribute Code." GhostBSD Wiki, . 19 Jun 2020, 16:54 UTC. 21 Nov 2024, 20:10 <http://wiki.ghostbsd.org/index.php?title=Guideline:_How_to_Contribute_Code&oldid=6537>.
MHRA style
GhostBSD Wiki contributors, 'Guideline: How to Contribute Code', GhostBSD Wiki, , 19 June 2020, 16:54 UTC, <http://wiki.ghostbsd.org/index.php?title=Guideline:_How_to_Contribute_Code&oldid=6537> [accessed 21 November 2024]
Chicago style
GhostBSD Wiki contributors, "Guideline: How to Contribute Code," GhostBSD Wiki, , http://wiki.ghostbsd.org/index.php?title=Guideline:_How_to_Contribute_Code&oldid=6537 (accessed November 21, 2024).
CBE/CSE style
GhostBSD Wiki contributors. Guideline: How to Contribute Code [Internet]. GhostBSD Wiki, ; 2020 Jun 19, 16:54 UTC [cited 2024 Nov 21]. Available from: http://wiki.ghostbsd.org/index.php?title=Guideline:_How_to_Contribute_Code&oldid=6537.
Bluebook style
Guideline: How to Contribute Code, http://wiki.ghostbsd.org/index.php?title=Guideline:_How_to_Contribute_Code&oldid=6537 (last visited November 21, 2024).
BibTeX entry
@misc{ wiki:xxx, author = "GhostBSD Wiki", title = "Guideline: How to Contribute Code --- GhostBSD Wiki{,} ", year = "2020", url = "http://wiki.ghostbsd.org/index.php?title=Guideline:_How_to_Contribute_Code&oldid=6537", note = "[Online; accessed 21-November-2024]" }
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 = "GhostBSD Wiki", title = "Guideline: How to Contribute Code --- GhostBSD Wiki{,} ", year = "2020", url = "\url{http://wiki.ghostbsd.org/index.php?title=Guideline:_How_to_Contribute_Code&oldid=6537}", note = "[Online; accessed 21-November-2024]" }