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