Cite This Page
Bibliographic details for WxHaskell/Tips and tricks
- Page name: WxHaskell/Tips and tricks
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 4 October 2014 14:04 UTC
- Date retrieved: 23 January 2021 09:22 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=WxHaskell/Tips_and_tricks&oldid=22205
- Page Version ID: 22205
Citation styles for WxHaskell/Tips and tricks
APA style
WxHaskell/Tips and tricks. (2014, October 4). HaskellWiki, . Retrieved 09:22, January 23, 2021 from https://wiki.haskell.org/index.php?title=WxHaskell/Tips_and_tricks&oldid=22205.
MLA style
"WxHaskell/Tips and tricks." HaskellWiki, . 4 Oct 2014, 14:04 UTC. 23 Jan 2021, 09:22 <https://wiki.haskell.org/index.php?title=WxHaskell/Tips_and_tricks&oldid=22205>.
MHRA style
HaskellWiki contributors, 'WxHaskell/Tips and tricks', HaskellWiki, , 4 October 2014, 14:04 UTC, <https://wiki.haskell.org/index.php?title=WxHaskell/Tips_and_tricks&oldid=22205> [accessed 23 January 2021]
Chicago style
HaskellWiki contributors, "WxHaskell/Tips and tricks," HaskellWiki, , https://wiki.haskell.org/index.php?title=WxHaskell/Tips_and_tricks&oldid=22205 (accessed January 23, 2021).
CBE/CSE style
HaskellWiki contributors. WxHaskell/Tips and tricks [Internet]. HaskellWiki, ; 2014 Oct 4, 14:04 UTC [cited 2021 Jan 23]. Available from: https://wiki.haskell.org/index.php?title=WxHaskell/Tips_and_tricks&oldid=22205.
Bluebook style
WxHaskell/Tips and tricks, https://wiki.haskell.org/index.php?title=WxHaskell/Tips_and_tricks&oldid=22205 (last visited January 23, 2021).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "WxHaskell/Tips and tricks --- HaskellWiki{,} ", year = "2014", url = "https://wiki.haskell.org/index.php?title=WxHaskell/Tips_and_tricks&oldid=22205", note = "[Online; accessed 23-January-2021]" }
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 = "WxHaskell/Tips and tricks --- HaskellWiki{,} ", year = "2014", url = "\url{https://wiki.haskell.org/index.php?title=WxHaskell/Tips_and_tricks&oldid=22205}", note = "[Online; accessed 23-January-2021]" }