Cite This Page
Bibliographic details for Graphics
- Page name: Graphics
- Author: WikiCoder contributors
- Publisher: WikiCoder, .
- Date of last revision: 12 August 2020 00:07 UTC
- Date retrieved: 25 February 2021 13:40 UTC
- Permanent URL: http://wikicoder.org/index.php?title=Graphics&oldid=657
- Page Version ID: 657
Citation styles for Graphics
APA style
Graphics. (2020, August 12). WikiCoder, . Retrieved 13:40, February 25, 2021 from http://wikicoder.org/index.php?title=Graphics&oldid=657.
MLA style
"Graphics." WikiCoder, . 12 Aug 2020, 00:07 UTC. 25 Feb 2021, 13:40 <http://wikicoder.org/index.php?title=Graphics&oldid=657>.
MHRA style
WikiCoder contributors, 'Graphics', WikiCoder, , 12 August 2020, 00:07 UTC, <http://wikicoder.org/index.php?title=Graphics&oldid=657> [accessed 25 February 2021]
Chicago style
WikiCoder contributors, "Graphics," WikiCoder, , http://wikicoder.org/index.php?title=Graphics&oldid=657 (accessed February 25, 2021).
CBE/CSE style
WikiCoder contributors. Graphics [Internet]. WikiCoder, ; 2020 Aug 12, 00:07 UTC [cited 2021 Feb 25]. Available from: http://wikicoder.org/index.php?title=Graphics&oldid=657.
Bluebook style
Graphics, http://wikicoder.org/index.php?title=Graphics&oldid=657 (last visited February 25, 2021).
BibTeX entry
@misc{ wiki:xxx, author = "WikiCoder", title = "Graphics --- WikiCoder{,} ", year = "2020", url = "http://wikicoder.org/index.php?title=Graphics&oldid=657", note = "[Online; accessed 25-February-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 = "WikiCoder", title = "Graphics --- WikiCoder{,} ", year = "2020", url = "\url{http://wikicoder.org/index.php?title=Graphics&oldid=657}", note = "[Online; accessed 25-February-2021]" }