Cite This Page
Bibliographic details for Cookbook/Interactivity
- Page name: Cookbook/Interactivity
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 6 January 2019 21:07 UTC
- Date retrieved: 22 January 2021 18:59 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Cookbook/Interactivity&oldid=62699
- Page Version ID: 62699
Citation styles for Cookbook/Interactivity
APA style
Cookbook/Interactivity. (2019, January 6). HaskellWiki, . Retrieved 18:59, January 22, 2021 from https://wiki.haskell.org/index.php?title=Cookbook/Interactivity&oldid=62699.
MLA style
"Cookbook/Interactivity." HaskellWiki, . 6 Jan 2019, 21:07 UTC. 22 Jan 2021, 18:59 <https://wiki.haskell.org/index.php?title=Cookbook/Interactivity&oldid=62699>.
MHRA style
HaskellWiki contributors, 'Cookbook/Interactivity', HaskellWiki, , 6 January 2019, 21:07 UTC, <https://wiki.haskell.org/index.php?title=Cookbook/Interactivity&oldid=62699> [accessed 22 January 2021]
Chicago style
HaskellWiki contributors, "Cookbook/Interactivity," HaskellWiki, , https://wiki.haskell.org/index.php?title=Cookbook/Interactivity&oldid=62699 (accessed January 22, 2021).
CBE/CSE style
HaskellWiki contributors. Cookbook/Interactivity [Internet]. HaskellWiki, ; 2019 Jan 6, 21:07 UTC [cited 2021 Jan 22]. Available from: https://wiki.haskell.org/index.php?title=Cookbook/Interactivity&oldid=62699.
Bluebook style
Cookbook/Interactivity, https://wiki.haskell.org/index.php?title=Cookbook/Interactivity&oldid=62699 (last visited January 22, 2021).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Cookbook/Interactivity --- HaskellWiki{,} ", year = "2019", url = "https://wiki.haskell.org/index.php?title=Cookbook/Interactivity&oldid=62699", note = "[Online; accessed 22-January-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 = "Cookbook/Interactivity --- HaskellWiki{,} ", year = "2019", url = "\url{https://wiki.haskell.org/index.php?title=Cookbook/Interactivity&oldid=62699}", note = "[Online; accessed 22-January-2021]" }