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