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: 3 April 2025 17:43 UTC
- Permanent URL: http://wiki.ghostbsd.org/index.php?title=Guideline:_How_to_Contribute_Code&oldid=6568
- Page Version ID: 6568
Citation styles for Guideline: How to Contribute Code
APA style
Guideline: How to Contribute Code. (2020, June 19). GhostBSD Wiki, . Retrieved 17:43, April 3, 2025 from http://wiki.ghostbsd.org/index.php?title=Guideline:_How_to_Contribute_Code&oldid=6568.
MLA style
"Guideline: How to Contribute Code." GhostBSD Wiki, . 19 Jun 2020, 16:54 UTC. 3 Apr 2025, 17:43 <http://wiki.ghostbsd.org/index.php?title=Guideline:_How_to_Contribute_Code&oldid=6568>.
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=6568> [accessed 3 April 2025]
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=6568 (accessed April 3, 2025).
CBE/CSE style
GhostBSD Wiki contributors. Guideline: How to Contribute Code [Internet]. GhostBSD Wiki, ; 2020 Jun 19, 16:54 UTC [cited 2025 Apr 3]. Available from: http://wiki.ghostbsd.org/index.php?title=Guideline:_How_to_Contribute_Code&oldid=6568.
Bluebook style
Guideline: How to Contribute Code, http://wiki.ghostbsd.org/index.php?title=Guideline:_How_to_Contribute_Code&oldid=6568 (last visited April 3, 2025).
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=6568", note = "[Online; accessed 3-April-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 = "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=6568}", note = "[Online; accessed 3-April-2025]" }