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