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: 18 April 2021 21:03 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Web&oldid=38817
- Page Version ID: 38817
Citation styles for Web
APA style
Web. (2011, February 17). HaskellWiki, . Retrieved 21:03, April 18, 2021 from https://wiki.haskell.org/index.php?title=Web&oldid=38817.
MLA style
"Web." HaskellWiki, . 17 Feb 2011, 20:04 UTC. 18 Apr 2021, 21:03 <https://wiki.haskell.org/index.php?title=Web&oldid=38817>.
MHRA style
HaskellWiki contributors, 'Web', HaskellWiki, , 17 February 2011, 20:04 UTC, <https://wiki.haskell.org/index.php?title=Web&oldid=38817> [accessed 18 April 2021]
Chicago style
HaskellWiki contributors, "Web," HaskellWiki, , https://wiki.haskell.org/index.php?title=Web&oldid=38817 (accessed April 18, 2021).
CBE/CSE style
HaskellWiki contributors. Web [Internet]. HaskellWiki, ; 2011 Feb 17, 20:04 UTC [cited 2021 Apr 18]. Available from: https://wiki.haskell.org/index.php?title=Web&oldid=38817.
Bluebook style
Web, https://wiki.haskell.org/index.php?title=Web&oldid=38817 (last visited April 18, 2021).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Web --- HaskellWiki{,} ", year = "2011", url = "https://wiki.haskell.org/index.php?title=Web&oldid=38817", note = "[Online; accessed 18-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 = "Web --- HaskellWiki{,} ", year = "2011", url = "\url{https://wiki.haskell.org/index.php?title=Web&oldid=38817}", note = "[Online; accessed 18-April-2021]" }