Cite This Page
Bibliographic details for Coding Style
- Page name: Coding Style
- Author: Inkscape Wiki contributors
- Publisher: Inkscape Wiki, .
- Date of last revision: 21 June 2006 10:16 UTC
- Date retrieved: 22 May 2022 21:16 UTC
- Permanent URL: https://wiki.inkscape.org/wiki/index.php?title=Coding_Style&oldid=7127
- Page Version ID: 7127
Citation styles for Coding Style
APA style
Coding Style. (2006, June 21). Inkscape Wiki, . Retrieved 21:16, May 22, 2022 from https://wiki.inkscape.org/wiki/index.php?title=Coding_Style&oldid=7127.
MLA style
"Coding Style." Inkscape Wiki, . 21 Jun 2006, 10:16 UTC. 22 May 2022, 21:16 <https://wiki.inkscape.org/wiki/index.php?title=Coding_Style&oldid=7127>.
MHRA style
Inkscape Wiki contributors, 'Coding Style', Inkscape Wiki, , 21 June 2006, 10:16 UTC, <https://wiki.inkscape.org/wiki/index.php?title=Coding_Style&oldid=7127> [accessed 22 May 2022]
Chicago style
Inkscape Wiki contributors, "Coding Style," Inkscape Wiki, , https://wiki.inkscape.org/wiki/index.php?title=Coding_Style&oldid=7127 (accessed May 22, 2022).
CBE/CSE style
Inkscape Wiki contributors. Coding Style [Internet]. Inkscape Wiki, ; 2006 Jun 21, 10:16 UTC [cited 2022 May 22]. Available from: https://wiki.inkscape.org/wiki/index.php?title=Coding_Style&oldid=7127.
Bluebook style
Coding Style, https://wiki.inkscape.org/wiki/index.php?title=Coding_Style&oldid=7127 (last visited May 22, 2022).
BibTeX entry
@misc{ wiki:xxx, author = "Inkscape Wiki", title = "Coding Style --- Inkscape Wiki{,} ", year = "2006", url = "https://wiki.inkscape.org/wiki/index.php?title=Coding_Style&oldid=7127", note = "[Online; accessed 22-May-2022]" }
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 = "Inkscape Wiki", title = "Coding Style --- Inkscape Wiki{,} ", year = "2006", url = "\url{https://wiki.inkscape.org/wiki/index.php?title=Coding_Style&oldid=7127}", note = "[Online; accessed 22-May-2022]" }