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