Cite This Page
Bibliographic details for Sudoku
- Page name: Sudoku
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 11 April 2006 22:01 UTC
- Date retrieved: 25 March 2023 17:09 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Sudoku&oldid=3629
- Page Version ID: 3629
Citation styles for Sudoku
APA style
Sudoku. (2006, April 11). HaskellWiki, . Retrieved 17:09, March 25, 2023 from https://wiki.haskell.org/index.php?title=Sudoku&oldid=3629.
MLA style
"Sudoku." HaskellWiki, . 11 Apr 2006, 22:01 UTC. 25 Mar 2023, 17:09 <https://wiki.haskell.org/index.php?title=Sudoku&oldid=3629>.
MHRA style
HaskellWiki contributors, 'Sudoku', HaskellWiki, , 11 April 2006, 22:01 UTC, <https://wiki.haskell.org/index.php?title=Sudoku&oldid=3629> [accessed 25 March 2023]
Chicago style
HaskellWiki contributors, "Sudoku," HaskellWiki, , https://wiki.haskell.org/index.php?title=Sudoku&oldid=3629 (accessed March 25, 2023).
CBE/CSE style
HaskellWiki contributors. Sudoku [Internet]. HaskellWiki, ; 2006 Apr 11, 22:01 UTC [cited 2023 Mar 25]. Available from: https://wiki.haskell.org/index.php?title=Sudoku&oldid=3629.
Bluebook style
Sudoku, https://wiki.haskell.org/index.php?title=Sudoku&oldid=3629 (last visited March 25, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Sudoku --- HaskellWiki{,} ", year = "2006", url = "https://wiki.haskell.org/index.php?title=Sudoku&oldid=3629", note = "[Online; accessed 25-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 = "HaskellWiki", title = "Sudoku --- HaskellWiki{,} ", year = "2006", url = "\url{https://wiki.haskell.org/index.php?title=Sudoku&oldid=3629}", note = "[Online; accessed 25-March-2023]" }