Cite This Page
Bibliographic details for CodingNight2
- Page name: CodingNight2
- Author: Fixme.ch contributors
- Publisher: Fixme.ch, .
- Date of last revision: 18 March 2012 13:22 UTC
- Date retrieved: 15 June 2026 02:00 UTC
- Permanent URL: https://fixme.ch/w/index.php?title=CodingNight2&oldid=1941
- Page Version ID: 1941
Citation styles for CodingNight2
APA style
CodingNight2. (2012, March 18). Fixme.ch, . Retrieved 02:00, June 15, 2026 from https://fixme.ch/w/index.php?title=CodingNight2&oldid=1941.
MLA style
"CodingNight2." Fixme.ch, . 18 Mar 2012, 13:22 UTC. 15 Jun 2026, 02:00 <https://fixme.ch/w/index.php?title=CodingNight2&oldid=1941>.
MHRA style
Fixme.ch contributors, 'CodingNight2', Fixme.ch, , 18 March 2012, 13:22 UTC, <https://fixme.ch/w/index.php?title=CodingNight2&oldid=1941> [accessed 15 June 2026]
Chicago style
Fixme.ch contributors, "CodingNight2," Fixme.ch, , https://fixme.ch/w/index.php?title=CodingNight2&oldid=1941 (accessed June 15, 2026).
CBE/CSE style
Fixme.ch contributors. CodingNight2 [Internet]. Fixme.ch, ; 2012 Mar 18, 13:22 UTC [cited 2026 Jun 15]. Available from: https://fixme.ch/w/index.php?title=CodingNight2&oldid=1941.
Bluebook style
CodingNight2, https://fixme.ch/w/index.php?title=CodingNight2&oldid=1941 (last visited June 15, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "Fixme.ch",
title = "CodingNight2 --- Fixme.ch{,} ",
year = "2012",
url = "https://fixme.ch/w/index.php?title=CodingNight2&oldid=1941",
note = "[Online; accessed 15-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 = "CodingNight2 --- Fixme.ch{,} ",
year = "2012",
url = "\url{https://fixme.ch/w/index.php?title=CodingNight2&oldid=1941}",
note = "[Online; accessed 15-June-2026]"
}