Cite This Page
Bibliographic details for Odd words
- Page name: Odd words
- Author: Rosetta Code contributors
- Publisher: Rosetta Code, .
- Date of last revision: 30 September 2022 12:56 UTC
- Date retrieved: 7 February 2023 11:27 UTC
- Permanent URL: https://rosettacode.org/w/index.php?title=Odd_words&oldid=330935
- Page Version ID: 330935
Citation styles for Odd words
APA style
Odd words. (2022, September 30). Rosetta Code, . Retrieved 11:27, February 7, 2023 from https://rosettacode.org/w/index.php?title=Odd_words&oldid=330935.
MLA style
"Odd words." Rosetta Code, . 30 Sep 2022, 12:56 UTC. 7 Feb 2023, 11:27 <https://rosettacode.org/w/index.php?title=Odd_words&oldid=330935>.
MHRA style
Rosetta Code contributors, 'Odd words', Rosetta Code, , 30 September 2022, 12:56 UTC, <https://rosettacode.org/w/index.php?title=Odd_words&oldid=330935> [accessed 7 February 2023]
Chicago style
Rosetta Code contributors, "Odd words," Rosetta Code, , https://rosettacode.org/w/index.php?title=Odd_words&oldid=330935 (accessed February 7, 2023).
CBE/CSE style
Rosetta Code contributors. Odd words [Internet]. Rosetta Code, ; 2022 Sep 30, 12:56 UTC [cited 2023 Feb 7]. Available from: https://rosettacode.org/w/index.php?title=Odd_words&oldid=330935.
Bluebook style
Odd words, https://rosettacode.org/w/index.php?title=Odd_words&oldid=330935 (last visited February 7, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Odd words --- Rosetta Code{,} ", year = "2022", url = "https://rosettacode.org/w/index.php?title=Odd_words&oldid=330935", note = "[Online; accessed 7-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 = "Odd words --- Rosetta Code{,} ", year = "2022", url = "\url{https://rosettacode.org/w/index.php?title=Odd_words&oldid=330935}", note = "[Online; accessed 7-February-2023]" }