Cite This Page
Bibliographic details for Haskell Quiz/Yahtzee
- Page name: Haskell Quiz/Yahtzee
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 30 October 2006 15:09 UTC
- Date retrieved: 6 February 2023 23:18 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Haskell_Quiz/Yahtzee&oldid=7618
- Page Version ID: 7618
Citation styles for Haskell Quiz/Yahtzee
APA style
Haskell Quiz/Yahtzee. (2006, October 30). HaskellWiki, . Retrieved 23:18, February 6, 2023 from https://wiki.haskell.org/index.php?title=Haskell_Quiz/Yahtzee&oldid=7618.
MLA style
"Haskell Quiz/Yahtzee." HaskellWiki, . 30 Oct 2006, 15:09 UTC. 6 Feb 2023, 23:18 <https://wiki.haskell.org/index.php?title=Haskell_Quiz/Yahtzee&oldid=7618>.
MHRA style
HaskellWiki contributors, 'Haskell Quiz/Yahtzee', HaskellWiki, , 30 October 2006, 15:09 UTC, <https://wiki.haskell.org/index.php?title=Haskell_Quiz/Yahtzee&oldid=7618> [accessed 6 February 2023]
Chicago style
HaskellWiki contributors, "Haskell Quiz/Yahtzee," HaskellWiki, , https://wiki.haskell.org/index.php?title=Haskell_Quiz/Yahtzee&oldid=7618 (accessed February 6, 2023).
CBE/CSE style
HaskellWiki contributors. Haskell Quiz/Yahtzee [Internet]. HaskellWiki, ; 2006 Oct 30, 15:09 UTC [cited 2023 Feb 6]. Available from: https://wiki.haskell.org/index.php?title=Haskell_Quiz/Yahtzee&oldid=7618.
Bluebook style
Haskell Quiz/Yahtzee, https://wiki.haskell.org/index.php?title=Haskell_Quiz/Yahtzee&oldid=7618 (last visited February 6, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Haskell Quiz/Yahtzee --- HaskellWiki{,} ", year = "2006", url = "https://wiki.haskell.org/index.php?title=Haskell_Quiz/Yahtzee&oldid=7618", note = "[Online; accessed 6-February-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 = "Haskell Quiz/Yahtzee --- HaskellWiki{,} ", year = "2006", url = "\url{https://wiki.haskell.org/index.php?title=Haskell_Quiz/Yahtzee&oldid=7618}", note = "[Online; accessed 6-February-2023]" }