Cite This Page
Bibliographic details for Web/Libraries/Templating
- Page name: Web/Libraries/Templating
- Author: HaskellWiki contributors
- Publisher: HaskellWiki.
- Date of last revision: 26 April 2021 04:57 UTC
- Date retrieved: 23 April 2025 15:20 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Web/Libraries/Templating&oldid=64377
- Page Version ID: 64377
Citation styles for Web/Libraries/Templating
APA style
Web/Libraries/Templating. (2021, April 26). HaskellWiki. Retrieved 15:20, April 23, 2025 from https://wiki.haskell.org/index.php?title=Web/Libraries/Templating&oldid=64377.
MLA style
"Web/Libraries/Templating." HaskellWiki. 26 Apr 2021, 04:57 UTC. 23 Apr 2025, 15:20 <https://wiki.haskell.org/index.php?title=Web/Libraries/Templating&oldid=64377>.
MHRA style
HaskellWiki contributors, 'Web/Libraries/Templating', HaskellWiki, 26 April 2021, 04:57 UTC, <https://wiki.haskell.org/index.php?title=Web/Libraries/Templating&oldid=64377> [accessed 23 April 2025]
Chicago style
HaskellWiki contributors, "Web/Libraries/Templating," HaskellWiki, https://wiki.haskell.org/index.php?title=Web/Libraries/Templating&oldid=64377 (accessed April 23, 2025).
CBE/CSE style
HaskellWiki contributors. Web/Libraries/Templating [Internet]. HaskellWiki; 2021 Apr 26, 04:57 UTC [cited 2025 Apr 23]. Available from: https://wiki.haskell.org/index.php?title=Web/Libraries/Templating&oldid=64377.
Bluebook style
Web/Libraries/Templating, https://wiki.haskell.org/index.php?title=Web/Libraries/Templating&oldid=64377 (last visited April 23, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Web/Libraries/Templating --- HaskellWiki{,} ", year = "2021", url = "https://wiki.haskell.org/index.php?title=Web/Libraries/Templating&oldid=64377", note = "[Online; accessed 23-April-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 = "Web/Libraries/Templating --- HaskellWiki{,} ", year = "2021", url = "\url{https://wiki.haskell.org/index.php?title=Web/Libraries/Templating&oldid=64377}", note = "[Online; accessed 23-April-2025]" }