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: 13 June 2026 10:30 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:30, June 13, 2026 from http://fixme.ch/w/index.php?title=CodingNight&oldid=1589.
MLA style
"CodingNight." Fixme.ch, . 10 Feb 2012, 13:48 UTC. 13 Jun 2026, 10:30 <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 13 June 2026]
Chicago style
Fixme.ch contributors, "CodingNight," Fixme.ch, , http://fixme.ch/w/index.php?title=CodingNight&oldid=1589 (accessed June 13, 2026).
CBE/CSE style
Fixme.ch contributors. CodingNight [Internet]. Fixme.ch, ; 2012 Feb 10, 13:48 UTC [cited 2026 Jun 13]. 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 June 13, 2026).
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 13-June-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 = "Fixme.ch",
title = "CodingNight --- Fixme.ch{,} ",
year = "2012",
url = "\url{http://fixme.ch/w/index.php?title=CodingNight&oldid=1589}",
note = "[Online; accessed 13-June-2026]"
}