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