Cite This Page
Bibliographic details for Thread
- Page name: Thread
- Author: Rosetta Code contributors
- Publisher: Rosetta Code, .
- Date of last revision: 21 August 2009 19:41 UTC
- Date retrieved: 28 January 2023 23:04 UTC
- Permanent URL: https://rosettacode.org/w/index.php?title=Thread&oldid=57181
- Page Version ID: 57181
Citation styles for Thread
APA style
Thread. (2009, August 21). Rosetta Code, . Retrieved 23:04, January 28, 2023 from https://rosettacode.org/w/index.php?title=Thread&oldid=57181.
MLA style
"Thread." Rosetta Code, . 21 Aug 2009, 19:41 UTC. 28 Jan 2023, 23:04 <https://rosettacode.org/w/index.php?title=Thread&oldid=57181>.
MHRA style
Rosetta Code contributors, 'Thread', Rosetta Code, , 21 August 2009, 19:41 UTC, <https://rosettacode.org/w/index.php?title=Thread&oldid=57181> [accessed 28 January 2023]
Chicago style
Rosetta Code contributors, "Thread," Rosetta Code, , https://rosettacode.org/w/index.php?title=Thread&oldid=57181 (accessed January 28, 2023).
CBE/CSE style
Rosetta Code contributors. Thread [Internet]. Rosetta Code, ; 2009 Aug 21, 19:41 UTC [cited 2023 Jan 28]. Available from: https://rosettacode.org/w/index.php?title=Thread&oldid=57181.
Bluebook style
Thread, https://rosettacode.org/w/index.php?title=Thread&oldid=57181 (last visited January 28, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Thread --- Rosetta Code{,} ", year = "2009", url = "https://rosettacode.org/w/index.php?title=Thread&oldid=57181", note = "[Online; accessed 28-January-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 = "Thread --- Rosetta Code{,} ", year = "2009", url = "\url{https://rosettacode.org/w/index.php?title=Thread&oldid=57181}", note = "[Online; accessed 28-January-2023]" }