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