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