Cite This Page
Bibliographic details for CodingNight3
- Page name: CodingNight3
- Author: Fixme.ch contributors
- Publisher: Fixme.ch, .
- Date of last revision: 19 July 2012 18:21 UTC
- Date retrieved: 20 August 2026 11:27 UTC
- Permanent URL: https://fixme.ch/w/index.php?title=CodingNight3&oldid=2250
- Page Version ID: 2250
Citation styles for CodingNight3
APA style
CodingNight3. (2012, July 19). Fixme.ch, . Retrieved 11:27, August 20, 2026 from https://fixme.ch/w/index.php?title=CodingNight3&oldid=2250.
MLA style
"CodingNight3." Fixme.ch, . 19 Jul 2012, 18:21 UTC. 20 Aug 2026, 11:27 <https://fixme.ch/w/index.php?title=CodingNight3&oldid=2250>.
MHRA style
Fixme.ch contributors, 'CodingNight3', Fixme.ch, , 19 July 2012, 18:21 UTC, <https://fixme.ch/w/index.php?title=CodingNight3&oldid=2250> [accessed 20 August 2026]
Chicago style
Fixme.ch contributors, "CodingNight3," Fixme.ch, , https://fixme.ch/w/index.php?title=CodingNight3&oldid=2250 (accessed August 20, 2026).
CBE/CSE style
Fixme.ch contributors. CodingNight3 [Internet]. Fixme.ch, ; 2012 Jul 19, 18:21 UTC [cited 2026 Aug 20]. Available from: https://fixme.ch/w/index.php?title=CodingNight3&oldid=2250.
Bluebook style
CodingNight3, https://fixme.ch/w/index.php?title=CodingNight3&oldid=2250 (last visited August 20, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "Fixme.ch",
title = "CodingNight3 --- Fixme.ch{,} ",
year = "2012",
url = "https://fixme.ch/w/index.php?title=CodingNight3&oldid=2250",
note = "[Online; accessed 20-August-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 = "CodingNight3 --- Fixme.ch{,} ",
year = "2012",
url = "\url{https://fixme.ch/w/index.php?title=CodingNight3&oldid=2250}",
note = "[Online; accessed 20-August-2026]"
}