Cite This Page
Bibliographic details for Game Development
- Page name: Game Development
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 31 October 2014 08:07 UTC
- Date retrieved: 28 March 2023 05:59 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Game_Development&oldid=59069
- Page Version ID: 59069
Citation styles for Game Development
APA style
Game Development. (2014, October 31). HaskellWiki, . Retrieved 05:59, March 28, 2023 from https://wiki.haskell.org/index.php?title=Game_Development&oldid=59069.
MLA style
"Game Development." HaskellWiki, . 31 Oct 2014, 08:07 UTC. 28 Mar 2023, 05:59 <https://wiki.haskell.org/index.php?title=Game_Development&oldid=59069>.
MHRA style
HaskellWiki contributors, 'Game Development', HaskellWiki, , 31 October 2014, 08:07 UTC, <https://wiki.haskell.org/index.php?title=Game_Development&oldid=59069> [accessed 28 March 2023]
Chicago style
HaskellWiki contributors, "Game Development," HaskellWiki, , https://wiki.haskell.org/index.php?title=Game_Development&oldid=59069 (accessed March 28, 2023).
CBE/CSE style
HaskellWiki contributors. Game Development [Internet]. HaskellWiki, ; 2014 Oct 31, 08:07 UTC [cited 2023 Mar 28]. Available from: https://wiki.haskell.org/index.php?title=Game_Development&oldid=59069.
Bluebook style
Game Development, https://wiki.haskell.org/index.php?title=Game_Development&oldid=59069 (last visited March 28, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Game Development --- HaskellWiki{,} ", year = "2014", url = "https://wiki.haskell.org/index.php?title=Game_Development&oldid=59069", note = "[Online; accessed 28-March-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 = "2014", url = "\url{https://wiki.haskell.org/index.php?title=Game_Development&oldid=59069}", note = "[Online; accessed 28-March-2023]" }