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