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