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