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