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: 8 September 2024 15:30 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 15:30, September 8, 2024 from https://wiki.haskell.org/index.php?title=Game_Development&oldid=65873.
MLA style
"Game Development." HaskellWiki, . 8 Jun 2023, 05:36 UTC. 8 Sep 2024, 15:30 <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 8 September 2024]
Chicago style
HaskellWiki contributors, "Game Development," HaskellWiki, , https://wiki.haskell.org/index.php?title=Game_Development&oldid=65873 (accessed September 8, 2024).
CBE/CSE style
HaskellWiki contributors. Game Development [Internet]. HaskellWiki, ; 2023 Jun 8, 05:36 UTC [cited 2024 Sep 8]. 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 September 8, 2024).
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 8-September-2024]" }
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 8-September-2024]" }