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