Cite This Page
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: 21 November 2025 22:20 UTC
- Permanent URL: http://fixme.ch/w/index.php?title=CodingNight1&oldid=1596
- Page Version ID: 1596
Citation styles for CodingNight1
APA style
CodingNight1. (2012, February 12). Fixme.ch, . Retrieved 22:20, November 21, 2025 from http://fixme.ch/w/index.php?title=CodingNight1&oldid=1596.
MLA style
"CodingNight1." Fixme.ch, . 12 Feb 2012, 10:35 UTC. 21 Nov 2025, 22:20 <http://fixme.ch/w/index.php?title=CodingNight1&oldid=1596>.
MHRA style
Fixme.ch contributors, 'CodingNight1', Fixme.ch, , 12 February 2012, 10:35 UTC, <http://fixme.ch/w/index.php?title=CodingNight1&oldid=1596> [accessed 21 November 2025]
Chicago style
Fixme.ch contributors, "CodingNight1," Fixme.ch, , http://fixme.ch/w/index.php?title=CodingNight1&oldid=1596 (accessed November 21, 2025).
CBE/CSE style
Fixme.ch contributors. CodingNight1 [Internet]. Fixme.ch, ; 2012 Feb 12, 10:35 UTC [cited 2025 Nov 21]. Available from: http://fixme.ch/w/index.php?title=CodingNight1&oldid=1596.
Bluebook style
CodingNight1, http://fixme.ch/w/index.php?title=CodingNight1&oldid=1596 (last visited November 21, 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=1596",
note = "[Online; accessed 21-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=1596}",
note = "[Online; accessed 21-November-2025]"
}