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