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