Cite This Page
Bibliographic details for WxHaskell/Quick start
- Page name: WxHaskell/Quick start
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 6 February 2021 15:18 UTC
- Date retrieved: 31 January 2023 23:18 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=WxHaskell/Quick_start&oldid=63867
- Page Version ID: 63867
Citation styles for WxHaskell/Quick start
APA style
WxHaskell/Quick start. (2021, February 6). HaskellWiki, . Retrieved 23:18, January 31, 2023 from https://wiki.haskell.org/index.php?title=WxHaskell/Quick_start&oldid=63867.
MLA style
"WxHaskell/Quick start." HaskellWiki, . 6 Feb 2021, 15:18 UTC. 31 Jan 2023, 23:18 <https://wiki.haskell.org/index.php?title=WxHaskell/Quick_start&oldid=63867>.
MHRA style
HaskellWiki contributors, 'WxHaskell/Quick start', HaskellWiki, , 6 February 2021, 15:18 UTC, <https://wiki.haskell.org/index.php?title=WxHaskell/Quick_start&oldid=63867> [accessed 31 January 2023]
Chicago style
HaskellWiki contributors, "WxHaskell/Quick start," HaskellWiki, , https://wiki.haskell.org/index.php?title=WxHaskell/Quick_start&oldid=63867 (accessed January 31, 2023).
CBE/CSE style
HaskellWiki contributors. WxHaskell/Quick start [Internet]. HaskellWiki, ; 2021 Feb 6, 15:18 UTC [cited 2023 Jan 31]. Available from: https://wiki.haskell.org/index.php?title=WxHaskell/Quick_start&oldid=63867.
Bluebook style
WxHaskell/Quick start, https://wiki.haskell.org/index.php?title=WxHaskell/Quick_start&oldid=63867 (last visited January 31, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "WxHaskell/Quick start --- HaskellWiki{,} ", year = "2021", url = "https://wiki.haskell.org/index.php?title=WxHaskell/Quick_start&oldid=63867", note = "[Online; accessed 31-January-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 = "WxHaskell/Quick start --- HaskellWiki{,} ", year = "2021", url = "\url{https://wiki.haskell.org/index.php?title=WxHaskell/Quick_start&oldid=63867}", note = "[Online; accessed 31-January-2023]" }