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