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: 16 January 2025 01:23 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 01:23, January 16, 2025 from https://wiki.haskell.org/index.php?title=UrlDisp&oldid=64486.
MLA style
"UrlDisp." HaskellWiki. 29 Jun 2021, 21:17 UTC. 16 Jan 2025, 01:23 <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 16 January 2025]
Chicago style
HaskellWiki contributors, "UrlDisp," HaskellWiki, https://wiki.haskell.org/index.php?title=UrlDisp&oldid=64486 (accessed January 16, 2025).
CBE/CSE style
HaskellWiki contributors. UrlDisp [Internet]. HaskellWiki; 2021 Jun 29, 21:17 UTC [cited 2025 Jan 16]. 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 January 16, 2025).
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 16-January-2025]" }
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 16-January-2025]" }