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