Cite This Page
Bibliographic details for Roll your own IRC bot/Source
- Page name: Roll your own IRC bot/Source
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 17 June 2015 00:57 UTC
- Date retrieved: 26 March 2023 17:49 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Roll_your_own_IRC_bot/Source&oldid=59857
- Page Version ID: 59857
Citation styles for Roll your own IRC bot/Source
APA style
Roll your own IRC bot/Source. (2015, June 17). HaskellWiki, . Retrieved 17:49, March 26, 2023 from https://wiki.haskell.org/index.php?title=Roll_your_own_IRC_bot/Source&oldid=59857.
MLA style
"Roll your own IRC bot/Source." HaskellWiki, . 17 Jun 2015, 00:57 UTC. 26 Mar 2023, 17:49 <https://wiki.haskell.org/index.php?title=Roll_your_own_IRC_bot/Source&oldid=59857>.
MHRA style
HaskellWiki contributors, 'Roll your own IRC bot/Source', HaskellWiki, , 17 June 2015, 00:57 UTC, <https://wiki.haskell.org/index.php?title=Roll_your_own_IRC_bot/Source&oldid=59857> [accessed 26 March 2023]
Chicago style
HaskellWiki contributors, "Roll your own IRC bot/Source," HaskellWiki, , https://wiki.haskell.org/index.php?title=Roll_your_own_IRC_bot/Source&oldid=59857 (accessed March 26, 2023).
CBE/CSE style
HaskellWiki contributors. Roll your own IRC bot/Source [Internet]. HaskellWiki, ; 2015 Jun 17, 00:57 UTC [cited 2023 Mar 26]. Available from: https://wiki.haskell.org/index.php?title=Roll_your_own_IRC_bot/Source&oldid=59857.
Bluebook style
Roll your own IRC bot/Source, https://wiki.haskell.org/index.php?title=Roll_your_own_IRC_bot/Source&oldid=59857 (last visited March 26, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Roll your own IRC bot/Source --- HaskellWiki{,} ", year = "2015", url = "https://wiki.haskell.org/index.php?title=Roll_your_own_IRC_bot/Source&oldid=59857", note = "[Online; accessed 26-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 = "Roll your own IRC bot/Source --- HaskellWiki{,} ", year = "2015", url = "\url{https://wiki.haskell.org/index.php?title=Roll_your_own_IRC_bot/Source&oldid=59857}", note = "[Online; accessed 26-March-2023]" }