Cite This Page
Bibliographic details for Game Development
- Page name: Game Development
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 14 September 2020 20:01 UTC
- Date retrieved: 26 January 2021 03:46 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Game_Development&oldid=59063
- Page Version ID: 59063
Citation styles for Game Development
APA style
Game Development. (2020, September 14). HaskellWiki, . Retrieved 03:46, January 26, 2021 from https://wiki.haskell.org/index.php?title=Game_Development&oldid=59063.
MLA style
"Game Development." HaskellWiki, . 14 Sep 2020, 20:01 UTC. 26 Jan 2021, 03:46 <https://wiki.haskell.org/index.php?title=Game_Development&oldid=59063>.
MHRA style
HaskellWiki contributors, 'Game Development', HaskellWiki, , 14 September 2020, 20:01 UTC, <https://wiki.haskell.org/index.php?title=Game_Development&oldid=59063> [accessed 26 January 2021]
Chicago style
HaskellWiki contributors, "Game Development," HaskellWiki, , https://wiki.haskell.org/index.php?title=Game_Development&oldid=59063 (accessed January 26, 2021).
CBE/CSE style
HaskellWiki contributors. Game Development [Internet]. HaskellWiki, ; 2020 Sep 14, 20:01 UTC [cited 2021 Jan 26]. Available from: https://wiki.haskell.org/index.php?title=Game_Development&oldid=59063.
Bluebook style
Game Development, https://wiki.haskell.org/index.php?title=Game_Development&oldid=59063 (last visited January 26, 2021).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Game Development --- HaskellWiki{,} ", year = "2020", url = "https://wiki.haskell.org/index.php?title=Game_Development&oldid=59063", note = "[Online; accessed 26-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 = "Game Development --- HaskellWiki{,} ", year = "2020", url = "\url{https://wiki.haskell.org/index.php?title=Game_Development&oldid=59063}", note = "[Online; accessed 26-January-2021]" }