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: 23 April 2025 15:08 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 15:08, April 23, 2025 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. 23 Apr 2025, 15:08 <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 23 April 2025]
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 April 23, 2025).
CBE/CSE style
HaskellWiki contributors. Web/Libraries/URLs and Routing [Internet]. HaskellWiki; 2010 Oct 4, 00:15 UTC [cited 2025 Apr 23]. 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 April 23, 2025).
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 23-April-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 = "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 23-April-2025]" }