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: 11 April 2021 04:39 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Game_Development&oldid=39432
- Page Version ID: 39432
Citation styles for Game Development
APA style
Game Development. (2020, September 14). HaskellWiki, . Retrieved 04:39, April 11, 2021 from https://wiki.haskell.org/index.php?title=Game_Development&oldid=39432.
MLA style
"Game Development." HaskellWiki, . 14 Sep 2020, 20:01 UTC. 11 Apr 2021, 04:39 <https://wiki.haskell.org/index.php?title=Game_Development&oldid=39432>.
MHRA style
HaskellWiki contributors, 'Game Development', HaskellWiki, , 14 September 2020, 20:01 UTC, <https://wiki.haskell.org/index.php?title=Game_Development&oldid=39432> [accessed 11 April 2021]
Chicago style
HaskellWiki contributors, "Game Development," HaskellWiki, , https://wiki.haskell.org/index.php?title=Game_Development&oldid=39432 (accessed April 11, 2021).
CBE/CSE style
HaskellWiki contributors. Game Development [Internet]. HaskellWiki, ; 2020 Sep 14, 20:01 UTC [cited 2021 Apr 11]. Available from: https://wiki.haskell.org/index.php?title=Game_Development&oldid=39432.
Bluebook style
Game Development, https://wiki.haskell.org/index.php?title=Game_Development&oldid=39432 (last visited April 11, 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=39432", note = "[Online; accessed 11-April-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=39432}", note = "[Online; accessed 11-April-2021]" }