Bibliographic details for CodingNight4
- Page name: CodingNight4
- Author: Fixme.ch contributors
- Publisher: Fixme.ch, .
- Date of last revision: 31 January 2013 11:08 UTC
- Date retrieved: 25 November 2025 21:23 UTC
- Permanent URL: http://fixme.ch/w/index.php?title=CodingNight4&oldid=2978
- Page Version ID: 2978
Citation styles for CodingNight4
APA style
CodingNight4. (2013, January 31). Fixme.ch, . Retrieved 21:23, November 25, 2025 from http://fixme.ch/w/index.php?title=CodingNight4&oldid=2978.
MLA style
"CodingNight4." Fixme.ch, . 31 Jan 2013, 11:08 UTC. 25 Nov 2025, 21:23 <http://fixme.ch/w/index.php?title=CodingNight4&oldid=2978>.
MHRA style
Fixme.ch contributors, 'CodingNight4', Fixme.ch, , 31 January 2013, 11:08 UTC, <http://fixme.ch/w/index.php?title=CodingNight4&oldid=2978> [accessed 25 November 2025]
Chicago style
Fixme.ch contributors, "CodingNight4," Fixme.ch, , http://fixme.ch/w/index.php?title=CodingNight4&oldid=2978 (accessed November 25, 2025).
CBE/CSE style
Fixme.ch contributors. CodingNight4 [Internet]. Fixme.ch, ; 2013 Jan 31, 11:08 UTC [cited 2025 Nov 25]. Available from: http://fixme.ch/w/index.php?title=CodingNight4&oldid=2978.
Bluebook style
CodingNight4, http://fixme.ch/w/index.php?title=CodingNight4&oldid=2978 (last visited November 25, 2025).
BibTeX entry
@misc{ wiki:xxx,
author = "Fixme.ch",
title = "CodingNight4 --- Fixme.ch{,} ",
year = "2013",
url = "http://fixme.ch/w/index.php?title=CodingNight4&oldid=2978",
note = "[Online; accessed 25-November-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 = "Fixme.ch",
title = "CodingNight4 --- Fixme.ch{,} ",
year = "2013",
url = "\url{http://fixme.ch/w/index.php?title=CodingNight4&oldid=2978}",
note = "[Online; accessed 25-November-2025]"
}