Cite This Page
Bibliographic details for Game Development
- Page name: Game Development
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 15 December 2021 10:10 UTC
- Date retrieved: 2 June 2023 19:22 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Game_Development&oldid=64894
- Page Version ID: 64894
Citation styles for Game Development
APA style
Game Development. (2021, December 15). HaskellWiki, . Retrieved 19:22, June 2, 2023 from https://wiki.haskell.org/index.php?title=Game_Development&oldid=64894.
MLA style
"Game Development." HaskellWiki, . 15 Dec 2021, 10:10 UTC. 2 Jun 2023, 19:22 <https://wiki.haskell.org/index.php?title=Game_Development&oldid=64894>.
MHRA style
HaskellWiki contributors, 'Game Development', HaskellWiki, , 15 December 2021, 10:10 UTC, <https://wiki.haskell.org/index.php?title=Game_Development&oldid=64894> [accessed 2 June 2023]
Chicago style
HaskellWiki contributors, "Game Development," HaskellWiki, , https://wiki.haskell.org/index.php?title=Game_Development&oldid=64894 (accessed June 2, 2023).
CBE/CSE style
HaskellWiki contributors. Game Development [Internet]. HaskellWiki, ; 2021 Dec 15, 10:10 UTC [cited 2023 Jun 2]. Available from: https://wiki.haskell.org/index.php?title=Game_Development&oldid=64894.
Bluebook style
Game Development, https://wiki.haskell.org/index.php?title=Game_Development&oldid=64894 (last visited June 2, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Game Development --- HaskellWiki{,} ", year = "2021", url = "https://wiki.haskell.org/index.php?title=Game_Development&oldid=64894", note = "[Online; accessed 2-June-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 = "Game Development --- HaskellWiki{,} ", year = "2021", url = "\url{https://wiki.haskell.org/index.php?title=Game_Development&oldid=64894}", note = "[Online; accessed 2-June-2023]" }