Cite This Page
Bibliographic details for Hello world/Graphical
- Page name: Hello world/Graphical
- Author: Rosetta Code contributors
- Publisher: Rosetta Code, .
- Date of last revision: 16 October 2022 16:10 UTC
- Date retrieved: 2 February 2023 14:54 UTC
- Permanent URL: https://rosettacode.org/w/index.php?title=Hello_world/Graphical&oldid=332167
- Page Version ID: 332167
Citation styles for Hello world/Graphical
APA style
Hello world/Graphical. (2022, October 16). Rosetta Code, . Retrieved 14:54, February 2, 2023 from https://rosettacode.org/w/index.php?title=Hello_world/Graphical&oldid=332167.
MLA style
"Hello world/Graphical." Rosetta Code, . 16 Oct 2022, 16:10 UTC. 2 Feb 2023, 14:54 <https://rosettacode.org/w/index.php?title=Hello_world/Graphical&oldid=332167>.
MHRA style
Rosetta Code contributors, 'Hello world/Graphical', Rosetta Code, , 16 October 2022, 16:10 UTC, <https://rosettacode.org/w/index.php?title=Hello_world/Graphical&oldid=332167> [accessed 2 February 2023]
Chicago style
Rosetta Code contributors, "Hello world/Graphical," Rosetta Code, , https://rosettacode.org/w/index.php?title=Hello_world/Graphical&oldid=332167 (accessed February 2, 2023).
CBE/CSE style
Rosetta Code contributors. Hello world/Graphical [Internet]. Rosetta Code, ; 2022 Oct 16, 16:10 UTC [cited 2023 Feb 2]. Available from: https://rosettacode.org/w/index.php?title=Hello_world/Graphical&oldid=332167.
Bluebook style
Hello world/Graphical, https://rosettacode.org/w/index.php?title=Hello_world/Graphical&oldid=332167 (last visited February 2, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Hello world/Graphical --- Rosetta Code{,} ", year = "2022", url = "https://rosettacode.org/w/index.php?title=Hello_world/Graphical&oldid=332167", note = "[Online; accessed 2-February-2023]" }
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 = "Rosetta Code", title = "Hello world/Graphical --- Rosetta Code{,} ", year = "2022", url = "\url{https://rosettacode.org/w/index.php?title=Hello_world/Graphical&oldid=332167}", note = "[Online; accessed 2-February-2023]" }