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: 12 February 2025 17:48 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 17:48, February 12, 2025 from https://wiki.haskell.org/index.php?title=Cookbook/Interactivity&oldid=62699.
MLA style
"Cookbook/Interactivity." HaskellWiki. 6 Jan 2019, 21:07 UTC. 12 Feb 2025, 17:48 <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 12 February 2025]
Chicago style
HaskellWiki contributors, "Cookbook/Interactivity," HaskellWiki, https://wiki.haskell.org/index.php?title=Cookbook/Interactivity&oldid=62699 (accessed February 12, 2025).
CBE/CSE style
HaskellWiki contributors. Cookbook/Interactivity [Internet]. HaskellWiki; 2019 Jan 6, 21:07 UTC [cited 2025 Feb 12]. 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 February 12, 2025).
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 12-February-2025]" }
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 12-February-2025]" }