Cite This Page
Bibliographic details for Web
- Page name: Web
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 30 August 2010 16:36 UTC
- Date retrieved: 25 May 2022 17:46 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Web&oldid=36598
- Page Version ID: 36598
Citation styles for Web
APA style
Web. (2010, August 30). HaskellWiki, . Retrieved 17:46, May 25, 2022 from https://wiki.haskell.org/index.php?title=Web&oldid=36598.
MLA style
"Web." HaskellWiki, . 30 Aug 2010, 16:36 UTC. 25 May 2022, 17:46 <https://wiki.haskell.org/index.php?title=Web&oldid=36598>.
MHRA style
HaskellWiki contributors, 'Web', HaskellWiki, , 30 August 2010, 16:36 UTC, <https://wiki.haskell.org/index.php?title=Web&oldid=36598> [accessed 25 May 2022]
Chicago style
HaskellWiki contributors, "Web," HaskellWiki, , https://wiki.haskell.org/index.php?title=Web&oldid=36598 (accessed May 25, 2022).
CBE/CSE style
HaskellWiki contributors. Web [Internet]. HaskellWiki, ; 2010 Aug 30, 16:36 UTC [cited 2022 May 25]. Available from: https://wiki.haskell.org/index.php?title=Web&oldid=36598.
Bluebook style
Web, https://wiki.haskell.org/index.php?title=Web&oldid=36598 (last visited May 25, 2022).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Web --- HaskellWiki{,} ", year = "2010", url = "https://wiki.haskell.org/index.php?title=Web&oldid=36598", note = "[Online; accessed 25-May-2022]" }
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 = "2010", url = "\url{https://wiki.haskell.org/index.php?title=Web&oldid=36598}", note = "[Online; accessed 25-May-2022]" }