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