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