Cite This Page
Bibliographic details for Python modules for extensions
- Page name: Python modules for extensions
- Author: Inkscape Wiki contributors
- Publisher: Inkscape Wiki, .
- Date of last revision: 13 March 2019 20:12 UTC
- Date retrieved: 22 May 2021 22:09 UTC
- Permanent URL: https://wiki.inkscape.org/wiki/index.php?title=Python_modules_for_extensions&oldid=114116
- Page Version ID: 114116
Citation styles for Python modules for extensions
APA style
Python modules for extensions. (2019, March 13). Inkscape Wiki, . Retrieved 22:09, May 22, 2021 from https://wiki.inkscape.org/wiki/index.php?title=Python_modules_for_extensions&oldid=114116.
MLA style
"Python modules for extensions." Inkscape Wiki, . 13 Mar 2019, 20:12 UTC. 22 May 2021, 22:09 <https://wiki.inkscape.org/wiki/index.php?title=Python_modules_for_extensions&oldid=114116>.
MHRA style
Inkscape Wiki contributors, 'Python modules for extensions', Inkscape Wiki, , 13 March 2019, 20:12 UTC, <https://wiki.inkscape.org/wiki/index.php?title=Python_modules_for_extensions&oldid=114116> [accessed 22 May 2021]
Chicago style
Inkscape Wiki contributors, "Python modules for extensions," Inkscape Wiki, , https://wiki.inkscape.org/wiki/index.php?title=Python_modules_for_extensions&oldid=114116 (accessed May 22, 2021).
CBE/CSE style
Inkscape Wiki contributors. Python modules for extensions [Internet]. Inkscape Wiki, ; 2019 Mar 13, 20:12 UTC [cited 2021 May 22]. Available from: https://wiki.inkscape.org/wiki/index.php?title=Python_modules_for_extensions&oldid=114116.
Bluebook style
Python modules for extensions, https://wiki.inkscape.org/wiki/index.php?title=Python_modules_for_extensions&oldid=114116 (last visited May 22, 2021).
BibTeX entry
@misc{ wiki:xxx,
author = "Inkscape Wiki",
title = "Python modules for extensions --- Inkscape Wiki{,} ",
year = "2019",
url = "https://wiki.inkscape.org/wiki/index.php?title=Python_modules_for_extensions&oldid=114116",
note = "[Online; accessed 22-May-2021]"
}
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 = "Python modules for extensions --- Inkscape Wiki{,} ",
year = "2019",
url = "\url{https://wiki.inkscape.org/wiki/index.php?title=Python_modules_for_extensions&oldid=114116}",
note = "[Online; accessed 22-May-2021]"
}