Cite This Page
Bibliographic details for Project template
- Page name: Project template
- Author: Fixme.ch contributors
- Publisher: Fixme.ch, .
- Date of last revision: 8 May 2013 20:30 UTC
- Date retrieved: 9 November 2025 22:46 UTC
- Permanent URL: http://fixme.ch/w/index.php?title=Project_template&oldid=3846
- Page Version ID: 3846
Citation styles for Project template
APA style
Project template. (2013, May 8). Fixme.ch, . Retrieved 22:46, November 9, 2025 from http://fixme.ch/w/index.php?title=Project_template&oldid=3846.
MLA style
"Project template." Fixme.ch, . 8 May 2013, 20:30 UTC. 9 Nov 2025, 22:46 <http://fixme.ch/w/index.php?title=Project_template&oldid=3846>.
MHRA style
Fixme.ch contributors, 'Project template', Fixme.ch, , 8 May 2013, 20:30 UTC, <http://fixme.ch/w/index.php?title=Project_template&oldid=3846> [accessed 9 November 2025]
Chicago style
Fixme.ch contributors, "Project template," Fixme.ch, , http://fixme.ch/w/index.php?title=Project_template&oldid=3846 (accessed November 9, 2025).
CBE/CSE style
Fixme.ch contributors. Project template [Internet]. Fixme.ch, ; 2013 May 8, 20:30 UTC [cited 2025 Nov 9]. Available from: http://fixme.ch/w/index.php?title=Project_template&oldid=3846.
Bluebook style
Project template, http://fixme.ch/w/index.php?title=Project_template&oldid=3846 (last visited November 9, 2025).
BibTeX entry
@misc{ wiki:xxx,
author = "Fixme.ch",
title = "Project template --- Fixme.ch{,} ",
year = "2013",
url = "http://fixme.ch/w/index.php?title=Project_template&oldid=3846",
note = "[Online; accessed 9-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 = "Project template --- Fixme.ch{,} ",
year = "2013",
url = "\url{http://fixme.ch/w/index.php?title=Project_template&oldid=3846}",
note = "[Online; accessed 9-November-2025]"
}