Cite This Page
Bibliographic details for Web/Libraries/URLs and Routing
- Page name: Web/Libraries/URLs and Routing
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 4 October 2010 00:15 UTC
- Date retrieved: 10 December 2019 21:41 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Web/Libraries/URLs_and_Routing&oldid=37106
- Page Version ID: 37106
Citation styles for Web/Libraries/URLs and Routing
APA style
Web/Libraries/URLs and Routing. (2010, October 4). HaskellWiki, . Retrieved 21:41, December 10, 2019 from https://wiki.haskell.org/index.php?title=Web/Libraries/URLs_and_Routing&oldid=37106.
MLA style
"Web/Libraries/URLs and Routing." HaskellWiki, . 4 Oct 2010, 00:15 UTC. 10 Dec 2019, 21:41 <https://wiki.haskell.org/index.php?title=Web/Libraries/URLs_and_Routing&oldid=37106>.
MHRA style
HaskellWiki contributors, 'Web/Libraries/URLs and Routing', HaskellWiki, , 4 October 2010, 00:15 UTC, <https://wiki.haskell.org/index.php?title=Web/Libraries/URLs_and_Routing&oldid=37106> [accessed 10 December 2019]
Chicago style
HaskellWiki contributors, "Web/Libraries/URLs and Routing," HaskellWiki, , https://wiki.haskell.org/index.php?title=Web/Libraries/URLs_and_Routing&oldid=37106 (accessed December 10, 2019).
CBE/CSE style
HaskellWiki contributors. Web/Libraries/URLs and Routing [Internet]. HaskellWiki, ; 2010 Oct 4, 00:15 UTC [cited 2019 Dec 10]. Available from: https://wiki.haskell.org/index.php?title=Web/Libraries/URLs_and_Routing&oldid=37106.
Bluebook style
Web/Libraries/URLs and Routing, https://wiki.haskell.org/index.php?title=Web/Libraries/URLs_and_Routing&oldid=37106 (last visited December 10, 2019).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Web/Libraries/URLs and Routing --- HaskellWiki{,} ", year = "2010", url = "https://wiki.haskell.org/index.php?title=Web/Libraries/URLs_and_Routing&oldid=37106", note = "[Online; accessed 10-December-2019]" }
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/Libraries/URLs and Routing --- HaskellWiki{,} ", year = "2010", url = "\url{https://wiki.haskell.org/index.php?title=Web/Libraries/URLs_and_Routing&oldid=37106}", note = "[Online; accessed 10-December-2019]" }