Cite This Page
Bibliographic details for Code
- Page name: Code
- Author: blackwiki contributors
- Publisher: blackwiki, .
- Date of last revision: 16 March 2010 09:31 UTC
- Date retrieved: 30 June 2026 10:50 UTC
- Permanent URL: https://blackwiki.org/index.php?title=Code&oldid=215440
- Page Version ID: 215440
Citation styles for Code
APA style
Code. (2010, March 16). blackwiki, . Retrieved 10:50, June 30, 2026 from https://blackwiki.org/index.php?title=Code&oldid=215440.
MLA style
"Code." blackwiki, . 16 Mar 2010, 09:31 UTC. 30 Jun 2026, 10:50 <https://blackwiki.org/index.php?title=Code&oldid=215440>.
MHRA style
blackwiki contributors, 'Code', blackwiki, , 16 March 2010, 09:31 UTC, <https://blackwiki.org/index.php?title=Code&oldid=215440> [accessed 30 June 2026]
Chicago style
blackwiki contributors, "Code," blackwiki, , https://blackwiki.org/index.php?title=Code&oldid=215440 (accessed June 30, 2026).
CBE/CSE style
blackwiki contributors. Code [Internet]. blackwiki, ; 2010 Mar 16, 09:31 UTC [cited 2026 Jun 30]. Available from: https://blackwiki.org/index.php?title=Code&oldid=215440.
Bluebook style
Code, https://blackwiki.org/index.php?title=Code&oldid=215440 (last visited June 30, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "blackwiki",
title = "Code --- blackwiki{,} ",
year = "2010",
url = "https://blackwiki.org/index.php?title=Code&oldid=215440",
note = "[Online; accessed 30-June-2026]"
}
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 = "blackwiki",
title = "Code --- blackwiki{,} ",
year = "2010",
url = "\url{https://blackwiki.org/index.php?title=Code&oldid=215440}",
note = "[Online; accessed 30-June-2026]"
}