Cite This Page
Bibliographic details for Wiki syntax
- Page name: Wiki syntax
- Author: Inkscape Wiki contributors
- Publisher: Inkscape Wiki, .
- Date of last revision: 28 March 2012 04:51 UTC
- Date retrieved: 28 September 2021 00:32 UTC
- Permanent URL: https://wiki.inkscape.org/wiki/index.php?title=Wiki_syntax&oldid=80588
- Page Version ID: 80588
Citation styles for Wiki syntax
APA style
Wiki syntax. (2012, March 28). Inkscape Wiki, . Retrieved 00:32, September 28, 2021 from https://wiki.inkscape.org/wiki/index.php?title=Wiki_syntax&oldid=80588.
MLA style
"Wiki syntax." Inkscape Wiki, . 28 Mar 2012, 04:51 UTC. 28 Sep 2021, 00:32 <https://wiki.inkscape.org/wiki/index.php?title=Wiki_syntax&oldid=80588>.
MHRA style
Inkscape Wiki contributors, 'Wiki syntax', Inkscape Wiki, , 28 March 2012, 04:51 UTC, <https://wiki.inkscape.org/wiki/index.php?title=Wiki_syntax&oldid=80588> [accessed 28 September 2021]
Chicago style
Inkscape Wiki contributors, "Wiki syntax," Inkscape Wiki, , https://wiki.inkscape.org/wiki/index.php?title=Wiki_syntax&oldid=80588 (accessed September 28, 2021).
CBE/CSE style
Inkscape Wiki contributors. Wiki syntax [Internet]. Inkscape Wiki, ; 2012 Mar 28, 04:51 UTC [cited 2021 Sep 28]. Available from: https://wiki.inkscape.org/wiki/index.php?title=Wiki_syntax&oldid=80588.
Bluebook style
Wiki syntax, https://wiki.inkscape.org/wiki/index.php?title=Wiki_syntax&oldid=80588 (last visited September 28, 2021).
BibTeX entry
@misc{ wiki:xxx,
author = "Inkscape Wiki",
title = "Wiki syntax --- Inkscape Wiki{,} ",
year = "2012",
url = "https://wiki.inkscape.org/wiki/index.php?title=Wiki_syntax&oldid=80588",
note = "[Online; accessed 28-September-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 = "Wiki syntax --- Inkscape Wiki{,} ",
year = "2012",
url = "\url{https://wiki.inkscape.org/wiki/index.php?title=Wiki_syntax&oldid=80588}",
note = "[Online; accessed 28-September-2021]"
}